Nuno Santos
Nuno Santos
Hello, I have hit this bug, also by following the documentation for the [Java Server customization](http://www.scala-sbt.org/sbt-native-packager/archetypes/java_server/customize.html#linux-configuration). It seems that systemd does not do variable expansion in the EnvironmentFile, as described...
Just a few general comments about error handling. 1. Imagine that there is some network problem that makes all download attempts fail. The error could be raised immediately upon trying...
@alexklibisz We have validated the branch with the plugin for 8.4.1, but we cannot validate this one for 8.0. Elasticsearch 8.0 is not working for us because of a problem...
Hello. I'm having a problem that may be related. I'm on M1 MacBook Pro running Ventura. Calling `updateTerminalSize` does not crash in my machine but instead fails to detect the...
Sure, I can try. How should I do to try that branch? Is there a binary somewhere for that branch or do I have to build it locally?
I have tried with the latest snapshot release and it still failed to detect the terminal size. It fails in the same way as with 2.0.0-beta11, that is, `updateTerminalSize()` returns...
> Are there any concerns about increased memory usage by caching the Path object in memory in every case? > > I understand it can improve performance on indexing job,...
The reason why calling `getPath` is so expensive are the calls to StringCache for each path segment. I am assuming this is done to save memory, as two different paths...