Tom Groenwoldt
Tom Groenwoldt
Hey! First things first, I really enjoyed working with this crate! Thanks for your effort. This PR adds another `PlotKey`, namely the `mark=...` key. I had the following problem: I...
Hey! First of all, thanks for this crate and all your work for it :) In my use case it's crucial to allow individual task errors. This crate already provides...
The function got bigger and bigger. Now is a good time to refactor this into smaller, more comprehensible pieces.
The GIF generation is not documented properly. Let's do this in a separate README file.
Yew has optimization recommendations regarding this: https://yew.rs/docs/advanced-topics/optimizations
Hey :) I have an application that is connected to another device using Android Open Accessory. The communication is handled part-wise in kotlin and part-wise in dart. When I call...
Hi :) Is there an easy way to add additional schemas to the specification without the need to have them inside route handlers?
This PR allows to use `axum` with version `0.8` and `tokio-tungstenite` with version `0.27`.
I noticed that the combination `Alt` + `-` is not caught by the xterm.js terminal instance. I've tested this by logging the keypresses with `terminal.onKey`. The keypress itself is recognized...