Luca Dorigo
Luca Dorigo
## Classification: Bug (I think?) ## Reproducibility: Always ## Version AutoKey version: 0.95.10 Used GUI (Gtk, Qt, or both): QT Installed via: pacman (or was it AUR?) on archlinux. Linux...
## Describe the bug I tried following the install instructions: ``` git clone https://github.com/chaos-genius/chaos_genius cd chaos_genius docker-compose up ``` But the logs show many errors, see logs below. ## Explain...
Type: Bug I get the following errors in the output logs: ``` ERROR update_configuration:initialize: invalid schema url error=relative URL without a base url=pyproject-schema.json self.root=root:/// ERROR update_configuration:initialize: invalid schema url error=relative...
Type: Bug When I try to select a schema, there are three seemingly identical pyproject schemas:  Extension version: 0.19.0 VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:52.732Z) OS version: Linux...
Currently points to https://www.instructure.com/policies/api-policy
The docs say: > Now we can install assets, create and migrate databases. > > docker-compose run --rm web ./script/install_assets.sh > docker-compose run --rm web bundle exec rake db:create db:initial_setup...
### Issue you'd like to raise.  Langsmith is always quite heavy, but sometimes the memory consumption goes way overboard and crashes my browser/entire laptop - see screenshot. This isn't...
Getting this to work on macOS caused me a headache and I hope this will make it easier for future users.
[BUG] (docs) migrations *have* to specify a `-db` argument, even if it's included in the db string?
The docs at https://beanie-odm.dev/tutorial/migrations/ show a few different invocations for the `migrate` command. In some the `db` name is included in the url string only, in others it's passed explicitly...
**Describe the bug** MongoDB natively supports UUIDs as object IDs (see https://stackoverflow.com/questions/28895067/using-uuids-instead-of-objectids-in-mongodb). However when using Document.inspect_collection with ids that are UUIDs, it gives an error: ``` TypeError: id must be...