Daniel Bayley

Results 224 comments of Daniel Bayley

> > The underlying problem should be fixed after pull request #1599 is merged. However, I can't promise that it won't cause problems when icons are renamed or deleted. >...

@deepsweet I’m already _way_ overextend currently 😅 But once the dust settles, I have much to contribute to this often used project…

> Alternatively, would it be more appropriate for me to open a new Pull Request? @zthxxx I can just submit another PR with the same formula… > I'd like to...

> I'm sad that I had to close this PR due to the related PR in [Homebrew/homebrew-core#122728](https://github.com/Homebrew/homebrew-core/pull/122728) was closed. @zthxxx I have reopened this in https://github.com/Homebrew/homebrew-core/pull/154416. Could you figure out...

As someone who _hates_ unnecessary brackets all over the place and some of the syntax decisions made in ES6 (especially back ticks for strings), I hope this project can gain...

You mean the `File > Open Recent` menu? I hadn't considered that, good point.

@Zren Actually is it even possible to add commands without them showing up in the command palette?

Actually, just a simple little bit of Less will do it… `.command-palette li[data-event-name^="open-recent"] { display: none }` How to conditionally apply styles… 💭

Actually the correct Less would be: ``` less .command-palette li[data-event-name^="open-recent:Dir"], [data-event-name^="open-recent:File"] { display: none } ``` > does it prevent them from being selected? It works well unless you use...

@smartcontracts Did you figure out a fix for this issue in the end?