Julian
Julian
@kataklasm totally agree that there should be some good default bindings and they should be configurable by the user without changing the code and compiling the crate. As far as...
There's a little guide on the [spotify website](https://developer.spotify.com/documentation/web-api/guides/using-connect-web-api/). Seems like psst would need some refactoring to integrate this properly. One idea that came to my mind was having a spotify...
This could be fixed by adding a hotkey that sends `command::CLOSE_WINDOW`(https://docs.rs/druid/0.7.0/druid/commands/constant.CLOSE_WINDOW.html). However, this is not intended behaviour for druid on macOS (see https://docs.rs/druid/0.7.0/druid/platform_menus/mac/application/index.html). While implementing the cmd+h `HIDE_WINDOW` shortcut yesterday,...
Thanks for the clarification @jpochyla . I gave it a try and realized that closing the window also stops the music. I have started looking into rust libraries that provide...
I couldn't find any implementation of this in druid. It would need to handle [this call](https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen). If you put a log statement into the delegate's `command()` function (or add an...
If I recall correctly, this was an issue/missing feature in Druid. Would be good if you could create an issue to that in Druid and link it here. Maybe just...
Did you find any solution for this? I am looking for a way to append additional fields/data to a file. Preferably without reading the whole file first and then writing...
Thanks, I'll give that a try!
> `src` in your example is actually just some type of block identifier (at the moment a `usize`), since the block was already added to the flowgraph. Could we make...
Any progress on this? It is very cumbersome to mess around with one default language and multiple translations. Would be great to just have each language get its own thing...