Benjamin Podszun

Results 8 issues of Benjamin Podszun

**Is your feature request related to a problem? Please describe.** I have a `Select` to let the user - well - select items and toggle some state based on that....

Coming from sqlx, but some investigation makes me believe this is a Sqlite API related issue? My code is doing an `Insert ... returning id` which returns a `Result` (where...

invalid

A tiny sample project. I have ``` /src/main.rs /static/index.html /static/favicon.jpg ``` where main.rs is roughly this: ```rust #[async_std::main] async fn main() -> Result { tracing_subscriber::fmt() .with_max_level(tracing::Level::TRACE) .init(); let mut app...

Hey. Most OCR work I've seen so far uses (b/w, CCITT compressed) multi-page documents. I'd like to make these work with leptess, but it seems (unless I'm missing something?) that...

Right now the watcher is broken/unimplemented for Windows¹ and a large part of the reason for that _might_ be how it works: * the watcher subscribes to filesystem events (crate:...

Rustls panics with > > thread 'main' panicked at C:\Users\Ben\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rustls-0.23.13\src\crypto\mod.rs:265:14: > no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point > note: run with `RUST_BACKTRACE=1` environment variable to display...

### Current Behavior Trying to deploy this on my Coolify instance, behind traefik. It works without authentication, properly proxied behind a TLS/HTTPS URL. Adding `WEB_AUTHENTICATION=1` complains that `SECURE_CONNECTION` needs to...

bug

I saw the discussions about the hostname resolution and am happily using this right now. But I would love to have a way to _announce_ a hostname as well. My...

enhancement