antonc42
antonc42
I had a similar problem. It was a permission problem in the container. I found the solution in issue #11423. ``` docker exec -it chown -R docker:root /var/www/html/storage/framework/cache docker restart...
Ubuntu 22.04 Docker 20.10.17 Steps to reproduce: 1. Generate `APP_KEY` ``` SNIPE_APP_KEY=$(docker run --rm docker.io/snipe/snipe-it:latest php artisan key:generate -n --show) ``` 2. Start database container. Watch `docker logs -f snipe-mysql`...
Thanks @mheppner and @flaviut. I ran into this issue as soon as I upgraded to Python 3.10. I applied the patch that @flaviut made to the latest release version (v4.4.12)...
@roumano If you are using v4.4.12 from pip, you may have to do a `python3 -m pip install --force-reinstall git+https://github.com/antonc42/[email protected]` (assuming you are using my branch). This is because the...
Ah, I hadn't seen that. Sorry and thanks!
I believe it is "Chicken Digiorn" http://www.jupiterbroadcasting.com/103171/chicken-digiorn-user-error-4/
This issue is still occurring. I'm now running draw.io version 20.8.16. Every time I upgrade, I have to fix the '.desktop' file.
I have since moved to using the snap instead of the appimage. The problem doesn't occur in the snap. Possibly related to #1490?
I would also like to know why this feature was removed and if there is a way to re-implement it. It was extremely useful being able to add custom actions...
I also have the same workflow and the same problem as @sgreiner. We use a git-managed Ansible repo and started having an issue with the extension re-writing the value of...