Tatsh

Results 105 comments of Tatsh

Someone is going to have to run a USB monitor while using the Steelseries GG app. This can be done with Wireshark and USBpcap.

Another way to resolve this is to make your package have a module by creating `__main__.py`. It can be something as simple as: ``` project/ ├── __init__.py ├── __main__.py └──...

Would like to see this in. I cannot create a new item in the admin back-end at all when caching is enabled.

requirements.txt should not be seen as a binary file.

Convert this back to UTF-8 please: `iconv -f utf16 < requirements.txt > new && mv new requirements.txt`. Preferably remove the CRLF line endings too.

I am not sure what the behaviour is now since I haven't had corrupted files transfer with this patch. I've transferred multi-GB files with this patch enabled. I'll have to...

Ran my patched version (built locally) with a 26.3 GiB file and it works. This took much longer than 30 seconds to upload. I verified the checksums of the file...

Doesn't FreeBSD use Clang now? If so, my PR for macOS may be relevant. #259

It's possible, but Google probably won't like it. They will probably throttle. I don't think this is a good idea as even if Google didn't do anything on their end,...

They are not going to see it as fishy if it's just your own account under OAuth with your own app. They will still throttle. https://developers.google.com/drive/api/v3/handle-errors#resolve_a_403_error_daily_limit_exceeded It wouldn't be such...