undead robot
undead robot
Apologies for me being unclear whether the PIV is supported and I'm experiencing a bug or is this a planned feature?
Building Caddy with proxyprotocol fails with errors: ``` [redacted]/pkg/mod/github.com/google/[email protected]/parser/helper.go:20:2: ambiguous import: found package github.com/antlr/antlr4/runtime/Go/antlr in multiple modules: github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f ([redacted]/pkg/mod/github.com/antlr/[email protected]/runtime/Go/antlr) github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 ([redacted]/pkg/mod/github.com/antlr/antlr4/runtime/!go/[email protected]) ``` As far as I'm able to...
typedefs.rb: `typedef :ushort, :wchar_t` Is there a reason to hardcode wchar_t size? Here's a trivial C program that on my system produces: `wchar_t: 4, wint_t: 4`: ``` c #include #include...
Please support different paddings for private_decrypt() method. Currently it requires PKCS1, but it should either be OAEP, or configurable with the key item, or it should try all known paddings...
## Description Despite #3824 being closed for 4 years, my guess is https://github.com/rvm/rvm/blob/661c91782ef6a257b727667ea0327c75c1b0b120/scripts/functions/requirements/debian#L85 compares the wrong way with a string `bullseye_sid`. Please make use of a fact that unstable does...
I'm prepared to try my hand at implementing it, but I want to ask first. Basically, I need caddy's `reverse_proxy` inside L4's route as a handler. This is because I...
### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...