-
How should I set up Terminal and LineReader when running application from Gradle (./gradlew run)?
-
I've installed `gh-release` globally but after running `gh-release` from my project root, I got the following error. The same error occurs if I run `gh-release` with a locally installed version and an…
-
I'm trying to implement a persistent input line while having asynchronous (logging) output with a `LineReader`. To do this, I call some widgets as suggested in https://github.com/jline/jline3/issues/7…
-
Hello
i got a question how i could export a 1 page from pdf into PDFTemplate from existing pdf file
im trying to use
`$this->pdf->SetImportUse();
$pagecount = $this->pdf->SetSourceFile(ROOT_DI…
-
When extracting data from BigQuery, I see the following on specific tables.
`java.lang.IndexOutOfBoundsException
at com.google.cloud.hadoop.fs.gcs.GoogleHadoopFSInputStream.read(GoogleHadoopFSInp…
-
I get an error in this project
Version: 3.8.0
```2018-09-20 10:06:31.953 [GoMint CLI reader] ERROR io.gomint.server.GoMintServer - jLine failed with following exception
org.jline.reader.EndOfFi…
-
When building a CLI app for windows I have noticed that readline always removes the backslashes from input not mattering if I set the default parsers escape characters to null or not.
![bild](https…
-
Heap buffer overflow occurred
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
```
=================================================================
==9445==ERROR: Addres…
-
The following example works with the `spring-boot-starter-parent` 1.4.1.
However, with the `spring-boot-starter-parent` 1.4.2, the exception `NoSuchBeanDefinitionException: No qualifying bean of typ…
-
Hello
I consider a way to move from jline2 to jline3 however I faced with the issue that if jline2 history file exists jline3 asks to remove it.
Is there a way to keep history, do some transformati…