zappolowski
zappolowski
With https://github.com/kyazdani42/nvim-web-devicons/pull/125 a filetype based lookup was implemented upstream which can be used to get an icon when a file doesn't have an extension. fixes #578
`tmux` uses the default login shell and thus tests might fail if this is not bash (or something compatible). Explicitly stating which shell to use circumvents issues arising from accidentally...
As noted in #1209 a completion for `dunstctl rule` is currently not feasible due to missing information about which rules exist. This PR proposes to add a new DBus method...
Currently a schema like ```graphql input ColorFilter { color: String = "red" } ``` generates a Kotlin class like (shortened to the constructor) ```kotlin public data class ColorFilter( @JsonProperty("color") public...
A possible implementation to fix #1242. This way one could e.g. use (fish syntax): ```fish for id in (busctl --user call org.freedesktop.Notifications /org/freedesktop/Notifications org.dunstproject.cmd0 NotificationListDisplayed -j | jq -r '.data[][]...
### Description Switching networks does not fully reconnect, leaves librespot unusable. ### Version Tested with latest dev (84a3302168b8b25d44f1b313ca20155959f553e0 at the time of writing). ### How to reproduce Steps to reproduce...
Since fish 4.2.0 files in /usr/share/fish/ are ignored as they are embedded in the binary (they are still installed, though). Thus, all files therein are not loaded. /usr/share/fish/vendor_completions.d should be...