Samuel Batista
Samuel Batista
Could use bigint internally to get around this problem.
Well, my `notFoundRoute` object is frozen when I navigate a second time to a 404 route. I don't know why it's frozen, or who froze it :/ The repro steps...
No, you are correct, it's a new session, navigo handles the 404 route successfully at first (after the refresh), but upon navigating to any other 404 route it blows up....
That's correct, keep in mind Navigo is breaking because something is freezing the `notFoundRoute` object, I'm still not sure what causes that. Also, I'm using Navigo from NPM using ESModules...
I'm OK with that. I will definitely get around to making a simple example that reproduces the issue and can re-open / open a new issue at that time. I've...
I finally got around to creating a repo that reproduces the issue: https://github.com/gamedevsam/lwc-wired-router To repro: ``` yarn yarn test ``` There is no web app to run, but running the...
In the repo there's a vscode launch task that is set up to debug tests, so you can just hit F5 to debug the tests with VSCode. I really appreciate...
Can we get some visibility on this? I'm on an M1 as well and want to contribute to the development of my favorite music player :)
Same here, I'm using Brave Browser Version 0.59.34 Chromium: 72.0.3626.81 (Official Build) (64-bit)
If that's indeed the case, it should be fairly easy to cache the results of readSkeletonData in `FlxSpine.readSkeletonData`, and keep a map of loaded skeleton data. That would be a...