rohm1
rohm1
## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | x.y.0 | | BC Break? | No | ### Goal Configure `AdapterPluginManager` from the...
### What steps are needed to reproduce the bug? ```css * { text-rendering: optimizeLegibility; } ``` ### What Stylelint configuration is needed to reproduce the bug? ```json { "extends": [...
PR for #107
when using multiple panes in a window, and the `synchronize-panes` option, typing into the fzf menu will write into the other panes too. temporarily disable `synchronize-panes` before showing fzf and...
Issue https://github.com/markuspoerschke/iCal/issues/32 was a patch to add the `X-MICROSOFT-CDO-BUSYSTATUS` property to events. The feature was lost in the big refactoring for 2.x: https://github.com/markuspoerschke/iCal/commit/ea1583c8cfef302db6e3174e05960c4c01b0c932#diff-8a105c5a1c5c9f6f84f3e9bd6f9457026023e7943b1fd40f05863a55257509daL443 I assume a merge conflict gone wrong,...
save the most recently selected items in a cache file and always displays them at the beginning of the fzf prompt
PR for #86