Luca Dorigo

Results 39 issues of 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...

bug
documentation
scripting
user support
good first issue

## 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: ![Screenshot_20230413_144721](https://user-images.githubusercontent.com/8631181/231763267-a9bfb806-b11c-42db-8722-b982f46cc717.png) 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. ![image](https://github.com/langchain-ai/langsmith-sdk/assets/8631181/d3c8244f-61f0-433b-9000-e49dbfd91bca) 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.

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...

bug

**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...

bug