Florian Pfitzer
Florian Pfitzer
Valid point, but the accounts in my project have multiple addresses for notifications. E.g. billing mails to address a, newsletter to b etc.
I'm still trying to figure this out. As you see the example code is increasing one byte and sends it to the lamp. But the color is totally random. Examples...
This is how its done: There are 4 color variables: white, red, green, blue (each from 1-4096) To compute the command I use to following function: ``` rgbToAvea (white, r,...
Here you go. Had some problems figuring out decoding the received color codes.
In `lib/processor/macosx.rb` the env variables for the API keys are set to invalid. Changing them to something valid fixes this issue. E.g using the keys from Debian (https://gist.github.com/csrutil/11b06c4dff81e7b9748a3ab9f64d24ef) works.
This should be addressed by my PR in #141, right?
I had the same error. Not using I was using `homepage: customType` in config.yaml. Switching back to `homepage: homepage` and changing the template fixed it for me
Sorry for the delay. Example repo: https://github.com/Marmelatze/bolt-test (only change to default install is the last commit) Without the pager in `listing.twig` it works fine.
I ran into the same issue. My current workaround is setting the `log-bin` param to `/var/lib/mysql/mariadb-bin/mariadb-bin.log`
I think the problem is that dolt is publishing the wrong binaries in their docker container. I opened a issue: https://github.com/dolthub/dolt/issues/8110