Jaime Pillora

Results 323 comments of Jaime Pillora

My mistake, forgot to embed the UI changes into the backend. Should fix the NaN issue in `0.8.23`. Are you using the linux amd64 binary? I've never seen that error...

My cloud torrent runs in Docker on Ubuntu 16.04.2 LTS. You could try that?

Not possible at the moment, Just like --treat-null, We need a --treat-num for numbers. Happy to accept a PR! On Fri, 3 May 2019 at 6:36 am Chris wrote: >...

Cant see your data, though I'm guessing your timestamps aren't being parsed correctly

@edin5 is correct, since InfluxDB uses the timestamp as the *primary key*, you'll have to either modify your data or patch this program. Actually, maybe the solution to this is...

Don't think it is, though you could make a special case format string "unix" which would use time.Unix instead On Thu., 27 Oct. 2016 at 2:54 am perf [email protected] wrote:...

Hey guys, sorry I've been swamped. Usually PRs are only 5 line changes, so I can generally merge via mobile and I haven't had time to properly review and test....

@feross you mentioned [back in January](https://github.com/anacrolix/torrent/issues/138#issuecomment-274234220) you were working on a spec. Has there been any progress on this?

Hey Matt, this feature would indeed be nice. I currently do the same as @axet, internally start and stop is implemented by adding and removing torrents. Having pause and/or stop...

It's mostly about not having to track, remove, re-add torrents. However, for me, I think killing all connections of a torrent (stop) is more useful than ceasing network activity, which...