René Jochum
René Jochum
This PR allows paths like (it makes the second one possible): ```go r.Get("/v0/{path:[a-zA-Z0-9-/]+}.{format:(json|xml|html)+}", a.getTreeObject) r.Get("/v0/{path:[a-zA-Z0-9-/]+}", a.getTreeObject) ``` witch matche URL's like: ```yaml urls: - /v0/lists/com/github/go-chi/chi/v5 - /v0/lists/com/github/go-chi/chi/v5.json ``` While this...
Hey, First thanks for you'r hard work on this and this great product! We are trying to authenticate via Keycloak in our django-wagtail app. This is the script we are...
I would love to have the API and the tool **lxc top** for a single lxd instance or multiple ones. Need all "lxc-top" gave me: ``` Container CPU CPU CPU...
Hey, I have the need to enable/disable a preloader on all saga calls, after a while I found the following solution for takeEvery/takeLatest in Typescript. ```typescript import { put, takeLatest...
On [Discord](https://discord.com/channels/927474939156643850/927866013545025566/1019364909957533776) I asked for having Roles in the SAML IDP implementation. "I've tried to setup Zitadel as IDP for Rancher as SP by using it's Keycloak SAML implementation, seems...
**Describe the bug** footerText is not filled in all Templates, this doesn't allow me to send E-Mails, as well that it took me ages to find that bug in the...
Hi, thanks for your great work, it's very usefull for me. I did a little change to add support for more crypters: https://github.com/webmeisterei/go-http-auth/commit/7616ea56faee4a7f203c195f22bee42c08774ce4 Do you want a pull request for...
Thanks for this great product, I love it a lot. **Describe the bug** I use `cljoly/telescope-repo.nvim` together with `notjedi/nvim-rooter.lua` this allows me to startup nvim 0.8.0 anywhere and then cd...
It seems like `trunk upgrade -v` is very very slow here.  I've tested it much longer as well. Anyone can help with that? Infos about my system: OS: Manjaro...
### Describe the Suggestion As **qemu-xhci** isn't working with Mac OS-X > El Capitan I forwarded my Mainboards USB Host via PCIe to Mac OS-X, it works. This one-liner gives...