Bert Goethals
Bert Goethals
I don't think there is full proof solution to this problem. The basic idea of ```git stash -k && prettier && git stash pop``` can be made to work (keeping...
We added a script to detect if there are partially staged files, it prevents prettier from running, and failed the hook. It's not an ideal situation, but at least it...
For people experiencing this issue, a quick fix today is to `import '@remirror/i18n'` before you make your own `i18n.activate` call. This way you are sure to always override the Remirror...
Yeah, a release would be nice
I've just started experimenting with this tool, and ran into this issue. Is someone already creating a PR for this? Or is it still open for someone of the community...
I haven't had the time to write a proper PR (mostly no time to figure out the test right now), but I think this can be done quite simple. There...
I think something like [worldtimebuddy](https://www.worldtimebuddy.com) would be rather nice to have. I also feel like it fits with the simplicity of the other tools in this project.
As a followup to my previous comment, I found an example lite implementation here: https://github.com/wichops/worldtime-lite Project seems abandoned, but can work as an inspiration to anyone trying to give this...
I'm also 👍 for this * It adds discoverability for the entire project itself * I just like the feel of a package that could validate if it is used...
@palkan We have, through monkey patching disabled `ActionPolicy::Behaviours::Memoized` and the issue resolved itself. In test mode the `ThreadMemoised` is not active anyway (in default setup) so it does not affect...