Vanillabacke
Vanillabacke
just in case somebody is looking for the turn on / off. add this methods in **lib/avea.js**: ```js class Avea { constructor(peripheral) { // ... } // ... turnOn() {...
the access list has no effect on my server, which has the latest version installed ( v2.9.19 ). tried all possible configurations / workarounds, what i have found. the login...
you can do that, including mysql and php using docker: example: ```yaml version: "3" services: app: image: 'jc21/nginx-proxy-manager:latest' container_name: npm-app restart: unless-stopped ports: - '80:80' - '443:443' - '81:81' volumes:...
I can confirm that issue with v2.9.19. As soon as I add an location to the nginx config, it will stop working. It looks like this will not be added,...
Hi @bartaxyz, I was playing around a bit and I implemented this enhancement.  Sadly I just started with typescript and I have a problem with passing in a function...
I like the simplicity of you component a lot! Thanks for the update! It looks like the `onChange` event is triggering twice. The first trigger is on start dragging and...
Hi @patricknelson finally I had some time for testing it. In short I love it! 😅 As far as I've tested it, this gives a huge advantage. Thanks a lot...
sadly i haven't worked with tests yet. maybe my test code will help **NestedCounter.svelte** ```svelte let count = 0 const increment = () => { count += 1 } button...
@pySilver not yet, i wasn't investing that much time on it. main problem is to keep the state of the children alive in the slots during changing the parent rendering.
@patricknelson thanks for your work. hopefully i can test it soon. ❤️