-
- UUIDs in the style of what we have for the chem-bench app might be nice (or what wandb does)
- https://github.com/nebbles/hruid-python
- https://github.com/orf/human_id
- If we do dat…
-
### Reason/inspiration (optional)
We would like a new term entry on the `.Histogram2d()` method of the [`graph_objects module`](https://www.codecademy.com/resources/docs/plotly/graph-objects) in Plot…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
I will use you project
I build dockerfile python but error
`FROM python:3.9
RUN sudo apt-get install libzbar0
RUN pip install thanakan
RUN make download-poetry
RUN make install
RUN mak…
-
Consistent style across the web app. Should follow Google's Javascript guide, and Google/PEP8 Python style guide. Should not throw any error in any linters.
-
Hi Team,
I am unable to install CS-Suite, getting below error:
File "/Users/avijit.sarkar/cs-suite/cs.py", line 6, in
from modules import logger
File "/Users/avijit.sarkar/cs-suite/modu…
-
I have the following code:
```python3
class A:
def __init__(self, *extras):
super().__init__(
*chain((AbcdEfghij, AbcDef, AbcdEfghiJklmnopqr), extras))
```
Running y…
-
**Submitting author:** @StevenGolovkine (Steven Golovkine)
**Repository:** https://github.com/StevenGolovkine/FDApy
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.2
**Editor:**…
-
Running Python 3.7.3 on macOS (installed with Homebrew), the DateEntry widget doesn't appear when the arrow is clicked. Dates can still be manually entered in the field as if it were an Entry field. T…
-
Hi just found out this repo. Nice work!
I am trying to install it in a new virtual env with
```
pip install -U poe-api-wrapper[proxy]
```
But there seems to be a dependency error with rich …