Dmitry Afanasiev
Dmitry Afanasiev
I try to implement snap: https://github.com/dafanasiev/bless-snap, so you can try to build & install on you local env: ```sh # if you use docker: `make` or use `snapcraft` # install.....
You can add Graphviz export (web ui: http://www.webgraphviz.com/) function: ``` public asGraphviz() : string { const rv = ['digraph G {']; this._transitionFunctions.forEach(tf => { rv.push(tf.from + ' -> ' +...
> Why would we want to allow more than the owner to access the ticket cache for their own user? No, we don't want that. Now (with umask=0002) any user...
Hmm... I prefer to clean up the resources where the error occurred. Because there is no way to restore the ldpa connection state.
NOTE: right now there is no way to detect `latest` release using github api releases-list endpoint (`https://api.github.com/repos/coredns/coredns/releases`) because both `draft` and `prerelease` are `false`: ```json # curl https://api.github.com/repos/coredns/coredns/releases | jq...
workaround not work? ` sudo ln -s /usr/lib/x86_64-linux-gnu/libquazip.so.1.0.0 /usr/lib/x86_64-linux-gnu/libquazip.so.1 `
@turicas: on debian12 you can do: ```yaml runcmd: - cloud-init-per once setlocales localectl set-locale en_US.UTF-8 ```
@dcasota I think that "proper way" means "use tdnf (because its rpm-based os), not hands"
@andre487 look at shadowsosks-rust: https://github.com/shadowsocks/shadowsocks-rust?tab=readme-ov-file#install-using-snap all snap-enabled services can configure the same way