Amanda Graven
Amanda Graven
Currently working with `Option`s can be rather frustrating and clumsy because of the lack of support for closures inside templates. Adding support for closures would significantly improve the library's usability.
This fixes a compiler warning which was introduced in a recent version of the rust compiler. The warning will eventually be elevated to an error.
Scrollbars are a pretty crucial feature for editing larger files, and one I sorely miss from gvim. It would be perfect if it could also obey settings from `guioptions`. If...
Files that are only applied for machines with a certain hostname would be very useful for having files that differ from machine to machine
The `Clone` implementation enables using data from a `SinkInfo` outside the callback functions where a reference to one is made available
The types listed in the title all share the issue that when you receive them in callbacks passed to methods like `get_sink_info_by_name`, you can't use those types outside of the...
When I run the menu example, no menu actually shows up. There's just an all white window with "selected none" as text in the middle. The window doesn't react to...
It would be a nice addition if ruma would also look for a config file in `/etc` or `/etc/ruma` or similar, as it would make the server setup less dependent...
Since advanced slice patterns have been stablized, I've been meaning to rewrite this function using them, because I have a very hard time keeping its logic in its current form...