-
I been wanting to try jline... wasn't so much fun =/ I'm thinking that maybe jline3 is not quite there. Groovy as well as jShell seem to be using jline2 so maybe that is the better option. see [jline/…
-
Hey there,
We recently got issues with getting into errors when reading files from Cloud Storage:
```
2015-09-30 23:15:17,334 ERROR org.apache.hadoop.security.UserGroupInformation: PriviledgedAction…
-
I don't know why, but it generates the null pointer exception and therefore it cannot generate any files
PS D:\programming\twoSum> tree /f
D:.
│ build.xml
│ problem.properties
│ README.md
…
ghost updated
6 years ago
-
If using a LineReader with a Terminal in front of a remote connection (similar to the ssh and telnet examples) and the connection is closed (eg network failure), readline returns `null` instead of thr…
-
There really should be a method to update the completer of a LineReader while it's running.
Thanks!
-
The following error occurs when opening presto-cli:
```
[ERROR] Failed to construct terminal; falling back to unsupported
java.lang.NumberFormatException: For input string: "0x100"
at java.lang.N…
-
Related to https://github.com/WaterfallMC/Waterfall/issues/188, https://github.com/PaperMC/Paper/issues/1093
There is a possible race condition when logging a message using TerminalConsoleAppender,…
-
Version 1.8.0
```
package com.oxerr.sandbox.weixin4j;
import com.foxinmy.weixin4j.payment.WeixinPayProxy;
public class WeixinPayProxyDemo {
public static void main(String[] args) {
//…
sutra updated
6 years ago
-
Currently there is `color` property in sqlline but it has nothing in common with syntax highliting...
Does it make sense to have a different property to switch on/off sql syntax?
About syntax hig…
-
I have this class I can use it to set voltage, set frequencies, but it can't read the responses. I did upgrade from the non-async version to this async version since then I can't get the responses bac…
Lorac updated
6 years ago