André Klitzing
André Klitzing
We upgraded from 0.74.0 to 0.75.1 and got some regressions. ### Reproduce You can reproduce it like this. There are some more changes after formatting - but I can live...
Hi, We get this error in the following example code: ``` Parsing: .../Example.h as language C-Header parse_cleanup(456): pc->orig_line is 15, orig_col is 1, text() is '}', type is BRACE_CLOSE ```...
Hi, we tried to move from http_parser to llhttp. Is it possible to provide a `http_status`, too?
We have a lot of changeset hashes in a commit message to link from one commit to another commit. If we convert from hg to git the hashes are invalid....
* This import of module shutil is redundant, as it was previously imported on line 35. * Testing for None should use the 'is' operator. * The value assigned to...
Since some time ago the env variables of a job is not defined anymore. We have a multijob that starts some downstream jobs in parallel and waits until they are...
## Issue description I develop a custom hook [1] for Mercurial and Git (experimental). It works for Mercurial really good with SCM-Manager and I tried git now. But it seems...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
Hi! I like to request that the server can send a http redirect (3xx) and websocat allows to handle this. It seems WebSocket allows this: https://www.rfc-editor.org/rfc/rfc6455 ``` 1. If the...