Matt Robinson

Results 71 comments of Matt Robinson

I'd also be interested in something along these lines for https://8bs.nerdoftheherd.com/ - I'm currently embedding an `` to jsbeeb which works okay-ish but is a bit fragile. I'd love to...

@ntoll - just a heads up that Matt kindly merged a PR of mine yesterday which means if you add the parameter 'embed' to the jsbeeb url in an iframe...

I'm not sure if this is a bug really, not having a leading slash for the extracted files matches the example in the documentation.

Great, also looks like `os.path.exists()` (and hopefully by extension the rest of the python file/path handling code :smile:) is tolerant of double slashes: ``` >>> os.path.exists('/home/matt/test') True >>> os.path.exists('/home/matt//test') True...

> The leading slashes should not be needed as there is an explicit check for them: I've never used go in anger (so please disregard this if I'm barking up...

Not an expert but this rather opaquely documented commit seems like it could well be the culprit: signalapp/Signal-Android@c6473ca9e63236af3eae9959a50cfa643d53272e The new function called [isFrameLengthEncrypted](https://github.com/signalapp/Signal-Android/commit/c6473ca9e63236af3eae9959a50cfa643d53272e#diff-60c1a48b69ebf21e7e80a1522dbf65b53e8a5144285e5703338eebcaec7d5dd2R18) seems like it's particularly relevant to the...

From me instead of @pascalgn and a bit more than a week later but here's a gentle nudge :smile:

It's public (e.g. any authenticated user can access it) but unfortunately doesn't allow anonymous access which is a pain but unfortunately still appears to be a limitation on the GitHub...

> Maybe you can publish to Maven Central? I'm not massively opposed to the idea but not hugely motivated (as what's published in the GitHub package registry works for me)...

Thanks for your issue report - that's a new warning to me :smile:. Are you able to provide some details about your device (particularly the Android version and architecture)?