-
##### Description
Here is a list of enhancements I can think of for the Rust client generator:
- [ ] Add "docstring" to methods in API and model files for documenting the usage
- [ ] Add suppor…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
You can peak on fixes that kind of issues in …
-
### System Info
```shell
python version : 3.9.16
mlflow: 2.4.2
transformers[torch] version : 4.31.0
optimum : 1.11.2
```
### Who can help?
@philschmid , @JingyaHuang , @ec
### Infor…
-
The code for reproducing the problem is also very simple, just
`import pandas`.
I ensure that I've chosen the correct python interpreter and I can run it successfully. However pylance doesn't s…
-
The example for the new multiple plots code is as follows:
```python
import matplotlib.pyplot as plt
from asreview import open_state
from asreviewcontrib.insights.plot import plot_recall
…
-
### Describe the issue as clearly as possible:
Perform batched generation. The problem occurs because CFGGuide.copy() which does not copy the attribute regex_fsm. https://github.com/outlines-dev/outl…
-
I was checking out the type stub, and found these points;
+ There are a bunch of `docstring: str` nodes guarded with `sys.version >= (3, 7)`. This is not actually true since python/cpython#7121 rever…
-
I don't understand why two seemingly identical lines get formatted differently. The inconsistency is very surprising to me. Maybe there is some undocumented penalty hiding somewhere in the implementat…
-
# 🚀 Feature Request
It would be nice to be able to add help messages (similar to the [argparse library](https://docs.python.org/3/library/argparse.html#help)) to command line arguments defined in…
-
This is a boundary case, but important for other modules nonetheless. Define
```
g1 = get_symmetric_group_sgs(0)
g2 = ([], Permutation(1))
g3 = get_symmetric_group_sgs(2)
```
Currently, `g1 = …