Jörg Behrmann

Results 150 comments of Jörg Behrmann

Sure, no worries. This is not really pressing. I still had this lying around from when I was last looking at the code and wanted to make it a bit...

Well, it does make the code easier to follow and everything pre-3.7 is EOL upstream. The system's running EOL Python versions probably don't need the newest version of this module...

I see the very same error, playing around with simplematrixbotlib running matrix-nio in version 0.19.0. Print the event callbacks I see ``` >>> bot.api.async_client.event_callbacks [ClientCallback(func=, filter=), ClientCallback(func=, filter=), ClientCallback(func=, filter=),...

Maybe let's step back a bit and ask what it is you'd like to do? :) The point Lennart makes in the source you link is quite valid, but -...

Oh, this is a very interesting problem and I've been eyeing Nix for Jupyterhub deployments, but haven't yet found the time to get my feet wet with Nix. I don't...

I think I know understand your problem better and I learned something, thank you! While I agree that something like `Maybe bool` would be a sensible signature for `systemctl is-active`,...

I think the above would be the cleanest solution. If that is not possible there's other possible solutions. The environment variable `SYSTEMD_IGNORE_CHROOT` will short circuit the chroot test, but I...

I just updated a couple of small issues and a bug, when stopping user servers, that I just noticed today. It would be wonderful if I could get some feedback...

I just rebased on the current master and cleaned this up a little.

I recently got around to also testing on a reasonable version of policykit and updated this accordingly and also added some documentation.