loudgolem

Results 228 comments of loudgolem

Github repo seems to be active now. If the project ever becomes stale again we can discuss this.

What are these other standard projects? Is there a oauth2 project that is prefered by everyone over golang/oauth2?

The code coverage for both those frameworks are ~40% which doesn't meet the awesome go's quality standards (~80%). As of now they can't be included in the awesome-go list.

Air is in utilities section. Leaving it as is for now. Sorry for missing this pr.

I was able to copy the output after hitting the `space` key, which pauses the output from changing.

I think as of now this can be done externally using script command or asciinema but I can't say for sure what the pros and cons of having this feature...

[btop](https://github.com/aristocratos/btop) has it as increments of 100ms (100ms - inf) and keys -, + mapped. I don't think the exponential increment is needed because btop's (linear) method works perfectly well.

Please follow the contribution guidelines, and the pull request template. Only one package per PR.

Issue at upstream https://sourceforge.net/p/ruamel-yaml-clib/tickets/22/

@jordan-lumley It is impossible as of now https://stackoverflow.com/a/65223193/8608146. But the only workaround is passing `--kiosk` flag when running the browser i.e. ```go lorca.New(url, dir, width, height, "--kiosk") ``` But it...