fishface60

Results 12 comments of fishface60

> @fishface60 can you test this with the 1.12.0 Alpha release? Sorry I didn't reply sooner. I didn't test the alpha because the beta came out before I got around...

GPT GUID 8C8F8EFF-AC95-4770-814A-21994F2DBC8F has been allocated to VeraCrypt, and has been available in GPT fdisk since [February 2020](https://sourceforge.net/p/gptfdisk/code/ci/e48d850e5c44f5b57d271ccf0555a589aaccc6b2). I can't find out how VeraCrypt is meant to format it itself,...

It's one of those features I didn't know how useful it was until it enabled me to have large sheets and I no longer had it. Making enough desktop space...

This would also be useful to GURPS players using [GCS](https://gurpscharactersheet.com/). I've written a [tool for generating tokens from .gcs files](https://gitlab.com/richardmaw/maptool-gcs-converter) which could be used for other json-based formats, and am...

The substring operator appears to be `{{substring value start end}}` not `{{sub value start end}}`. (See ) This is of limited use for a prefix match without a string length...

I would be very happy with a checkbox in the property type to toggle this on.

I also encountered this, the most immediate cause appears to be that the hash of the downloaded image doesn't match the hash from the server's asset cache, I'm going to...

The commit that introduces the problem was mine, https://github.com/RPTools/maptool/pull/5153 Sorry about that. Working on a fix ASAP. Problems were not discovered earlier because to trigger the bug you need to...

I think I tracked it down. `AssetManager` calls `assetLoader.isIdRequested(key)` and then `assetLoader.requestAsset(key)`, and both of those methods are synchronized, but if a request is made in parallel for every token...

I've created https://github.com/RPTools/maptool/pull/5451 targeting the 1.16 release branch since that's the first place I broke it.