Bruno Heridet

Results 146 comments of Bruno Heridet

Thanks for the request. Common GUI icons often have less priority than others because they can already be found in pretty much every other icon collections.

For folder icons a specific thread has been started : https://github.com/game-icons/icons/issues/254

A bunch of files : http://game-icons.net/delapouite/originals/files.html

The focus can also be on React 16 now.

Probably related to https://github.com/mawww/kakoune/issues/1516

Temporary fix : git clone git://github.com/visionmedia/expresso.git cd expresso git submodule init git submodule update npm link

I agree that these radio buttons are disturbing. It feels like they are "inverted", because when they are on, they are dimmed. By inspecting how they are rendered with VSCode...

I agree about the lack of contrast. Here are the tweaks I've added to my User Settings: ```json "workbench.colorCustomizations": { "[Dracula]": { "peekView.border": "#BD93F9", "peekViewEditor.background": "#21222C", "peekViewResult.background": "#191A21", "editorHoverWidget.border": "#BD93F9",...

Hi. After a bit more investigation, the problem appeared because our dependency on `@azure/identity` was a bit loose semver-wise. Meaning that everything was fine with version `2.0.5` and problem started...

Related issue about documenting `*bindings.fish` functions: https://github.com/fish-shell/fish-shell/issues/5764