Ivan Smirnov

Results 269 comments of Ivan Smirnov

(Btw I would also refactor the code so that you don't have to pass a gazillion of parameters _twice_, first from `main` to `watch` and then to `ChangeHandler`, the `watch`...

I would use pytest/tox for testing and set up builds on travis and appveyor -- this way we'll test it on win/linux for all interpreter versions.

@mjpost Most likely not. However, I've talked to YNAB devs previously and they mentioned they may open some APIs (e.g. via REST).

1. In this case you have to dereference `e`, otherwise you're sending a reference (with a lifetime) down the pipeline. 2. If you carefully read the example in the readme,...

> thx for your response. But when a type is not impl Copy, I can't direct dereference e. But if the type implements `Clone`, you can clone it? Otherwise, you...

Any updates on this? This seems like a big missing feature -- without it you can't prevent watchdog from descending into subfolders like `.git` and `.tox` (at the root level...

@Lorak-mmk @wprzytula I will take a look at this to move this forward if noone minds. Correct me if I'm wrong, but one problem with the trait + enum suggestion,...

> I don't see why would there by any need for associated type in SslProvider trait. Regarding the enum idea, we discussed it with @wprzytula and this optimization is not...

I seem to be able to get JSON back in browser via `http://127.0.0.1:7777/notebooks`. However, I checked it out and apparently it's getting `BadStatusLine('',)` on this line: ``` python req =...