Niels Hofmans
Niels Hofmans
Edit: not sure why the build fails, since I only modified the README.
Hi, thank you for the workflow! Any plans for supporting Firefox?
bettercap uses the github.com/elazarl/goproxy project, which hasn't seen a release since 2018 and contains some performance problems. (e.g. generating a new keypair for every new domain). The README mentions very...
This is in regards to this line: https://github.com/RicoSuter/NSwag/blob/7ab788f97d7942f7c499ce675835514efd11eecb/src/NSwag.AspNetCore/SwaggerUi3/index.html#L42 According to the documentation the `url` parameter should only be used if `urls` and `spec` are not set. But this makes it...
This changes the `token_validator` to return a `ErrTokenExpiredError` instead of `ErrTokenValidationError`. This allows us to check for token expiration which differs from a regular token error. (e.g. trigger a refresh).
Can we specify the location of the log file in /etc/default/btfs?
**Is your feature request related to a problem? Please describe.** Currently docker will assume the container is ready once it is running, while the temporal engine is still warming up,...
This enables go module support for altdns.
Hi, any idea how to do a recursive delete? e..g for ```sql CREATE TABLE domains ( dom_id serial PRIMARY KEY, dom_domain int REFERENCES domains(dom_id), ); ```
**Describe the bug** CKV_GCP_69 and CKV_GCP_67 are triggered when `node_config` is not defined In a `google_container_cluster`. However, this is often defined in the `google_container_node_pool` which is attached to the cluster...