Jan Segre

Results 100 comments of Jan Segre

I see. Would there be any issue anywhere (maybe wallet-service or headless-wallet) if this behavior changed from a fullnode upgrade? I see two options to make them have the same...

> Yeah, I think that makes sense. I'll add a task to double check with partners if there's anyone using Python 3.7 and recommend they update (possibly to 3.9 or...

I've made `hathor.util.api_catch_exceptions` decorator a while ago. If we just decorate the resource's handler method and add a `status_code = 404` (or `400`) on `TransactionDoesNotExist` it will work much more...

> Ok. This case you described might be a common cause of corruption. Maybe we can fix it during initialization in a separate PR. We could use a similar structure...

#171 almost solves this, except that peers have a "retries" counter and that counter makes it so that we don't try to reconnect with that peer again if it exceeds...

+1 on that! I know the main feature of log.io is log aggregation, but for the time being lack of a **history** is why I'm still not using it. Most...

I changed this PR to WIP because it depends on #275 being merged first and the implementation is completed but I prefer it not to be reviewed before the sync-v2...

I'm having that issue too, I use Windows 8 x64 though probably it's on all Windows versions. I also had that error CreateProcessW when trying to create a Cakefile with...

Sorry, I didn't pay much attention when trying out groc. It turned out I was missing pygments. Installing pygments and ensuring it was on my PATH solved the issue for...

PR #966 introduces the change to be able to test this.