verso icon indicating copy to clipboard operation
verso copied to clipboard

A web browser that plays old world blues to build new world hope

Results 57 verso issues
Sort by recently updated
recently updated
newest added

- clippy delints - add `deny(clippy::pedantic)` to make lint warnings stricter - make code more idiomatic - improve logic in some places or partial rewrites

### Current Behavior: doing `nix-shell shell.nix --run 'cargo r'` results in `error: command failed: 'cargo': No such file or directory (os error 2)` ### Expected Behavior: it should run ###...

bug
needs triage

While we can use [muda](https://docs.rs/muda/latest/muda/) to create context menu, it requires GTK as dependency. We want to go with more native approach so I'm researching [smithay-client-toolkit](https://docs.rs/smithay-client-toolkit/latest/smithay_client_toolkit) at the moment. According...

enhancement
E-very-complex

Currently due to the defaulting decoration-less behavior of `verso`, we lack several window features including the ability for users to drag and reposition the window freely. Adding support for window...

enhancement

Currently due to the defaulting decoration-less behavior of `verso`, we lack several window features including the ability for users to resize the window dynamically on Windows and Linux (macOS works...

enhancement

I encountered a segfault during messing around with multiple windows. The most stable way I found to reproduce it is: * run Verso * press new window button * after...

needs triage