-
When installing i noticed two issues:
1. `docker compose build` throws `docker: 'compose' is not a docker command.`, so I assume you meant `docker-compose build` instead
2. when running `docker-co…
-
https://github.com/FYNCH-BIO/evolver/blob/a3213d7de1edf33b359e3416b54870b1f2818c01/evolver/evolver.py#L25
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
use: yaml.safe_l…
-
For certain tables, the outputs do not play nicely with pyYAML. In particular, there are frequently double quotes ( " ) within strings (I'm encountering that in the itemTypes table). Escaping these a…
-
From https://pyyaml.org/wiki/PyYAMLDocumentation
- Loader supports all predefined tags and may construct an arbitrary Python object. Therefore it is not safe to use Loader to load a document received…
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. …
-
Ruby i18n lib supports YAML by default. For this lib pyyaml is an extra requirement. I suggest to make it a requirement. With this, issues like #7, #9, #19 and #26 could be avoided.
In addition, I …
-
```
/engage-warc-test/venv/lib/python3.7/site-packages/pywb/utils/loaders.py:76: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read ht…
-
In the instructions below, replace `pip` as needed with a `pip` invocation matching your target Python environment (eg, `pip3`, `/usr/local/bin/python3.11 -m pip`).
## Pre-seed wheel cache (recomme…
-
##### Description
Performing a clean install using poetry , using python 3.10 (issue also occurs on Python 3.11)
```
poetry add swagger-codegen
```
causes the a transitive dependency attemp…
-
🐸 Building wheels for collected packages: PyYAML, tornado
🐸 Building wheel for PyYAML (pyproject.toml): started
🐸 Building wheel for PyYAML (pyproject.toml): finished with status 'done'
🐸 WAR…