Marcus Watkins
Marcus Watkins
Do you know where the buffer builds up? Without looking at all I'm guessing it's ustream, but it could just as easily be nginx, I suppose. I'd be willing to...
I've been using @lucastheisen's [fork](https://github.com/pastdev/bats-core) which works great. Is there anything specific holding up getting proper bash syntax on the tests? Seems like his is a non-breaking change with an...
I tried to test various linters on the semicolon version suggested [here](https://github.com/bats-core/bats-core/issues/192#issuecomment-512282673) (which probably would have been cleaner to implement as it could keep a single regex) but there are...
For anyone still looking, I had unsuccessfully attempted to [merge this functionality](https://github.com/ansible/ansible/pull/52586) back in 2019, and recently @randrej published it [here](https://galaxy.ansible.com/ui/repo/published/randrej/windows/) (source [here](https://github.com/randrej/randrej.windows)) Also applies to ansible/ansible#68812
I can dive in and investigate this if it's truly an issue, but I'm not sure what the expected behavior is. (Hopefully that all of those cases should pass the...
If you can point me in the direction of the java analysis I can see if I can adapt it to C# in a PR.
Find `auth_parse.py` in your .venv folder and change line 51 from: ```python return auth_type ``` to: ```python return AuthType.BROWSER ``` Because I'm only using it once I didn't try to...