Nils K
Nils K
One issue I am currently having with the systemd service is that it also restarts on an invalid configuration file. Maybe it would be better to specify `Restart=on-abnormal` or explicitly...
> An alternative I have considered is running cloudflared in a docker container (docker is supported on Ubuntu Core), but there is no arm64 release for the cloudflared docker container,...
Would this allow using ones own certificate without cloudflare terminating tls in-between? If yes then I am also all for this
Or would this still mean that cloudflare decrypts the traffic because that seems to be the case according to the documentation and graphics at https://developers.cloudflare.com/ssl/origin-configuration/ssl-modes/? I assume that is the...
> However, when i created a new Project named 'bpTest' it was created as `~/Documents/PlatformIO/Projects\bpTest` where `Projects\bpTest` is a folder name. I do not exactly know what causes this. After...
I have used JSX in Vue for some time and also played with Docasaurus (which uses MDX) while contributing to a project. As markdown allows raw HTML it has no...
Pinging @mourner because I think a year and a half later it may be time to again discuss this and come to a conclusion? Edit: Maybe it's also worth discussion...
For newer version this is not required anymore as the `importlib` module from the standard library provides this functionality since Python 3.8. For gpiozero the following already works: ```python3 >>>...
Maybe you could try to upstream some parts of this as new prompt options in `prompt_toolkit`?
VSCode now supports registering custom editors for e.g. text files. Adopting this extension to take advantage of that API may solve this issue (and probably comes with some additional benefits)