Kilian Cavalotti

Results 92 comments of Kilian Cavalotti

Same issue to report here, with Python 2.7.

It would be awesome to have some sort of widget to give readers a visual clue that a new blog entry has been posted. Ideally that could be embedded on...

And now I realize I wrote SmartDNS when I really wanted to say MagicDNS :grin: I (want to) use Tailscale's MagicDNS, no SmartDNS is involved at all, sorry for the...

It's a plain file (no symlink), here are the permissions: ``` # ls -l /etc/resolv.conf -rw-r--r-- 1 root root 182 Dec 21 10:11 /etc/resolv.conf ``` Thanks!

I don't think that's supported at this time (only CNAME aliases on a single entry are, via the `hosts` table), but I'd love that feature too!

Why not convert it to a string? It's probably safe to assume that all group names and nodesets are strings anyway/

Having the installer's `umask` control the final permissions of the installed files does make sense, especially in the context of user-specific installations. But it may also be counter-intuitive compared to...

Excellent timing! I was just about to open an issue for the exact same thing: we're starting to have multiple people needing to update the spider cache, and that `cp...

We've been running with those two local modifications for a couple weeks now, and as far as I can tell, things are working great. We can have multiple sysadmins update...

Hi @rtmclay Just wanted to say that it does actually work for us and that we successfully implemented your example, based on the category information provided in each module file....