Elina

Results 255 comments of Elina

The [`QueryPararms`](https://docs.rs/gloo-net/latest/gloo_net/http/struct.QueryParams.html) don't use serde, they use the browser's implemention: `URLSearchParams`. This change isn't possible without making that change. Also see: #215

> Not sure if I should bump the version within the PR or if that's done later? I've merged those changes. You can get the latest changes from master

I don't believe gloo is the right place for such a macro (open to be convinced otherwise though). It feels a lot like a web framework/library job to do it....

More so than that, there's no agreeable public API: https://github.com/yewstack/yew/discussions/2941 Gloo, as you mentioned, is _not_ opinionated. I'm not sure about providing a specific DSL (even with if it's HTML)...

If you want to work on it, I suggest looking at the syn-rsx crate. It implements a lot of the parsing for you

I just tried it and no, it's the highlighting that's messing up, not the pager

> groff version? If 1.23.0, adding `MANROFFOPT='-c'` will probably fix the output. > > cf. [#2593 (comment)](https://github.com/sharkdp/bat/issues/2593#issuecomment-1636468711) Running `MANPAGER="sh -c 'col -bx | bat -l man -p'" MANROFFOPT='-c' git commit...

This is impossible. You need the JS glue code to load the wasm file properly

> Can we adjust the order of other hooks with dependencies as well so they are consistent (such as: use_memo, use_callback...)? > I agree here. Also, this PR should provide...