fo-fo
fo-fo
> Does your project use a build tool? Yes, Maven (with openapi-generator-maven-plugin and jooq-codegen-maven for code generation).
I will try to come up with something, thanks!
I made a minimal working example at https://github.com/fo-fo/vscode-kotlin-problem. It's a simple app that opens a web server that serves a hello world text at http://localhost:8080/api/example/foo I noticed a couple of...
Has any thought been given to React Native? I think that's one definite downside of the automerge-wasm approach compared to the old JS-only implementation of Automerge because React Native doesn't...
Please remove the "needs repro" label.
This seems to also affect `replaceState`. The issue seems to be that the new screen has already been focused before `window.location` changes. I noticed that I couldn't even get titles...
Any plans to add layout animations for web? Also it might be a good idea to add a blurb to https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/web-support to explain that it's not supported at this time.
I've had the same issue. Maybe the simplest fix would be to be able to apply some kind of a transformation (e.g., Prettier) to the file before creating/applying the patch?...
> It's the other way around I think - if you don't pass `jobs`, `queue.enqueue()`, [RunPlugins()](https://github.com/actionhero/node-resque/blob/6e11ca70aec30eec7a77bb672704aad61e1b38e9/src/core/queue.ts#L86-L87) would always succeed because the [job couldn't be found](https://github.com/actionhero/node-resque/blob/6e11ca70aec30eec7a77bb672704aad61e1b38e9/src/core/pluginRunner.ts#L19). That's what I meant –...
> Ping! checking in @fo-fo - do you need any help with that PR? Hey, sorry, I haven't had time to do it (yet at least). Actually it's not a...