Leon

Results 49 issues of Leon

After configuring pihole to use unbound, https://github.com/pi-hole/docs/blob/a7342b80d3f221d118333ed24bed4b450f4d55f9/docs/guides/dns/unbound.md?plain=1#L180 it would be handy if the docs included a method to verify that a DNS query is indeed going through `unbound`.

For various testing scenarios with [promtail](https://grafana.com/docs/loki/latest/clients/promtail/), it would be handy if it was possible to have the logs going into a file (ephemeral storage) instead of stdout.

* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...

wontfix

When `setup.py` declares `setup(name="...", ...)`, and the `#egg` suffix is omitted, then pip-missing-reqs fails: ```shell Traceback (most recent call last): File "/.../pip-missing-reqs", line 8, in sys.exit(main()) File "/.../lib/python3.9/site-packages/pip_check_reqs/find_missing_reqs.py", line 171,...

bug

## Proposal Let `storage.tsdb.retention.size` take values in the same format as k8s does, specifically: - support both binary and decimal formats - interpret unitless values as decimal bytes Currently, the...

kind/enhancement
not-as-easy-as-it-looks
priority/P3

The browser currently uses system's settings for the headers. According to [coveryourtracks](https://coveryourtracks.eff.org/), ``` HTTP_ACCEPT_HEADERS Bits of identifying information: 17.73 One in x browsers have this value: 217296.0 ``` Much of...

Currently an inhibit rule can take `alertname` as a matcher, e.g.: ```yaml inhibit_rules: - source_match: alertname: InstanceDown ``` It could be handy if it was possible to use `groupname` as...

Would it be possible to expose public interfaces for [submatrices](https://en.wikipedia.org/wiki/Matrix_(mathematics)#Submatrix) and [minors](https://en.wikipedia.org/wiki/Minor_(linear_algebra))? Could it also simplify some internal logic? For example: https://github.com/dimforge/nalgebra/blob/1576a1517ad652db5bfa1bb9071eeadc699b4328/src/linalg/inverse.rs#L71-L74 https://github.com/dimforge/nalgebra/blob/1576a1517ad652db5bfa1bb9071eeadc699b4328/src/linalg/determinant.rs#L38-L41 https://github.com/dimforge/nalgebra/blob/1576a1517ad652db5bfa1bb9071eeadc699b4328/src/base/matrix.rs#L2111-L2113

This compiles with nalgebra 0.29.0: ```rust const ZERO: Vector3 = Vector3::new(0.0, 0.0, 0.0); ``` but these do not: ```rust const ZERO: Vector3 = Vector3::zeros(); const ZERO: Vector3 = Vector3::from_row_slice(&[0.0, 0.0,...

**Describe the bug** Script fails to run with node 17. **To Reproduce** Steps to reproduce the behavior: Try running the example script. ``` $ npx @flood/element-cli run example.ts Running example.ts...