bobpaul

Results 44 comments of bobpaul

Hmm, good call. Looks like zips use 2 bytes for comment length, so I think max is 65535bytes. And putting that information in a separate file is more visible to...

This might effectively be a duplicate of #10

you know, we can just parse the json file and I think that tells us everything (and more) than the meta data, anyway.

https://kb.tabletopsimulator.com/custom-content/save-file-format/ has most defined, but doesn't include Page or PDF Here's jq queries for each of the URLs. This exposes the structure. Ex: Get `cat FOO.json | jq '.TableURL'` to...

So I have a [ttsmod](/bobpaul/TTS-Manager/tree/ttsmod) branch in my fork where I introduced a `Mod` class (currently in the save.py file). My idea is that the `Mod` class will represent the...

"No longer needed" as in "assets that no installed mods use?" So am I correct this would be something like: 1. Loop through all mods and build a list of...

The new GUI is definitely a step in the right direction, but I think splitting the Log into its own window is a bad idea. It's frustrating to receive a...

This is working fine for me. You most likely have something wrong in your configuration you made on the google cloud console configuration. I set this up today, and here's...

> I have the same issue, but for Read Aloud for Firefox Android. The failing fetch URL is using **v1beta1**. That's a valid API version that Google still supports. Make...

I have dduper `v0.04.r23.g11b7855-1` installed (archlinux, [aur package](https://aur.archlinux.org/packages/dduper-git). ``` sudo dduper -p /dev/bcache3 -r -d /mnt/home /home/ -a Traceback (most recent call last): File "/usr/bin/dduper", line 716, in main(results) File...