-
Can somebody provide the exact requirements.txt package list for conda/pip that will work?
I merged those two pull requests:
- https://github.com/DCC-Lab/PyTissueOptics/pull/121
- https://githu…
-
For example I see boto3 as #1 package, ok but then following ones:
botocore, urrlib3 (possibly), requests (possibly), setuptools, certifi, idna, charset-normalizer, typing-extensions, packaging, py…
-
The TS client library has a very cool auto-generated query builder. With python typing we could build the same type of functionality. Here is the TS docs: https://www.edgedb.com/docs/clients/01_js/gen…
-
Was told to move this https://github.com/comfyanonymous/ComfyUI/issues/5510 story to ComfyUI-N-Nodes repo.
### Expected Behavior
I'm not sure if Ollama models are required in anyway but I do see…
-
The parser fails in a function definition like:
```
def funName(arg: float):
pass
```
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
```
pydantic_core._pydantic_core.PydanticSerializationError: Pydantic serializer warnings:
PydanticSerializationUne…
-
**Problem:** Task taking input of `dataclasses` object with `List[T]` will fail deserialization when the object definition is in postponed evaluation mode. The error is `ValueError: Only generic univa…
-
### Language
Python
### Version
latest
### Description
If you send a feedback, using feedback loop, the the typing indicator starts up (it shouldn't, right?) and it doesn't go away even after fee…
-
### Describe the bug
The following is happening:
![Image](https://github.com/user-attachments/assets/3fb9bc69-45fd-46b3-9e20-43ebf4a50e63)
### Environment
```json
{
"marimo": "0.9.14",
"OS": "…
-
In https://github.com/python/mypy/issues/2169 and https://github.com/python/mypy/issues/1843 there was discussion about using `Type[some_abc]` and how it should be allowed in a function signature, but…