Benjamin Podszun

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