-
According to the [React Query documentation](https://react-query.tanstack.com/guides/dependent-queries), we have the possibility to block the running query thanks to the `enabled` function if one of o…
-
I'd like you to add directional keys(I think they're called). They're basically multiple characters on the same key and depending on what direction you swipe it uses one or the other. [Unexpected keyb…
-
**Bug Report**
I think this is a bug, as I get inconsistent results across multiple invocations.
Depending on how I define a Type Alias, it can or can not be used as a valid type in another file…
-
### How would you describe the priority of this documentation request
Critical (currently preventing usage)
### Please provide a link or source to the relevant docs
https://github.com/nv-morpheus/M…
-
Hi I have a issue for converting coco label to scalabel
Traceback (most recent call last):
File "from_coco.py", line 7, in
from typing import Dict, List, Optional, Tuple
File "/content/s…
-
### Description
It seems that after parentheses close, anything after that is strictly put after the `:` for the class field.
I got this from a valid Python type annotation, https://github.com/f…
-
### Description of the bug:
When using response_schema in generate_content the response schema is not respected if the response_schema is set using a object
### Actual vs expected behavior:
I e…
-
### Feature Name
swarmauri_community/parsers/concrete/TikaPDFParser.py
### Feature Description
Using Tika, extract text from PDF files
### Motivation
To enable parsing of pdf documents
### Poten…
-
Can you provide information about how docstrings are formatted when a Python file is given to docstrfmt?
Things I have noticed that surprised me so far:
- The first line of a multi-line docstring …
-
### 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…