Yuxuan Shui

Results 97 issues of 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. ![a](https://user-images.githubusercontent.com/366851/189336528-12e2fc43-cf91-475a-a00b-b7552d35d7bc.png)

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.

Wrap help messages that go over 80 character limit.

size/M

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...

question

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

## 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...

C-feature-request

## 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.