-
What is this error?
```2020-06-28 20:22:53.307 [main] FATAL - Could not load plugin
java.lang.NullPointerException: null
at java.util.Properties$LineReader.readLine(Properties.java:434) ~[?:1.8.0_…
-
tried using the addin to import csv parameters into fusion 360. It wants to see quote delimited
-
**Describe the bug**
Generate the query with the following script:
```
perl -e 'print "SELECT [1" . (",1" x 1000000) . "]"'
```
Then copy it from terminal (you may need to setup unlimited scr…
-
When trying to use readLine in Jupyter Notebook it raises an exception
val name = readLine()
java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 6
org.jetbrains.kotlin…
-
### Expected behavior
No blocking calls reported by BlockHound
### Actual behavior
The exception below appears when BlockHound is installed
```
Caused by: reactor.blockhound.BlockingOperation…
-
Hi together,
is there a possibility to make the user input hidden with asterisks instead of hiding the complete input?
I'm using **promptForLine** together with **hideInput = true**.
Background…
-
Having problem with examples and ConsoleReader. Is it even still possible in jline3? Maybe I should go to jline2?
as I see in jline2 but not 3.
jline2/src/main/java/jline/console/ConsoleReader.jav…
-
```
[24.02.2020 09:06:25 INFO] Authentication of Proxy#1 (Node-1f3b31c1) was successfulegzfgezfgezgfzegfzegfz
[rc-2.0.4-SNAPSHOT@Pasqual ~]$ testgzdgzgefgfgefgefgzegfzgezfgzegfzegfzegfzegfzegzfegzfg…
-
When attempting community detection against BioGRID: Protein-Protein Interactions (H. sapiens) which has 23k nodes and 395k edges got this error from `stderr.txt` file:
```Bash
Caught exception: f…
-
When I send a message using
```
lineReader.getTerminal().puts(InfoCmp.Capability.carriage_return);
lineReader.getTerminal().writer().print(message);
lineReader.getTerminal…