Astrick
Astrick
**Describe the feature that you'd like** It would be good if fields like `parent sha`, `author email` and `commiter email` can be hidden, and `date` field format can be customized....
**Describe the bug** This code ```py pool = ThreadPoolScheduler() run = rx.repeat_value(1).pipe( ops.subscribe_on(pool) ).subscribe() sleep(.5) run.dispose() ``` doesn't seems to be able to shutdown the `repeat_value` despite calling dispose. **To...
It seems `axiom` is not implemented and not listed in the [table](https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#tab:theorem-envs) of Theorem environments in bookdown: Besides, `solution` by #422 is not in the list but actually implemented.
Hi, devs, I've been searching this for a while without an answer, so sorry if issue duplicated ☹️ For example, if I type in `tere` and select word `terce` in...
### Description of the requested feature I don't know if this is a duplicate, I tried my best. But I observed the way eww handles `onclick` event is by detecting...
I've been searching for the particular highlight group that allows me to get rid of the left bar of the chat message:  (The gray bar on the left...
Here https://github.com/eyre-rs/indenter/blob/4574396d8ca1a9117159c8964f0f415fedac73d2/src/lib.rs#L183-L199 It will be much helpful if `?Sized` is added to as the constraint of the impl so that such a type as `D = Box` can take advantage...
As an example: ```rust /// does not compile because Deref(Mut) targets must be the same type. #[derive(Deref, DerefMut)] pub struct Foo { #[deref] inner: String, #[deref_mut] another: i32, // would...
Hi, I'm trying to animate the `workspaces` widget but I couldn't figure out a good way. I think the reason is because the children of workspaces (i.e. the workspace indicators)...
Keeps spinning for some reason. Probably query is wrong