Michał Załęcki
Michał Załęcki
A command-line argument also works for me. I'll prepare a PR 👌
I understand that default parameter can be easier to use, but it's unnecessary: ``` contract Donations { event Donated(uint256 value, address donator, string name); function donate(string _name) public payable {...
@Nikhil783 What text for what mask and what error?
@jirikolarik Not quite ``` Error: Connection to the database is down. ``` @githubitsme Try `_ready_promise` instead of `read()`. ``` js horizonServer._reql_conn._ready_promise.then((reql_conn) => { ```
Hi, sorry for late response. Regarding "blueprint", I prefer convention over configuration (maybe Hapi is exception here). I think it's better to keep things as simple as possible even for...
New proposal for `.gitignore` is definitely better but I would switch editors-specific rules for information how to add them to your `.gitignore_global`. There are many editors and more to come,...
It could be an *Index* at the end of the document referenced in ToC. I think it makes sense to keep ToC as it's right now so it reflects real...
@vmihailenco We could help and write the PubSub backend. Does anything come to your mind that would be good to know before we start? Were there any previous attempts that...
@svobik7 Thank you for your interest. I don’t actively maintain this so if you want a quick fix feel free to fork it and in the meantime I try to...
@CosticaPuntaru That's a valid point, thanks. It would be better when the first call of `appendUniversalPortals` would create a scope limited to the single request and then inject the markup.