Daniel Gerhardt
Daniel Gerhardt
Thanks for all the work on the new packaging for Angular 13. With Angular 13.1 and Yarn 3.2 (RC8) I'm now able to successfully build a new ng project with...
@michaelfaith The official flex-layout demo project builds successfully with Yarn PnP enabled.
> Can you provide a more detailed example? @jmooring Sure. You can try the following example to reproduce the issue: ``` {{ $image := resources.GetRemote "https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Shtandart_%28ship%2C_1999%29%2C_S%C3%A8te_cf02.jpg/500px-Shtandart_%28ship%2C_1999%29%2C_S%C3%A8te_cf02.jpg" }} {{ $image =...
@jmooring Thank you for further looking into this. I've now switched from the Docker images to the the official v102.3 binary to make sure the version wasn't the cause of...
@bep Since you mentioned that you might already have a fix: Did you have the chance to have another look at it?
Would `process.env['JDTLS_SERVER_PORT'] ?? process.env['SERVER_PORT']` work here? This way `JDTLS_SERVER_PORT=` (empty value) could be used to ignore `SERVER_PORT` and revert to the default behavior. It might also be worth to consider...
This issue is still occurring with chart version 2.1.1 and app version 2024.06.11. The issue is not—assuming it is the same cause—related to Roundcube. It also occours for other clients...
@dominch Could you reopen the issue for better visibility? > I noticed that there are no errors if I'm logging from time to time only on one device, when using...
I also ran into this issue when trying to use the library to export user generated content. User generated content often contains Unicode emojis ("🙂") which trigger this incorrect behavior...
Thanks for the reply, @svanteschubert! I've tried overriding the Xalan dependency with 2.7.3 but unfortunately the latest version doesn't fix this issue. For now, I've replaced the dependency with the...