Jorge Timón
Jorge Timón
I install starter-kit-lisp but not starter-kit-bindings. starter-kit-lisp changes the functionality of C- and C- for moving parenthesis instead of the usual "move the pointer one word" forward or backwards. Shouldn't...
This is far from ready, but feedback always welcomed. Replaces: - WIP: Install rust-lightning-bitcoinrpc #63 - WIP: Add support for rust-lightning-bitcoinrpc https://github.com/jtimon/lightning-integration/pull/1 Dependencies: - [x] Docker: Eclair: Upgrade openjdk from...
Try to build all clients at once in a job. Perhaps building the clients doesn't timeout travis and it was the tests, or the java upgrade fixed it. Dependencies: -...
DISCLAIMER: This is not a firm proposal yet, only a draft to hopefully receive some feedback. If this is not the right place for such a thing I can close...
While testing locally (npm install, npm start), package.json modified itself: ```diff "hexo": { - "version": "3.2.2" + "version": "3.3.8" }, "dependencies": { "hexo": "^3.1.0", ``` Not sure what to do...
Just because warnings are annoying.
This is a simpler alternative to #8 . Instead of using enums like @TheBlueMatt suggested, I simply handle all arguments as strings and remove the bool type, the type that...
This should make it much easier to add, remove or document parameters. There's probably hundreds of better argument parsers, but I wasn't able to chose, passing integration tetes shouldn't take...
At some point, it would be nice if rust-lightning passed in the integration tests in https://github.com/cdecker/lightning-integration . That can happen long before any daemon based on it is ready for...
Try to simply run it as a demo with make using docker-compose. It is still not finished, I still need to build and use the project itself, and add a...