Tatsh

Results 246 comments of Tatsh

The original app may be dead (this code hasn't seen an update since February). In any case, you should create your own app and get its client ID and secret,...

This cannot work for now as the `.grive` and `.grive_state` files would conflict with any other account.

@vitalif if you want to implement this feature, shortcuts require a change to code that will be enforced on 13 Sept 2021. From Google: > What do I need to...

I have this same issue but I think it's caused by any non-ASCII. ![image](https://github.com/stevecat/table-magic/assets/724848/f3f7f769-d3ab-4140-9308-ddc787db9e41)

The guide on redump just says to verify this error is consistent but otherwise ignore it. I've had many CD-Rs with the second to last sector giving c2 error but...

I cannot get it to run at all. Just crashes on launch even without a game argument. Without vkd3d-proton or even dxvk, the application functions without crashing but games do...

The delimiter to join strings is currently hard-coded to be a single space.

`build.sh` partial patch (Xcode 7.1): ``` patch diff --git a/build.sh b/build.sh index b25c269..073bdc8 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ echo "[Script by Linus Yang]" echo "" #...

Cool except https://github.com/jdelman/python-for-ios/commit/83381dc9847e5de29f697668ff6feb0ba887fe82#diff-46cb3d86e30c6dd7e235dbd05f49b19fR16 . Doesn't this make `os.environ` always have an empty dict? `from os import environ; environ` I do not know if there is a good workaround without using...