Thomas Sapelza
Thomas Sapelza
I have the same issue using Quarkus `3.9.4` with `io.quarkus:quarkus-messaging-kafka`.
Hi, I managed to get `jOOQ 3.16.3 Java 17 (Pro)` running with `GraalVM 21.3.0 Java 17 CE (Java Version 17.0.1+12-jvmci-21.3-b05)` using [DefaultRecordMapperSubstitutions.java](https://github.com/quarkiverse/quarkus-jooq/blob/main/runtime/src/main/java/io/quarkiverse/jooq/runtime/graal/DefaultRecordMapperSubstitutions.java) and the following "workaround" to register the generated...
Duplicates #2242 (opened in 2017) and #10360 (2021), but these issues were somehow closed. @mertsincan @cetincakiroglu
As you can see Quill is again under active development since September 2023. The new v2.0 version, which will be released soon no longer has the mutation events which will...
In the transitioning phase until the PrimeNG Editor supports Quill v2.0.0 I'm using ngx-quill with the following styles.scss override, so the editor looks the same. ```scss // Copied from PrimeNG...
https://slab.com/blog/announcing-quill-2-0/ https://quilljs.com/docs/upgrading-to-2-0/ https://quilljs.com/
See GitHub PrimeNG discussions: https://github.com/orgs/primefaces/discussions/367 https://github.com/orgs/primefaces/discussions/1108 https://github.com/orgs/primefaces/discussions/1300 https://github.com/orgs/primefaces/discussions/1445 https://github.com/orgs/primefaces/discussions/1716
I previously used the following workaround with PrimeNG `17.12.0` and Quill `2.0.0`. ```html ``` ```ts content?: { html: string | undefined, text: string | undefined, }; // In any method...
@cetincakiroglu can you please include the pull request #15764 already with the PrimeNG 17.18.2 release? I don't think anything speaks against it as this PR both supports Quill 1.X.X and...