Akhil Indurti

Results 21 comments of Akhil Indurti

I'm having a similar issue. Unfortunately, the crash log at `$APPDATA%\MiltonPaint\data\milton.log` is a completely empty file.

Not sure if this is the best place to discuss this, but the behavior of non-master branches not being recognized is also present on go-talks.appspot.com. The `getGithubPresentation` function under https://github.com/golang/gddo/blob/master/gosrc/github.go#L197...

Thanks for filing this. I didn't think about maintaining compatibility with pulseaudio-ctl. Input volume control is something that should definitely be added. The default input sink is something that can...

Maybe I should redirect users to use `wpctl` instead?

pw-volume very deliberately maxes your volume out at 100%. I found that letting it grow unbounded could blow out my speakers, so I clamped it at 100%. I also tried...

Yeah this seems reasonable. We could add a `--quiet` flag for the `change` subcommand.

Yeah I'm considering adding this feature now. I think this will involve the ability to query sinks, and setting one. Probably the most straightforward way is to have it list...

Hey, thanks for filing this. I'm a bit surprised pw-volume is reporting something incorrect here. I'd like to reproduce this issue and write a test case for it. How did...

> Do you see any of these features lacking in existing OCaml generators? - ocamllex lacks unicode support is not reentrant does not have a drop-in UI - sedlex lacks...

To echo @pmetzger, the way I would approach codegen here would be to just use tail recursive calls, and treat them like you treat `goto` in the generated C or...