Isaac
Isaac
With Python3, the keys and values for `request.args` returned when submitting form data to an `app.route` are returned as bytes, not strings. ```bash 2020-06-29 23:11:10-0400 [-] (Pdb) {b'username': [b'irowell'], b'email':...
Get this error when I run `mspdebug tilib`. Is there anything I can do? libmsp430.so is a 32 bit file which I pulled from http://energia.nu/download/. I've tried putting it in...
Looks like its not correctly applying the gradient settings for jellyskin. See below. The original gradient is still present.  Looking at the code it applies there are two issues....
Not a bug. Just wanted to document this here in case anyone else comes across the same issue. When running my tests I was getting the below output: ``` Jest...
### Support guidelines - [x] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) ### I've found a bug and checked that ... - [x] ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my...
### Support guidelines - [X] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) - [X] My request is not listed as [a very good idea, but unfortunately...](https://docs.firefly-iii.org/explanation/more-information/what-its-not/) - [X] I've used [the search](https://github.com/firefly-iii/firefly-iii/issues?q=is%3Aissue)...
If a node dies and revives itself with a smaller I/O count within the garbage collect interval, and does not remember what it registered before it died (something I imagine...