Pop
Pop
If there's a plan or something, maybe I can help with the PR.
## Error ``` request error: rpc error 400: CHANNEL_INVALID caused by channels.readHistory ``` Code with issue, mainly [`Message#mark_as_read`](https://github.com/Lonami/grammers/blob/b9fedf90cc4c1bef5d71c55c5812fbb97382442c/lib/grammers-client/src/types/message.rs#L433): ```rust while let Some(update) = tokio::select! { _ = tokio::signal::ctrl_c() => Ok(None),...
**Problem** Long text is not hidden or trimmed properly according to `overflow` attribute, which will cause out-of-boundry panic. **Steps To Reproduce** Code: ```rust fn main() { dioxus_tui::launch(|cx| { cx.render(rsx!{ div...
**What's the Product's Name?** Google Survey **Describe the product in a single sentence.** Literally taking surveys for business customers **When was the product launched? Provide a specific date, if possible.**...
Since `HttpClient`s are themselves not clone-able, it would be reasonable to wrap them in reference counting smart pointers, but the wrapped type does not impl `HttpClient`.
**Problem** Long text is not hidden or trimmed properly according to `overflow` attribute, which will cause out-of-boundry panic. **Steps To Reproduce** Code: ```rust fn main() { dioxus_tui::launch(|cx| { cx.render(rsx!{ div...
While using ractor, I found some inconvinience while dealing with the API, especially `DiscardHandler` and `WorkerBuilder`. Is it possible to impl those two traits for closures? For now, I have...
- [x] I have searched the [issues](https://github.com/nvarner/typst-lsp/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [discussions](https://github.com/nvarner/typst-lsp/discussions) and believe that my question...
This issue is used to track implementation progress of `services-compfs`. ## Description `services-compfs` adds a new service to opendal, which uses [`compio`](https://github.com/compio-rs/compio) to drive fs operations. `compio` utilizes `io-uring` on...