Josh McKinney

Results 1112 comments of Josh McKinney

I just published [askama-derive-axum](https://crates.io/crates/askama-derive-axum), which implements an IntoResponse derive macro which replaces the askama_axum crate which is slated for deprecation. It currently works with Askama 0.12 and axum-core 0.5 (aka...

> Another thing I observed is that occasionally the scrollbar handle changes its size by one when moving it (looks a bit like a caterpillar crawling 😄). This is reasonable...

> I think that is a tradeoff whether you prefer to have a constant handle size or accurate representation of position. I also think half block would be to complex...

Marking as a draft for now, waiting on more feedback from @kardwen on the various comments

There's probably a few things missing related to this: - clear() - clear_line() - set_lines() If your particular usage doesn't customize the text area too much, then `user_form.name = TextArea::new()`...

> Can these become enhancements? These all seem reasonable to me (I'm not the repo owner though, so take that with a grain of salt). How about putting a PR...

I'm rather partial to many unstable formatting options, particularly comment width related ones and import ordering / grouping, and would suggest keeping the nightly formatting around. The unstable options in...

Playing with calloop in conjunction with color-eyre, some of the errors being non Send sure to Rc(RefCell) was a little annoying, and makes me wonder if some of these places...

I'll create another issue for this instead of derailing this issue.

Something that struck me as a little bit odd when getting up to speed with calloop was that the channel method returns a (`Sender`, `Channel`) tuple, whereas the various `mpsc`...