winterbe
winterbe
@andykog Looks good to me. 👍 Top level filtering is enough for me. I primarily want to filter by `event.type`, e.g. show only actions, reactions and computations. Currently I use...
Check this out: https://medium.com/graalvm/oracle-graalvm-announces-support-for-nashorn-migration-c04810d75c1f Patrik Mihalcin schrieb am Mo. 17. Sep. 2018 um 19:55: > Hi @winterbe > Thanks a lot for this nice example. > > Given the fact...
I've used the JSX command line tools as mentioned here: https://facebook.github.io/react/docs/tooling-integration.html#productionizing-precompiled-jsx You can simply watch the folder for changes on jsx files: `jsx --watch src/ build/`
Didn't noticed such slow perf at the time coding this example. What Java Version do you use?
Perf bug mentioned by @sdeleuze is fixed for 8u66. You could test with an older Java version like 8u31.
I have the same problem when I try to upgrade from Styled Components `6.0.7` to `6.1.0`. It's a general problem, not specific to React Native. Here's a simple test to...
+1 Please add an option to ignore reason "snaphot dependency xyz failed". Despite this annoyance I really like your plugin. Thanks for your effort!
Yep but I’m on holidays afk. Will look into this later. Mathieu Decoene schrieb am Mo. 5. Nov. 2018 um 10:23: > @winterbe Is this repo still maintained? > >...
I'm really looking forward to Spring AI Support for the OpenAI Response API. While OpenAI is stating that the existing Chat Completion API will not be deprecated any time soon,...
Stumbled upon this myself in another context. We use Spring Boot with a predefined ObjectMapper that per default serialize dates into strings, e.g. LocalDate is serialzed into strings like `2025-07-03`....