youdz / d2-stash-organizer

Diablo 2 Collection manager
MIT License
59 stars 21 forks source link

Loading fails on Safari #16

Closed ssiegler closed 3 years ago

ssiegler commented 3 years ago

The app has been working flawlessly in Safari until at last the 12th of July.

When opening the web app in Safari now, loading the app fails with the following message on the console:

SyntaxError: Invalid regular expression: invalid group specifier name

A quick search brought up an answer on stack overflow indicating that the issue is due to lacking support for look-behind in RegEx in safari.

Such a regex was recently added to StashView.

youdz commented 3 years ago

Ha, I didn't test on Safari. This is my highest priority bug at the moment, will look at it as soon as I have a little time. Sorry about the breakage, I hope you were able to use Chrome or Firefox in the meantime.

youdz commented 3 years ago

Fixed.

ssiegler commented 3 years ago

Works again, thanks!