-
https://packages.ecosyste.ms/registries/npmjs.org/packages/deep-equal/dependent_packages?order=desc&sort=downloads seems to just be showing anything with the string `deep-equal` and so it's getting lo…
-
When I have a configuration where federated authentication is used, there is a problem with connecting the backend. It cannot be authorized - it would be good to use the terraform init backend=false o…
-
## In what area(s)?
/area API
We think that #14744 introduced a regression due to the change it made in revision_lifecycle.go. Let's go through it:
At any point in time, there might be a fail…
-
- values
```yaml
...
persistence:
enabled: false
```
- command
```
helm lint
```
- context
```
[ERROR] templates/chaos/chaos-dpl.yaml: unable to parse YAML: error converting YAML to JSON…
-
I know the docs https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/no-autofocus.md show fail as
```
```
but I feel like this is bad linting for components outside of devel…
-
**Domains or links**
The `65.112.0.0/12` network is listed. It is a very large network and includes a smaller corporate network assigned to coastalcarriers.com - `65.114.98.192/29`.
**More Informa…
-
# Bug report
See the code snippet. I believe that `Collection` should count as `Collection`.
The second issue reported is technically also a false-positive but I don't exactly blame PHPStan for …
-
# Bug report
The code snippet reports an error about missing return but there doesn't need to be one when yield is used. Doesn't matter that the yield is inside a condition.
Also if you check th…
-
### Bug description
The command
litgpt download ..model_name... --convert_checkpoint false
is performing conversion and deletes the safetensor files (my workaround is to terminate work after safete…
-
This is modified code from a real regression in my code:
```
#![allow(unused_variables)]
fn main() {
const N: usize = 1_000;
const M: usize = 4;
const V: [u32; M] = [1, 2, 3, 4];
…