Is your feature request related to a problem? Please describe
This
|
alertjs = 'alert("Url was too long and discarded!");' |
simply gives you an error without any hint to fix it.
Describe the solution you'd like
A hint of maximum allowed number elements
Describe alternatives you've considered
For my specific project this evalutes to about 100 elements. so i am chunking it up to have multiple links to click on
Additional context
If anyone has an idea on how to automatically chunk this into the linkify directly would be great. Otherwise I'll try to PR a more helpful error message.
Is your feature request related to a problem? Please describe
This
pyRevit/pyrevitlib/pyrevit/output/linkmaker.py
Line 66 in 09cc70d
simply gives you an error without any hint to fix it.
Describe the solution you'd like
A hint of maximum allowed number elements
Describe alternatives you've considered
For my specific project this evalutes to about 100 elements. so i am chunking it up to have multiple links to click on
Additional context
If anyone has an idea on how to automatically chunk this into the linkify directly would be great. Otherwise I'll try to PR a more helpful error message.