Adrienne Walker
Adrienne Walker
Yeah, this is a known issue. iOS (really WebKit) doesn't support regex lookbehind. There's not really much that can be done about it.
Is this a raid emulator bug only? Also, what are you trying to do that you need a regex?
> Otherwise, I would need to pass data explicitly every time I call a function, and each function would need to pass it to one another. This is what I...
Sorry to continue this offtopic conversation, but I had a couple of other thoughts. Do you have use cases that you find yourself doing a lot that would be helpful?...
Hmm! What is the bug here, ultimately? Is it that `nextState(0)` can't find a state that `nextState(encStart)` can? That is kind of surprising to me. (cc @valarnin)
@valarnin This happens with the 2nd and 3rd pulls in the log (and others) of the log you sent me.
For what it's worth, that's not true for me. The 2nd and 3rd pulls in the log you sent me always have this error, regardless of refreshes or db clears...
This is not quite enough. From what I can tell, the dev server sees that the files have changed and rebuilds, but doesn't end up reloading the overlays to use...
Also, I think it should be: ```diff diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts index 9556dfc81..8cdcc22ae 100644 --- a/webpack/webpack.config.ts +++ b/webpack/webpack.config.ts @@ -112,6 +112,9 @@ export default ( path.join(__dirname, '../dist/resources/sounds'), path.join(__dirname, '../dist/ui/raidboss/skins/'), ],...
https://github.com/quisquous/cactbot/pull/5930 took care of the first part of this