-
When we have:
```
@component
@dataclasses.dataclass
class Location:
x: int
y: int
@component
@dataclasses.dataclass
class UserProfile:
name: str
age: int
email: str
…
-
Not sure if this is a mypy issue or attrs or both.
I have an attrs class that defines a field with a converter that coerces the input value to a custom dict subclass.
It works fine when creating a…
-
### Bug description
Repro:
1. `mkdir test && cd test`
2. `python3 -m venv venv`
3. `venv/bin/pip install pylint pandas`
4. Write `foo.py`:
```py
from dataclasses import dataclass
…
-
### Reproduction Steps
```
new lambda.NodejsFunction(this, "LambdaFunction", {
bundling: {
commandHooks: {
afterBundling(inputDir: string, outputDir: string): string…
-
Is it really necessary to make difference between regular class decorators and those accepting arguments?
Because it would be great if we didn't have to test presence of arguments, how would you impl…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
Hey folks, I recently looked at the package dependency for pyjanitor and it seems too large for a production environment.
I saw in the `.requirements` directory that there are a few sets of dependenc…
-
# Problem
With the rx-angular templating, we are encouraged to pass the observable down to child components. this can cause a lot of problem in big enterprises.
1- not all the UI components nee…
-
## [SIP-41] Proposal for Alignment of Backend Error Handling
### Motivation
[[SIP-40] Proposal for Custom Error Messages](https://github.com/apache/incubator-superset/issues/9194) proposes a uni…
-
### 🐛 Describe the bug
What happened:
In the Graph memory example notebook (https://colab.research.google.com/drive/1PfIGVHnliIlG2v8cx0g45TF0US-jRPZ1?usp=sharing) attempting to add a memory throws t…