-
Hi,
JLine version: `compile 'org.jline:jline:3.3.1'`
I have enabled history using:
```java
lineReader = LineReaderBuilder.builder()
.terminal(TerminalBuilder.builder().build())
…
sdht0 updated
7 years ago
-
```
Warning: com.google.common.base.AbstractIterator: can't find referenced class com.google.errorprone.annotations.CanIgnoreReturnValue
Warning: com.google.common.base.Converter: can't find referen…
-
I tried infection on a little project of mine wich has 100% coverage and where I am currently using humbug for mutation testing.
## Steps to reproduce:
```
cd /tmp
git clone https://github.co…
-
```
epic -pe -t examples/chr19_sample.bedpe -c examples/chr19_input.bedpe
```
works, but
```
epic -cpu 25 -pe -t examples/chr19_sample.bedpe -c examples/chr19_input.bedpe --store-matrix H3K27m…
-
I'm using a pretty-much stock ConEMU install on Windows 7 that has all the settings set that are supposedly required for 256 colors. However, the following CFML code when run from the CommandBox REPL …
-
Hi,
It seems that all the escape characters causing things at my end to get complicated.
when I'm connecting to my app using ssh I'm getting special characters at the beginning of each promp, befor…
-
在dubbo的服务注册缓存文件cache目录下的文件已经达到了900M
`System.getProperty ("user.home") + "/.dubbo/dubbo-registry-" + url.getHost () + ".cache"`
对比其他正常服务器,正常文件大小只有1-2M,打开这个900M的文件其中很多内容为 **\u0000**,
由于dubbo默认每隔10分钟会…
-
Hello,
I'm trying to use the Python implementation of this code. It seems like pandas doesn't like reading this LineReader object that you're using. If you could provide any assistance, it would be…
-
Here is the error:
[2017-09-09 10:07:17,794] ERROR Error while starting connector ftp-source (org.apache.kafka.connect.runtime.WorkerConnector:108)
java.lang.ExceptionInInitializerError
at com.d…
-
You might be aware of this and it might already be part of the roadmap, so please ignore if that is the case.
I recently migrated from jline2 to jline3 and I can't seem to use the numpad keys prope…