Kian Kasad
Kian Kasad
Not entirely sure, but this might be possible using something like `socat(1)` to splice TCP streams together. Instead of running a daemon and several clients, you can use several normal...
I can confirm that it doesn't work with picom (which is a fork of compon).
I've started working on one [here](https://git.kasad.com/vnstat-web/about/) that uses [Chart.js](https://www.chartjs.org) (which is FOSS) as the only external library. It's very basic at the moment and nowhere near as good as vnstat-dashboard,...
`composer install` must be run in the `app/` subdirectory. For example: ```sh $ git clone https://github.com/alexandermarston/vnstat-dashboard.git $ cd vnstat-dashboard/app $ composer install ```
For the single vs. double quotes issue, my guess is that normally, quotes are interpreted by the shell, not by `getopts`. So if you wrote the argument `--opt="some value"`, the...
> I'm working toward having configurable viewers for `nb show`. I think this is a better idea than just supporting `glow`. There's a setting for configuring the editor command, so...
> Due to playstore privacy policy updates this won't be possible in the future. Just out of curiosity, can you point me to the part of the privacy policy that...
I'll try to help with this. I don't actually know Go and I don't know too much about PulseAudio's and PipeWire's APIs, so I might not be able to do...
> we have to do a large degree of code rewriting around the pipewire code due to a licensing issue. If that's something I can help with, let me know....
> I greatly appreciate the offer! I'll make an issue, which probably should have been done a while ago anyways, ha. > > As for helping, that depends a lot...