David Shlemayev

Results 9 issues of David Shlemayev

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you tried the latest build? - [X] I have tried the latest...

bug
linux

This is an initial implementation of my new KDE connect feature: ![image](https://user-images.githubusercontent.com/6624767/164547144-59a89062-e7c5-4789-868e-f37ad77c52d6.png) It lets you move bluetooth devices between the PC and the phone. Mostly intended for wireless headphones. TODO...

conflicts

This means I can disable parts of the pipeline (from the end to the start) to debug each piece. If I start with: **[ .[] | {(.ifname): .address} ] |...

Just as `{"a": .a}` is shortened into `{a}`, I shortened `{"a": .a | expr}` into `{a | expr}`. This is unambiguous because `jq` doesn't accept bare expressions inside object definitions....

feature request