joe-mojo
joe-mojo
The exact message is : ``` java.io.UTFDataFormatException: encoded string too long: 93067 bytes at java.io.DataOutputStream.writeUTF(DataOutputStream.java:364) at java.io.DataOutputStream.writeUTF(DataOutputStream.java:323) at com.typesafe.config.impl.SerializedConfigValue.writeValueData(SerializedConfigValue.java:314) ``` Java DataOutputStream's writeUTF method states that it cannot write more...
The PDF version should have the same links do doc/dev doc as the .md version. This would be so handy !
**Is your feature request related to a problem? Please describe.** The CPU graph reports only one global frequency. htop is able to show the specific frequency for each core. **Describe...
Terraform version : 0.15.5 **debian package** When double-taping tab, the terminal display a message saying `/usr/local/bin/terraform` is not found. This occurs because `terraform -install-autocomplete` is adding the line `complete -C...
Just by adding an environment var and keeping the original movie path as default allows us to change movies location. This will allow, for example, creating a systemd user unit...
If - I choose FORMAT=xml - My test description have a '&' then the XML output produced by jstest is invalid, the '&' is not correctly escaped in an entity....
Working with checker-framework 3.48.4. When configuring checker framework ti use provided JUnit5 stub (`junit-assertions.astub`), I have the following warning: `junit-assertions.astub:(line 56,col 2): Unknown annotation @EnsuresNonNull("#1")`. Aside this warning, because the...