Results 226 comments of Florian Klink

I did that, and it indeed seems to have worked around the issue. Would still make sense to see if this can be fixed in pop shell :-)

Is this a known regression to the gnome people? Or something that needs to be handled differently in the extension?

@HeikoSchlittermann I'm also interested in this :-) Do you have a patch somewhere which I could give a try?

I think it's not possible currently. `MediaStreamingServer::new` asks for a `(local) &std::path::Path` to a video file and fails if it doesn't exits. It'd be nice if it'd be possible to...

> I have a use case for an `io/fs.FS` abstraction supporting symlinks, similar to the proposal author here. However, I want almost the opposite of `ReadLink` - I want an...

Poke - can we get this in?

> I would say this mostly occurs because of `nss-resolve` man page misleading suggestion to set `nsswitch.conf` to `hosts: resolve [!UNAVAIL=return]`. If you do so, it means that all status...

This does work for me - please check `step ca provisioner add --help` output on the other fields you might want to / need to set.

@robinbowes `Type=forking` allows to better distinguish between still starting and running daemons. Probably even nicer would be supporting `sd_notify`: https://www.systutorials.com/docs/linux/man/3-sd_notify/. That way, systemd could detect hangs and restart the service...