-
Right now, the apiserver is or will shortly be using `GrafanaResourceDefinition` as the name that it presents to users for what we currently call "kinds" - specifically, the `Core` and `Composable` ki…
-
**Describe the bug**
If a variable is defined with different incompatible units in different modules, this following error message comes up. The problem is that the error message says it's the 'val' …
-
# Suggestion
Allow the `this` parameter in property accessors:
```
const extension = {
get bar(this:ObjectWithFoo):string {
return this.foo;
}
}
```
## 🔍 Search Terms
…
-
##### Description
Performing a clean install using poetry , using python 3.10 (issue also occurs on Python 3.11)
```
poetry add swagger-codegen
```
causes the a transitive dependency attemp…
-
From time to time Sentry reports the exception below. I'm not sure how to replicate it and which one could be the issue.
There are some mentions that the issue could be related to `psycopg2` and `psy…
-
# ❓ Questions and Help
I keep trying to install this thing to get rid of the errors when I run Automatic1111, but this stupid thing keeps installing outdated torch, and uninstalling my up to date tor…
-
### Have you searched if there an existing issue for this?
- [X] I have searched the existing issues
### Python version (python --version)
Python 3.11
### Scrapling version (scrapling.__version__)…
-
## Background / Feature Request
Currently, gazelle has exactly one place where config is allowed to affect per-build-file generated loads, and that's using `map_kind`.
There are use-cases in pra…
-
## Expected behavior
After running, `nitpick fix`, a `.pre-commit-config.yaml` file was created. I expect to see the required key `rev` under all repos.
## Current behavior
No key `rev` is show…
-
# Summary
Allow for pluggable DAG transforms to implement various features. Closely related to #6943, but in a way that could potentally substantially reduce maintenance of the core by reducing its…