Colin S.

Results 28 comments of Colin S.

@atwoz, did you modify your udev rules for this printer? I am using `/etc/udev/rules.d/69-labelprinter.rules`: ```udev ACTION!="add|change", GOTO="brotherql_rules_end" SUBSYSTEM!="usb|usbmisc", GOTO="brotherql_rules_end" # QL-1100 ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="20a7", TAG+="uaccess" LABEL="brotherql_rules_end" ```

```bash podman pod create --name jitsi --add-host=meet.jitsi:127.0.0.1 --add-host=jvb.meet.jitsi:127.0.0.1 --add-host=jicofo.meet.jitsi:127.0.0.1 --add-host=jigasi.meet.jitsi:127.0.0.1 --add-host=jvb.meet.jitsi:127.0.0.1 --add-host=xmpp.meet.jitsi:127.0.0.1 --add-host=auth.meet.jitsi:127.0.0.1 --add-host=auth.meet.jitsi:127.0.0.1 --add-host=muc.meet.jitsi:127.0.0.1 --add-host=internal-muc.meet.jitsi:127.0.0.1 --add-host=guest.meet.jitsi:127.0.0.1 --add-host=recorder.meet.jitsi:127.0.0.1 --add-host=etherpad.meet.jitsi:127.0.0.1 ``` The easiest way to get up and running might be...

Valhalla [now] supports routes with intermediate destinations. They are called [through locations](https://github.com/valhalla/valhalla/blob/039c4d4e292ebb3ed03124766a1e236fc22ae148/docs/terminology.md). At the very least, it would be good to offer manual "through locations" or "intermediate destinations" the way...

@rinigus, no worries; take your time.

JSON + WebSockets is certainly a better solution, in some respects. For example, `notify-send` only targets the user which executes the command, which means that Pat would have to be...

> Would it potentially make sense to pass in a directory where GPG keys could live It certainly does. Key files in `distribution-gpg-keys` don't seem to have a particular extension...

… After some additional study, I think it would be easy to obtain the repo configuration from a directory of `.repo` files. dnf is designed to do this; the API...

Patch v2 fixes an issue with importing keys which have Base64 CRCs. No other changes are made. See #240 for an alternative PR which supports complete dnf configuration files instead.

Good to know, thank you. I'm not sure there's too much optimism surrounding the prerequisite pykickstart/pykickstart#32, which has been closed for several years now. Attempts to add this to the...