Aditya Vaidya

Results 8 comments of Aditya Vaidya

I think this applies to most special characters, since `carrot-top` doesn't encode it in any way before creating the URI. If this used `rest-client` to encode the request, then this...

It looks like someone made a Flatpak for it: https://flathub.org/apps/details/uk.co.powdertoy.tpt Git repo here: https://github.com/flathub/uk.co.powdertoy.tpt

Someone else made a snap package: https://snapcraft.io/the-powder-toy Git repo: https://github.com/MrCarroll/the-powder-toy-snap

I wouldn't mind taking this on myself, if I knew what CLI options I should add. I was thinking of `-H ` and `--output-header ` that would set the destination...

I decided to take the second option and put it in my fork. I'm not going to submit a PR because I think I didn't really follow the exiting code...

I'm dumping my thoughts here on how this would work. If this were to happen, aside from translating most of the logic from Python to C, the `struct` would also...

haha how does this increase test coverage?

At [hdajackretask/apply-changes.c:98](https://github.com/alsa-project/alsa-tools/blob/master/hdajackretask/apply-changes.c#L98), it looks like we get the exit code, but don't actually check it. Am I understanding this right?