Yuxuan Shui
Yuxuan Shui
Setting sorting to `LAST_RUN`, or use F1 to switch sorting option to "Sort to Time", and the result is not sorted by time. 
Inspired by https://github.com/ellie/atuin In atuin's menu interface, number 1~9 are shown beside latest entries, and press `Alt-` will jump to them, making navigation easier.
Thanks for this great plugin :smile: I am wondering if it's possible to have mixed search modes. For example, searching for files and grepping at the same time; or looking...
1.3.2 is released 2 years ago and there are valuable changes on `main` since then. When will the next version be released?
This needs the EGL_KHR_image_pixmap and the GL_EXT_EGL_image_storage extensions, which unfortunately aren't available on NVIDIA cards. Don't add documentation for these, for now. Signed-off-by: Yuxuan Shui
Idea: `poll_map_fn` as an analogous to `poll_fn`, but pass through the lifetime of the poll function
## Motivation `poll_fn` is insufficient in cases where the return of the `poll` borrows from its arguments. Say (the usual `Context` parameter omitted for brevity): ```rust struct AsyncBufReader; impl AsyncBufReader...
## Description Add a column to the processes table to show the running time of a process ## Testing _If relevant, please state how this was tested. All changes **must**...
Not sure if this is a `cargo vendor` bug, basically vendored skia-bindings is missing the `.cargo_vcs_info.json` file, so `resolve_dependencies` try to run git and fails.