Results 17 issues of Ziox

`Digest::from_bytes` can be used to create a `Digest` structure from an external source, without any knowledge of the digested message. This can be particularly useful in combination with MR #1493...

The goal of this MR is to allow a user to sign a digest without having to have all the message at disposition. I tried to follow the advises given...

`WebbyServerUpdateTimeout` can be used instead of a sleep. This is particularly useful to avoid sleeping an unnecessary amount of time, when requests are pending.

The issue is when re-ordering the tabs, they don't appear visually in the same order they are in memory. This make tab switching with hotkeys very weird as it follow...

enhancement

It's possible to have non-utf8 paths both on Windows and on Linux. Currently, we wouldn't be able to add them, because we can only draw UTF-8 paths. One options would...

enhancement

This seems to unfortunately not be possible using Windows API (that rfd uses). One option is to create our own file dialog, but that's quite a bit of extra work....

enhancement

Feature request originally from issue #19. One interesting option, especially when searching only 1 path, would be to print the path relative to the directory that initiated the search. ripgrep...

enhancement

It can be hard to filter down results in some cases. When this happen, it could be quite useful to remove results (e.g. with hotkey "del") to have fewer cases...

enhancement

The main goal would be to use the .sln solution files for Visual Studio and search all files included in projects of this solution. Some stuff to consider: - We...

enhancement

It's likely because we don't support the right format.

bug