brizz

Results 17 comments of brizz

hey thanks for posting this. Still really really newb to async stuff. But figured this was the reason why scanning any amount of hosts resulted in run_background to just looping...

If you read my reply (previous, deleted)--trying to condense and clarify. It's a custom pycurl client I made..specifically trying to integrate with gruvi and pyuv, because I love eventloops. client.req()...

I think I may just be confused, heh. Right now, my issue when putting a request into a Fiber, and get_hub().switch(), is that if Im trying to do multiple requests,...

OK. https://gist.github.com/brizzbane/b799ef86fa73ea119308 @ the bottom **main**. Only the first item in the list proceeds. Am I misunderstanding something fundamental? ``` if __name__ == '__main__': ioloop = gruvi.get_hub().loop c = cURLSMTPClient(ioloop)...

Changing line 10 of: > _/frontend/src/components/ProxyList.tsx_ from: `const moment = require('moment')['default'];` to: `const moment = require('moment');` or using the commented out (why?) on line 9 instead: ``` import * as...

**Hey.** _**I apologize for not following the template.**_ Here it is: **Describe the bug** After running scylla uninterrupted for a few days (say 5, or 120 hours), the memory of...

Yes. https://github.com/harry0731/freqtrade-gym/issues/5#issuecomment-744001545

I googled activitywatch + backup. Trying to locate where the data is stored. Would be really nice to be able to 'set' where the data is stored. Backup solution I...

I'm new to mnamer, trying to get away from FileBot and get something open source. Is there a way to prevent deletion of original file, i.e. copy original to episode...

I just wanted to add to this an observation. I installed [netdata](https://github.com/netdata/netdata) and the partitions /, and /boot both have a Read and Write metric that is monitored. /data (where...