Alex H
Alex H
Preface: I have a large codebase that I run yapf over, it takes a long time to run over all the code so I thought about methods of speeding it...
This is a request for adding stubs for python lz4, or alternatively adding a lz4-stubs pypi package, seeing as this codebase supports python versions from before type hinting became possible.
Hi, I've just installed this project (through cargo install) and noticed the build was taking impressively long, I tracked this back to FatLTO being enabled (build with FatLTO takes 3m24s,...
### Problem description When opening a file in a folder named `[3-2]`, lunarvim emits this warning: ```lua Error detected while processing VimEnter Autocommands for "*"..VimEnter Autocommands for "*": E5108: Error...
(clap_complete) Make `Shell` ValueEnum Parser also Accept $SHELL Output (Path Prefixed Shell Names)
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version clap v4.5.1 ### Describe...
This change uses double buffers that are each 1MiB large, while one buffer is filling from the OS, the other buffer is hashed using `update_rayon`. This is around twice as...
### Problem description This is a reopening of #4501 which was automatically marked stale with no resolution: it is still a bug in the latest version of LunarVim. When opening...
The return type of `ffmpeg_next::format::input()` is an `Result`, The type `Input` `Deref`'s to a `format::context::common::Context` (located in `src/format/context/common.rs#18`), this provides various methods to work with an input (of which I...
**Is your feature request related to a problem? Please describe.** I have a program where I want to render clickable hyperlinks as specified by OSC 8, cursive has no native...
This PR adds IntoFuture implementations (and Future implementing types `RequestFuture` and `RequestBuilderFuture`) for `Request` and `RequestBuilder` This makes it possible to have smoother usage of the API, with patterns like...