Dave Patrick

Results 61 issues of Dave Patrick

Currently, it only works on english or similar language, what about spanish, french etc?

- [ ] Add brand color, like the following: ```xml #ff00ff #993d3d ``` - [x] Add screenshot captions, like the following: ```xml https://example.org/example1.png A caption https://example.org/example2.png A caption ``` -...

enhancement
good first issue

- [ ] Show more useful error message when ScreenCast portal can't be called or it doesn't exist

enhancement

Fixes #227 TODO - [ ] Save the last selected device on the settings - [ ] Properly handle if there is no default device (use a custom row that...

- [ ] Add brand color, like the following: ```xml #ff00ff #993d3d ``` - [ ] Add screenshot captions, like the following: ```xml https://example.org/example1.png A caption https://example.org/example2.png A caption ```...

enhancement
good first issue

- [x] Add brand color, like the following (#130): ```xml #ff00ff #993d3d ``` - [ ] Add screenshot captions, like the following: ```xml https://example.org/example1.png A caption https://example.org/example2.png A caption ```...

enhancement
good first issue

**Feature summary** Add sync capability **How would you like it to work** It can sync to a Spotify playlist or other services

enhancement

Currently, user have to implement every functions on the trait.

enhancement

Closes #6 This is actually not correct. We should not depend on the `zbus::interface` macro, and implement `zbus::Interface` on our own. In implementing `zbus::Interface::introspect_to_writer`, check if the implementation of methods...

Currently, we rely on zbus error types. We should implement our own so user won't have to import zbus, and make the error type clearer because zbus has one universal...

enhancement