mbodmer
mbodmer
Same problem here, when building another qt library needed as dependency. ``` app-id: com.savvycan.SavvyCAN runtime: org.kde.Platform runtime-version: "5.15-22.08" sdk: org.kde.Sdk command: SavvyCAN finish-args: - --share=ipc - --socket=wayland - --socket=fallback-x11 -...
@TingPing Unfortunately not on the QT5 Branches, but thanks anyway
Suggestion: I think it would make sense for release-plz to embrace API Client libraries like: https://crates.io/crates/gitlab, https://crates.io/crates/github and https://crates.io/crates/gitea for backend support. release-plz does a great job integrating tools and...
#1651
For my MQTT usecase I have shared here: https://github.com/viz-rs/path-tree/pull/41#issuecomment-2152654653 there would be the need to have a wildcard which excludes the trailing / when matching. I have used a named...
Another nice thing would be an optional "root node", which would allow having routes which don't need a common first character.
I know MQTT is not the intended use case, but since the router is very versatile it almost supports it :-) so i just wanted to drop it here for...