Brian Janssen

Results 14 issues of Brian Janssen

This PR build further upon #48, hence the WIP and I'll fix this once that PR has been accepted or denied. When calling `rbw-rofi` with an `--action` argument, the help...

At the moment most files are not formatted with the [rustfmt](https://github.com/rust-lang/rustfmt) formatter. It would be good to use this generally used standard for the code. Command: ```bash $ cargo fmt...

# Context I am using `egui_winit` to pass `winit` events to `egui`. The `egui` ui is drawn on top of another texture using a custom (non-public) render backend. The events,...

bug

According to the documentation there is both a `endinnercode` and `endcode` hook. The `endinnercode` works as expected and adds the given code right at the end inside the box. The...

After updating to v0.5.1 from v0.5.0 using `#[has_many_through(skip)]` results in: ```error: '#[has_many_through]' missing 'join_model'``` Additionally `juniper_eager_loading::GraphqlNodeForModel` does not get generated for structs having such errors.

When the predefined `DateTimeUtc` scalar the actual object name displayed in GraphQL is `NaiveDateTime`, presumably due to `Juniper` using the name `NaiveDateTime`. This disallows users of the API to write...

Sometimes it's nice to be able to display some additional information to the user, e.g. what the operation will do, similar to rofi's `-mesg` option. Do you think it would...

enhancement

When inserting a new `Pane` into `Tiles`, it returns a new `TileId`. The behavior I'd expect is for this `TileId` to consistently refer to the same `Pane` throughout the lifetime...

### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of...