-
Upgrading from 1.5.1 to 2.0.3, I'm getting an error with `update` calls that omit the `modelSchema` argument. For example:
```ts
import {serializable, update} from "serializr";
class User {
…
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-ove…
-
Quite likely the List import from Typing clashes with the actual List class definition.
```
File "/builder/tests/integration/../integration/workflow/test_data/list.py", line 7, in
from aidbo…
-
Documents declaration works when `Optional` is used:
```python
class MyDocument(Document):
label: Optional[str]
doc = MyDocument(label="test")
print(doc.full_clean()) # Prints no error ie. None
…
-
**What is your feature request?**
Can we eliminate implicit optionals in the linkml repo and other related repos, particularly the linkml-runtime repo? They are a source of confusion, and their rem…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …
-
This came up in #136 - Here are some AI suggestions:
The Pylint error R0917: Too many positional arguments (8/5) indicates that a function or method is being called with more than the recommended n…
-
Hello. I just wanted to suggest adding a 'stub' for this library for static typing using the library [mypy](http://mypy-lang.org/) (no need to change code, the stub can go in a separate file).
I have…
-
Type annotations that use `typing.Optional` are incorrectly documented when showing help.
## Example 1
```python
from typing import Optional
import fire
def main(arg: Optional[str] = 'som…
-
**Environment**
![image](https://github.com/user-attachments/assets/4dabf4bb-da5e-4a39-bc62-77021f7ce44d)
**Steps to Reproduce**
1.git clone https://github.com/python/typeshed
open typeshed/st…