-
Could you please tell if there is a way to use the same highlighters for history output (to highlight each history record individually) as for `LineReader` ?
-
This package looks well thought-through and organised - looking forward to trying it out.
Now, every single other log viewer package I've seen starts by loading an entire log file into memory, then p…
-
**Do you want to request a *feature* or report a *bug*?**
Bug.
**What is the current behavior?**
Circular dependency: lib\core\main\ts\caret\CaretFinder.js -> lib\core\main\ts\caret\CaretUtil…
-
I am trying to build the project following instructions using latest go `1.12.6` but i get the following error:
```
user@host:~# go get -u github.com/cycloidio/terracognita
# github.com/cycloidi…
-
When reading large text files, in fairly rare cases Presto hive is requesting allocation of byte[] of size 2,147,483,646 or 2,147,483,647. This exceeds the VM limit which is Integer.MAX_VALUE-2. Howev…
-
Is there a way to get history and vi key-bindings with the Joker REPL?
-
This expression in LineReaderBuilder.java doesn't make sense to me, as it will always be false:
Boolean.parseBoolean(LineReader.PROP_SUPPORT_PARSEDLINE)
Presumably it should be something lik…
-
I have a `java.util.Properties` object which is loaded with data from a file in S3 via the overloaded `Properties#load` method that accepts an `InputStream`. In every `2.0.0-preview-X` release of the …
-
I stumbled upon [this question on Stack Overflow](https://stackoverflow.com/questions/25452649/start-a-spring-shell-based-application-not-interactive), explaining how to get a Spring Shell application…
-
The template code in server.js needs to be removed:
```
var prof_getTemplateRefs = router.route('/getTemplateRefs')
prof_getTemplateRefs.get(function(req,res,next){
var fs = require('fs');
…