euri10
euri10
I have this in myy pyproject.toml and I'd like to upgrade ``` opentelemetry-instrumentation-fastapi = "0.17b0" opentelemetry-instrumentation-asyncpg = "0.17b0" opentelemetry-exporter-google-cloud = "0.17b0" ``` So it seems like `opentelemetry-exporter-google-cloud` was split in...
When using the wheel on the music block I get this, see screenshot, alternatively a red `seek() failed` message, and another error I can't really read well unfortunately, the 2...
Greetings, this is a draft PR to check if there would be some interest in having the deb meta in the cargo.toml The reason I'm proposing this is the following,...
the osx prompt and keylogger work fine, except one important thing which is the following: the keyboard layout isn't taken into account so while the key pressed returned might be...
### System Info langchain 0.0.201 python 3.11 debian bookworm ### Who can help? @agola11 ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ###...
In https://github.com/samuelcolvin/arq/pull/191 a default queue name was introduced with the following reasoning: > When using a single central Redis with multiple services, it's necessary to use different queues. It's indeed...
I'm trying to better understand the various timeout options and play a little with Retry, my ultimate goal is to have a job running every x (with `raise Retry(defer=x)`) that...
Unfortunately it is missing now and I have to concatenate stuff :) Will probably look also for bool_or etc..but probably in another PR
While waiting for https://github.com/samuelcolvin/buildpg/pull/44 to be merged I wanted to use my fork, howwever poetry finds the version = ' dev' is not pep404 compatible and refuses to install/ something...
related to #31 (and #27 to some extent) I know I can use RawDangerous, just wanted to mention it this works: ``` V('x').cast("int") ``` but casting to arrays fails because...