-
Hi,
Is there any way to update the available candidates without having to recreate the reader? Currently we have
`LineReader reader = LineReaderBuilder.builder().terminal(terminal).completer(com…
-
[2022-05-31 02:44:25] [316241c6] [30] urllib3.connectionpool: http://192.168.2.109:8080 "GET /api/v1/allocations/7.ee72787d-c20e-4824-b0da-ef3e3287e708.1/signals/preemption?timeout_seconds=60 HTTP/1…
-
Expose `clearScreen` on `LineReader` so that it is generally useful. Or, implement it on `Terminal` - if that makes more sense.
-
The new(ish) `PropertiesProvider` writes exceptions and other messages to `System.err` instead of using a logger. This creates a significant amount of noise for what appear to be non-critical errors.
…
-
Hi,
We transform a large binary file (>150MB up to GBs) and publish the data to pubsub.
OS: Google App Engine (Assuming its windows)
Node.js version: LTS
npm version: LTS
goog…
-
We are using jline-3.19.0, where we could not see the cursor position at command line. unavailability of cursor position makes it difficult to type (for e.g. fixing any typo in command). Please sugges…
-
**Describe the bug**
Following the instructions to get a working xmrig. Using version 6.15.3 of xmrig
**To Reproduce**
doing
cmake .. -DCMAKE_BUILD_TYPE=Release -DARM_TARGET=7 -DWITH_OPENCL=OFF …
-
I use in Jline two type of commands: ended with ; ( single line ) and ended with / on the end-line ( multiline ).
I want to show the user that an ; respective an / is expected using the secondary pro…
-
```
InputStream input = SystemEnvHelper.class.getClassLoader().getResourceAsStream(
"application.properties")
```
返回了 null 值。造成
```
java.lang.ExceptionInInitializerError
…
-
## startup using elasticsearch as search engine fails
### Description
I am attempting to change an existing install from database search to Elasticsearch. The fusionauth app container fails to…