Leon Prouger
Leon Prouger
Subj. It's already used heavily but not displayed anywhere. If approved, I think I can work on a PR for that :grin:
In my application I want to start monitoring the user as he logs in. For that I looked at your demo app and wrote an analogous code: ``` javascript Deps.autorun(function(c)...
PR for issue https://github.com/ConsenSys/ethql/issues/109
I'm trying to create account using: `setaccount address name` rpc. I'm getting a response from btcwallet: `-1: Request unsupported by btcwallet ` Same goes for the `move` command. **Edit:** Reading...
I wish to make certain modifications to some grunt tasks like wiredep that gonna be specific to my project. Can I do it externally without changing your Gruntfile.js?
subj, this should be added to `configure_host` method of `Connection` class
Fixing #154 I don't know if this is working with other mail server, maybe should be put inside of a `try catch` block. Would be glad if others would try...
In the cookbook Chapter 1 we start with command `broken_df = pd.read_csv('../data/bikes.csv') ` That suppose to give a bad input. But when I try this command I get an exception:...
This refactoring PR aims to ease the development for others. * Refactoring `final.ts` to multiple files, deleting old files * Adding start and run scripts to `package.json` * Adding instructions...