Antonin Stefanutti
Antonin Stefanutti
FWIW, Hack (and others) font with ligature can be found at https://github.com/vikky49/patchedFonts-Ligatures.
@panupan I've done a patch for incremental rendering at astefanutti/kubebox@7d95f45ba35749b0d1cf11cb0d68c759005c6e88. The patch is applied to the log widget but it should work for any Textbox.
@ke5stl I'm not that familiar with GlassFish. Would you think you could add a profile for GlassFish as in https://github.com/astefanutti/camel-cdi/blob/7aebd02ddcdbdc3303ac76b5a5c41861cd9c4d13/envs/ee/pom.xml#L209. That'd help having a reproducer so that we can iterate...
It should be possible to move the `RouteBuilder` bean references binding logic to the corresponding Camel contexts into a custom `InjectionTarget`, so that it's still performed for custom scoped beans...
> Building it locally fixes the root cause of the issue. > The chromium version fixes my error, because the chromium version is too old to support ARM. > Actually...
> Hi, what is the state of this issue? This has yet to be worked out. You may want to subscribe to that issue to get notified when the status...
It's possible that Decktape starts converting a slide to PDF while MathJax hasn't completed updating it. I drafted a while back using [MathJax signals](https://docs.mathjax.org/en/v2.2-latest/signals.html), but it has to be revived,...
> That's why i added this option : --load-pause=20000 ? The `--load-pause` option adds an initial delay, and I'm not sure that's enough to guarantee everything is loaded, depending on...
Thanks for the report. It's likely related to the `fonteditor-core` upgrade done in 2.11.0. Would you be able to share a presentation so that we can reproduce?
We are currently working on #201, that may move us away from `fonteditor-core`. Hopefully the new library used to parse fonts will address that issue.