milhauzindahauz

Results 5 issues of milhauzindahauz

implements #113

enhancement

Desired functionality as following: ```python d = { "a": [ { "x": 1, "y": 1, }, { "x": 2, "y": 2, }, ] } b = benedict(d) b.rename("a[*].x", "a[*].m") ```

enhancement

Hey @amarullz, I went through your code. I noticed code format is all over the place. I would suggest to implement code quality tooling e.g. prettier and eslint. I can...

When I am using gestures for switching windows while having multiple external screens connected, there is issue with placing of UI element. https://github.com/amarullz/windowgestures/assets/18167814/43f8b8f4-b740-4b0c-9217-61cdc3e8fbbd

**Describe the bug** I tried to setup multihop. The exabgp report it to me as invalid keyword ```bash 10:28:52 | 17032 | configuration | syntax error in section neighbor 10:28:52...

question