Paul Haerle

Results 74 comments of Paul Haerle

Does https://github.com/daneden/animate.css fit your definiton of suckless?

According to https://golang.org/pkg/text/template/, there's not only `{{with pipeline}}[...]{{end}}`, but `{{with pipeline}}[...]{{else}}[...]{{end}}` where the second part servers is executed when the pipeline is empty. I think thats what one would use...

@carcoco IIRC that's an issue if you use a quite old terraform release. If you upgrade to a contemporary release (v1.1.16 is the latest stable one) it will work

If I read the source correctly, the way `rescue` works is that it's activated in this provider, but deactivation seems to happen implicitly on the other side of the API...

I experience the same symptoms with Emacs 28.1. Did you find something by bisecting, @tazjin? Interestingly enough, I am on NixOS as well.

Ah, thanks for the quick response and good to know that there's a chance that it might be fixed in `nixos-22.05` (following 21.11 here)

I am not entirely sure, but it seems to me like part of the problem could be that the cache assumes that `a.html` and `a.html#foo` are the same url, with...

@timbertson Your `fetlock` repository does not seem to be available anymore? Did you end up deciding against the approach outlined above?

The latter error seems to be caused by me using the new-ish yellow highlighting color in the notebook I've tested it with. If I add a color for "4" to...

As far as I am aware, there's no terraform provider for neither vswitches nor dedicated servers we could use for that feature. At least https://registry.terraform.io/providers/hetznercloud/hcloud/ does not support them. And...