Reid D McKenzie
Reid D McKenzie
Most formatting tools provide a way to disable formatting on some expression. For instance various Java and Python tools allow comments at end of line such as `# nofmt` or...
By convention, defns with a single arity are indented approximately as such: ``` clojure (defn foo docstring? attr-map? [args] forms) ``` - If there is no docstring or meta and...
**Describe the bug** It would appear that the `privileged: true` flag in the `docker-compose` manifest format isn't supported. Rather than producing an error to this effect, the daemon seems to...
Hey folks, Based on [this](https://github.com/pftf/RPi3/issues/3#issuecomment-543801979) comment I understand that the EFI firmware environment does support some degree of TFTP. However when testing this boot asset set from a TFTP root...
https://github.com/sphinx-contrib/openapi/blob/547f6453753b9d7accb30fa8d1eee2b8e02ebc0d/sphinxcontrib/openapi/openapi30.py#L260 This line assumes that every `schema` it operates on will be `{type: string}`, `{type: object}` or soforth, and fails to support the type combinators `anyOf`, `oneOf` and `allOf` when...
This fixes wheels like ruff which want to emplace `bin/` and other dirs used as library data.
At present (v0.19.0 and previously) the `prometheus_client.registry.Registry` class is secondary in terms of API control flow to the `prometheus_client.metrics.MetricWrapperBase` and subclasses in that a caller says `prometheus_client.Counter()` and doing so...
- **Ruff version:** 0.3.3 - **Rule:** redefined-while-unused / F811 ### Ex. foo_test.py ``` from .fixtures import foo_fixture def test_bar_using_foo(foo_fixture): with foo_fixture() as foo: assert foo.bar() == "baz" ``` When pytest...
Previously, this codepath would report that the 'name' of anonymous foreign keys was `None`. While strictly correct, this caused false reports of schema differences when comparing identical tables with multiple...
I use the following `~/bin/radagast` (which is highly dependant on my aliases but whatever) ``` bash #!/bin/bash /usr/bin/grep -h -r "(ns" `git root`/test | awk "{print \$2}" | tr "\n"...