Benjamin Root

Results 181 comments of Benjamin Root
trafficstars

Just came across this gem in an exception traceback (the exception is actually from the server and reported as part of an error message). I had accidentally requested a date...

I have experienced this, too. The key thing to notice in the traceback is that the filename path string is being shown as a byte-string even though a byte string...

Seeing that this issue was opened in 2020, well before the v1.6.1 release, this is probably not exactly the same as my bug, but I do think the byte-string is...

I am having this problem. I am using master, and openjdk 1.8.0_111. The .db file is encrypted and was created via the following command: `adb backup -noapk com.tomorrowcorporation.humanresourcemachine` When I...

Note, I am using master because the released version at sourceforge also had a similar exception.

Yes, i saw the above messages. I doubt it is a problem with the password (but entirely possible, I guess). The Android version is 5.1.1. the file is 5701 bytes....

Yes in the sense that it is a feature for a client of mine, so I've been maintaining it for them. There is a bug of sorts, but I think...

Crazy thought,, but what if we allowed color tables to work with `greyscale==true`? Right now, as coded, greyscale mode scales the given data to the range of 1-255 and encodes...

Now that I've actually implemented that idea, I really like it. I'm running with it. It also addresses several other questions I had in my mind about possible use-cases and...