George Griffin
George Griffin
I want to try and take a crack at this when I get a few free weekends. It's definitely something that I have been wanting to play with. I found...
Ack! Sorry, I thought I mentioned that. It's 4.4
I am not sure I am convinced of this. I am able to get MUCH, MUCH faster flashes using nRF Toolbox (not Connect) in the DFU mode. You need to...
@jheld Ran into a similar issue and opened up https://github.com/soynatan/django-easy-audit/pull/270
I ran into the same issue and set `RENDERING_DELAY` to 5000. Watching the logs, It still seems to snapshot as soon as the page loads. It doesn't even load in...
Added some tests
@alec-w So, as far as I understand it, the fact that the files in bind mounts are being mounted as `root:root` is a bug in docker desktop for linux. You...
The best plan I have is to make a container with a root user, and do docker-in-docker inside THAT container to run the actual service containers with the expected user/file...
@MrMalfunction Thank you for the PR; this fixes an issue I am running into on python 3.11
You can use sliders right now, actually. Just use an input with type set to "range", I also have a branch that I am working on that adds an extra...