Keziah Biermann

Results 52 comments of Keziah Biermann

Just as a side note: [`serde_asn1_der`](https://crates.io/crates/serde_asn1_der) is not really abandoned – currently I'm working on a v1 release of the underlying [`asn1_der`](https://crates.io/crates/asn1_der)-crate (which however may take some time since I...

FWIW, you can force python to use the system certificate store via `REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt` in the environment. My (trimmed down) docker-compose.yml looks like this: ```yml services: openwebui: image: ghcr.io/open-webui/open-webui:main volumes: -...

Ok, the workaround with `RTLD_NODELETE` works (the values are from the [libc-crate](https://crates.io/crates/libc)): ```Rust // Load and initialize library #[cfg(target_os = "linux")] let library: Library = { // Load library with...

Nice mascot! You don't have this by any chance as alpha-layered PNG?

Happens to me too; every damn time^^ Would it be ok if I created an alpha-PNG (white-BG → alpha and so on)? Because the image is pretty nice even if...

Ah, ok. This means the only reason is an API-limitation of the oneshot-functions and not an important (cryptographical) reason... I forgot about this because if you use the traditional init-update-final...

Same issue, OS is macOS, provider is ollama with starcoder:3b – ollama gets request and does computation, but whatever is computed does not show up in VSCode... Weird is that...

@yuhanj2 Thx, that workaround works for me too!

I think thats very opinionated; and it might be reasonable to not add a default shortcut (if someone wants to enable this feature, they have to provide a shortcut themselves)?...