Alf Marius
Alf Marius
Might I add a suggestion of adding a "comment/about" section for each demo where the author can explain the technique/code for the demo? (in addition to the comments ofc)
Sorry, all the code is part of a bigger admin panel I make at work. I debugged the problem as far as realizing that $inBox.empty() makes the "state" of the...
Nope sorry, it's all in a closed admin panel. This issue should be quick to test though, and if you can't reproduce it, I can do some further debug
+1 on this! It would be very usefull to sync the files to any git provider. I use gitea myself
I'm also running into `java.lang.OutOfMemoryError: Java heap space` using `cloud-firestore-emulator-v1.11.7.jar` when trying to import production data into the firestore emulator. Would be nice if one could pass an argument upping...
I have the same here on Linux Mint 20 (based on ubuntu 20.04) Full set of commands for debug: ```sh ❯ sudo apt-add-repository ppa:bablu-boy/nutty You are about to add the...
Man, if you implement this you level up from _Super Cool_ to **Hero** :wink: I mean, Nulloy is already the best and cleanest audioplayer I've ever used. The waveform view...
I found out why this is an issue. It appears like events are not triggered when files change in a mounted volume in a docker container. This seems to be...
@mitar Thank you so much for this eligant mixin! I was kind of surprised something like this wasn't already in the router-core.
Hi, I solved this in another way if anyone's interested. I'm using a `docker-compose.yml` file to set up radicale (note the 2 GIT_* entries). This is slightly stripped, as I...