Knut Ahlers
Knut Ahlers
Can also confirm this on Windows 10: - Screen resolution `2880x1800`: Right click cycles through the devices, left click does nothing - Switching to `2048x1536` temporarily: Right click still cycles,...
Same happens with german umlauts: ```console $ echo "Nationalität" | misspell stdin:1:0: "Nationalit" is a misspelling of "Nationalist" ``` So it seems something stops reading words on non-ascii chars…
This sadly is a feature required to parse Office365 calendars too. The Exchange Server always embeds a timezone into the calendar with kinda random names (`Romance Standard Time` in the...
This error means one of the buttons tried to refresh it's display data after the page was changed… This might happen a few times after the page has changed in...
Hmm that indeed shouldn't happen… Will try to reproduce and debug… Normally all routines should be cancelled as soon as the page is changed. From what you're describing that did...
Hm sadly Azure is the only one of the three big clouds I haven't worked with and therefore I have no knowledge about the Azure Deployment Center… Basically you want...
Well, like the message says: The Streamdeck application is not allowed to connect to your PulseAudio daemon… - Running on different users? - PulseAudio config preventing connection?
Hmmm… Interesting. I'm running the PulseAudio daemon as my user… I'm not sure how to connect to a PulseAudio daemon running as `root` which disallows access…
Hm indeed there is something if the data folder does not exist / has the wrong permissions: ```console # docker run -d --name nginx-sso -p 127.0.0.1:8082:8082 -v /tmp/sso-config:/data luzifer/nginx-sso #...
To update the `index.html` you need to execute `make pack` in the main directory: the file is bundled as a binary blob inside the `cmd/password/bindata.go`. To do so you need...