Paul Roever
Paul Roever
**What happened/how to reproduce?** * use a custom config file for VS Code (`"remote.SSH.configFile"`) * add a new workspace and try to launch it with VS Code * the "default"...
Hi there, thank you for providing this code and the associated checkpoints! While trying to run the inference script on the CoNSeP test set (using the following command: `python run_infer.py...
Currently, it is not possible to specify a `SQLModel` with an `Optional` complex type, such as a `Decimal`, as follows: ```py from decimal import Decimal from typing import Annotated from...
Currently, when `max_length` is specified in a `Field`, it has no real effect on the corresponding SQL schema (#126, #746). As pointed out by @chris-beedie, this is because the configured...
I've have a PostgreSQL database with some `character varying` fields of unspecified lengths (they were specified as python strings in my ORM). After running `kubectl schemahero generate` on this database...
Hi there, I'm just getting started with vim/tmux, so I'm not quite sure how to solve this, but my tmuxline seems to have a small gap on the bottom left...
Once a remote buffer is opened in vim via, for example, `vim scp://user@host/path/to/file.txt`, pressing `-` to explore the enclosing directory no longer works. This is due to the trailing `/`...
### Description Currently there is some logic, often in `_map_user_prompt`, for each provider (AFAICT at least) that determines whether the given `UserContent` is supported. For example, for Anthropic: ```py elif...
**Versions** - Client: ts 1.1.3 via tanstack DB - Electric: 1.2.3 - docker **Bug description** The Electric SQL container gets stuck in an unrecoverable error state ``` [warning] Stack not...