David Campbell

Results 25 issues of David Campbell

I think handling keyboard signals correctly is a key feature for liner to have, but don't know what work is required.

enhancement

See https://github.com/eugenkiss/7guis/wiki - [x] Counter - [ ] Temperature Converter - [ ] Flight Booker - [ ] Timer - [ ] CRUD - [ ] Circle Drawer - [...

enhancement

definition lists should have the option to have the form in markdown \* word:" " is made up of letters. The plain text appears the same but the html that...

bug

Is there a plan to support the std? You could use a lot more libraries if you did. I am guessing you could use a lot of Redox OS's userland....

question

### Contact Details _No response_ ### Describe what you do not like or what problem you ran into I didn't get a notice of supported operating systems, only a message...

enhancement

When I make a package then run lintian on it I get the warnings of: ``` W: unknown-field Vcs-Browser W: unknown-field Vcs-Git ```

I tried running `cargo test --features unix --release` on my desktop and laptop and had failures on my desktop only. These installs are both exactly the same, but my desktop...

U - du
U - cp

You can't parse the cookies with ` let cookies: serde_json::Value = serde_json::from_str(&data).unwrap();`, because you store the cookies in an invalid json format. Why not just stick the cookies in an...

The [documentation](https://github.com/PolyMeilex/rfd/blob/master/src/lib.rs) says GTK only for add_filter, but it is at least also supported by KDE.

This is the general idea. I can make load generic like I did with save. With a struct that implements Serialize and Deserialize it is easy to add other implementations...