-
### Describe the bug
Since Cython 3.0.0a11, using the type annotation `Optional[Tuple[float, float]]` leads to a compile error:
```
$ python ../cythonize.py -3 -b ex_fail.py
Compiling /home/alex…
-
Dear @dagghe
I hope you are donig well. Unfortunately after the recent update the following error has occured:
This is the code I run:
```
ssicov = SSIcov_algo(name="SSIcov", br=60, method='cov…
-
### How do you envision this feature/change to look/work like?
Support a typed configuration file, mainly for manifest override, and other cool stuffs (?).
- Override build destination paths
- …
-
- [x] implement ruff
- [x] add pre-commit hook
- [x] create custom config
- [ ] cleanup legacy code
-
Per the [Google Style Guide](http://google.github.io/styleguide/pyguide.html#typing-imports), an exception to the "one import per line" rule is allowed for the `typing` module. Currently, it looks lik…
-
### Describe the bug
When switched to dark mode, altair charts don't switch correctly. Instead the text disappears and only the chart lines are left.
### Environment
```
{
"marimo": "0.8.22…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I have identified a significant performance regression in Pydantic 2.9.2 compared to Pydantic 2.9.1 when serializing mo…
-
### Describe the bug
I have a `TypeAlias` that I'm trying to put in `type_annotation_map` but SQLAlchemy can't seem to find it.
(my naive understanding was that `Json` in the example would be look…
-
Hi,
the `tags` attribute in `MetaProvider` is defined optional but throws a runtime error when not provided:
Error: tags array should be passed to in node
Thanks and best
-
### Use case
I happened upon using the `discriminator` to allow my lambdas to handle multiple different event sources, e.g. `aws.events` and `aws.s3`. Using Pydantic's `TypeAdapter` and `Field` class…