daurnimator

Results 334 issues of daurnimator

https://www.digitalocean.com/docs/kubernetes/how-to/monitor-advanced/ The digital ocean agents are failing to connect to kube-state-metrics; I think [kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) is the gatekeeper. I've been playing with the `kube-system` `daemonset.apps/do-node-agent` argument `--k8s-metrics-path=https://kube-state-metrics.monitoring.svc.cluster.local:8443/metrics` to try and fix...

Is it possible to create dynamic shell completions? e.g. if I type `mycommand --profile `, can I provide a way to get a list of available profiles? If not, we...

enhancement

Hi, I stumbled across your project looking for a way to use LLVM to generate code for the SNES. Do you have plans to try and upstream any of your...

question

When used in an empty git repository I get: ``` Module build failed: Error: ENOENT: no such file or directory, open '/home/daurnimator/myproject/.git/packed-refs' at Object.fs.openSync (fs.js:663:18) at Object.fs.readFileSync (fs.js:568:33) at Object.long...

question
help wanted

The response seems to be valid; but I get an error: ``` [error] 23868#0: *148 Redis server returned invalid response near pos 18 in "+OK +QUEUED *1 *85 $1 1...

If a command or subcommand doesn't exist, it would be really cool if there were suggestions. Today I read about http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata which seems like a workable solution to integrate here.

Issue: [B311:blacklist] Standard pseudo-random generators are not suitable for security/cryptographic purposes. - Severity: Low - Confidence: High - Location: mtls/mtls.py:448 - More Info: https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b311-random ``` 447 for c in range(10):...

help wanted
good first issue

How can I use [logcli](https://github.com/grafana/loki/blob/master/docs/sources/getting-started/logcli.md) to access a loki instance behind mtls? Loki supports the env vars: - LOKI_CA_CERT_PATH - LOKI_CLIENT_CERT_PATH - LOKI_CLIENT_KEY_PATH So the right wrapper/alias should work?

enhancement
help wanted

Unicode is not a static standard, as such the tables need to be outdated from time to time. However for compatability, you sometimes need to use a specfic version of...

https://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses e.g. `::ffff:192.0.2.128`

enhancement