Voldemat

Results 6 issues of Voldemat

Add schema directives in schema introspection API ## Feature Request Type - [ ] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description...

**Description of the problem/feature request** Ability to write your own custom plugins for linter, using golang. Looks like golang supports plugin loading through https://pkg.go.dev/plugin. **Description of the existing behavior vs....

enhancement
decision pending

TypeError: Cannot read properties of undefined (reading 'NG_APP_GRAPHQL_ENDPOINT') 1 | export const environment = { > 2 | graphqlEndpoint: import.meta.env.NG_APP_GRAPHQL_ENDPOINT | ^ 3 | } at src/app/environment.ts:2:38 Looks like @ngx-env/builder...

enhancement
question

Cluster was obtained using Yandex.Cloud Managed Kubernetes solution. Any modifications of RBAC roles didn't work. kubectl get challenge letsencrypt-jvzb2-2152256332-2670382356 -o yaml ```yaml apiVersion: acme.cert-manager.io/v1 kind: Challenge metadata: creationTimestamp: "2023-02-16T06:07:51Z" finalizers:...

#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...

enhancement
help wanted

```cpp #include #include #define ELPP_STL_LOGGING #include "easylogging++.h" INITIALIZE_EASYLOGGINGPP int main() { auto& mainLogger = *el::Loggers::getLogger("main"); std::vector check = {"check1", "check2"}; LOG(INFO)