Tyler Stewart
Tyler Stewart
> ..., as I'm use RegEx and the json holds strings... @gilamran You can [compile regular expressions from strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#Parameters). ```js const pattern = "[a-z]+"; const flags = "i"; const exp...
@gilamran I see, I thought the issue was converting a string into a RegExp 😄 --- Perhaps the expressions can also be associated to a locale object and referenced as...
Not for me, sorry! Hopefully someone else can tackle this PR.
Neat idea! I don't have a need for this so I won't be taking this on, but I would accept a pull request to add this. Perhaps an option such...
This is a great suggestion. It'll take quite a bit of reworking of the `get` package functionality as well as the caching and redeem, but should be doable. If you're...
I've found a few issues I'd like to sort out before adding to the hub
Okay, after some fixes and testing this should be working good now. It previously wasn't taking into account if multiple actions were occurring during a single tick (like filling both...
I don't believe it is
> Does doing `type != MenuAction.WALK_HERE` instead work too? Yeah looks like it does, I'll change that
> This isn't what I meant. I meant adding it to line 163. How's this?