Marcin Konarski
Marcin Konarski
Same here, Ubuntu 17.10, python 3.5.3, installed with pip3 9.0.1, jupyter version 4.3.0, jupyter-notebook version 5.0.0
If I understand correctly `bazel` is not complementary to `cmake` but rather it is its replacement? I not going to replace `cmake` build and supporting two build systems seem to...
The barebones version looks much more appealing to me. Could you create a pull request with it? Thank you.
Any update on this?
Hello. If I understood your question correctly, you are asking for using `replxx` to implement an interactive system shell for the command line. It can be achieved, in fact there...
Is there something like `{latest}` in `conan` that could be used in this example?
Hello. With `replxx` you need to register user defined completion function and in this function you need to provide list of files explicitly. You can check [Huginn](https://github.com/AmokHuginnsson/huginn) shell for example...
Yes. `replxx` is not seamless replacement for `readline`.
Hi @doug-moen Yes. In fact *CTRL-P* and *CTRL-N* mappings were deliberately changed from `readline`'s defaults. The old behavior can be brought back in client application by adding ```C++ bind_key_internal( Replxx::KEY::control(...
Sorry, for closing this issue, that was a miss-click.