Jean Perbet
Jean Perbet
I can work on this one !
Hi, I can try to tackle that issue if you wish ! I was able to reproduce this behavior.
> @JEANPRBT I think this more a javafx standard behavior. Maybe we can close this issue then. :)
Hi, I can do that but what should I do next ? Should I file an issue on official Open JFX [issue tracker](https://bugs.openjdk.org/browse/JDK-8322251?filter=39543) with a link to my fork ?
I tried to reproduce the bug using a minimalistic example, you can see [here](https://github.com/JEANPRBT/minimaljavafx). However, using the original `javafx.scene.control.TextField`the bug does not appear. Any idea how is JabRef implementing its...
I was facing this issue, and I found quite a workaround. You can subclass `MultimodalConversableAgent`, overriding the method `generate_oai_reply` to ensure that all messages with role `tool` do also have...
After doing a bit of research, I found that Thymeleaf was originally designed for web applications, and was particularly better optimized for html than for other text formats. On the...
@mikew I found a way to do so using the following ! I mapped it to a custom key binding, which is only available in `terminal` mode. It detects the...
@HugoRCD any updates on this ?
@benjamincanac @HugoRCD What was the initial reason why `disableTransition` is set to `false` by `@nuxt/ui`, and would it be possible to add this as a setting in `nuxt.config.ts`? For now,...