Davide Peressoni
Davide Peressoni
## What happened? In vertico with opera-light the description has a similar color of the highlighted background, and so it's not readable:  ## What did you expect to happen?...
Sometimes the color of the tab does not follow the theme-color meta tag. It seems not depend on the website: on the same website sometimes the color follows the tags,...
nix-shell shebang (or the possible forthcoming more general nix shebang) is very useful to specify the dependencies of a script without creating a whole shell.nix file, but has the great...
Proposal for solving #45 for Kitty To test: ```rust use viuer::{Config, print_from_file}; fn main() { let img = "image.png"; let conf = Config { absolute_offset: false, do_not_stretch: false, ..Default::default() };...
It would be useful a feature (maybe activable with an option) to not stretch image on terminals supporting the image protocol. For example the following code works for kitty: ```patch...
### Checklist - [X] I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) for this feature/feature request. ### Describe the feature request In the processes widget it would be useful...
Adding this implementation in https://github.com/pest-parser/ast/blob/master/src/lib.rs: ```rust impl for T { type Rule = /* Rule */; type FatalError = T::Err; fn from_pest(pest: &mut Pairs
Before this if the source file does not contain any `/` (i.e. it is in the current location folder) the output file was named `.ust.fa` resulting invisible. This was because...
When exporting in batch mode (for example in continuous integration) with: ```sh emacs --batch main.org --eval="(package-initialize)" --eval="(require 'ox-epub)" --funcal org-epub-export-to-epub --kill ``` if the keyword `EPUBCOVER` is set, the following...