Joe Miyamoto
Joe Miyamoto
too reproduce. ``` echo "\`\s\`" > foo.js esformatter foo.js ``` And I don't know what to do. is this intended behavior? or do I have to specify settings about backquote...
In my own project I wanted to start Asp.Net server from command line. I also wanted to bind parsed CLI arguments into my option by `BindCommandLine()`, So I had to...
* ref: https://github.com/lightningnetwork/lightning-rfc/issues/795 previous attempt #796
Hi. First, thanks for this great library. Its working great for me in the most case. However, I'm having a problem for creating a form with validation. I've been using...
I've been trying to implement rpc methods which imitates the new bitcoin core feature "PSBT". Not complete yet, but like to have a general feedback for my approach. TODO: *...
In my project, I wanted to parameterize `docker-compose` file by environment variables. So that I can launch multiple instances of docker-compose and each binds to different ports and mounts on...
When I ported the routing algorithm from eclair, there were two things I left behind. 1. It uses Binary Heap as a data structure to hold the vertex while calculating...
When I started this project, I avoided using [MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold) Since it seemed bit dated. and It was hard for me to integrate well with native libraries and its wrappers (i.e....
I've just realized that BOLT has json file of testcase for extended queries [here](https://github.com/lightningnetwork/lightning-rfc/blob/master/bolt07/extended-queries.json) Right now, it only has property tests. It will be good starting point if someone wants...