You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's causing this so I'm sure this is only a fraction of the cases where this could occur, but there's certain image name strings that take exponentially longer to parse as a function of the name length:
In particular, the backtick, ;, and newline characters seem to cause major parse problems for the regex parser. I tried putting the characters into the name portion of the image string but that didn't seem to have the same effect. Possibly the proximity to . causes the issue...? I didn't test that.
The text was updated successfully, but these errors were encountered:
I'm not sure what's causing this so I'm sure this is only a fraction of the cases where this could occur, but there's certain image name strings that take exponentially longer to parse as a function of the name length:
In particular, the
backtick
,;
, andnewline
characters seem to cause major parse problems for the regex parser. I tried putting the characters into the name portion of the image string but that didn't seem to have the same effect. Possibly the proximity to.
causes the issue...? I didn't test that.The text was updated successfully, but these errors were encountered: