Will Stone

Results 55 comments of Will Stone

Hi. Thanks for reporting. Can you please confirm this isn’t a general issue with Safari: does it do this when you set Safari as your default browser? If that worked...

Thanks @maharjanaman I can confirm I'm seeing this too. It's weird that it's only started happening on macOS 11.1.0 (I tested with 11.0.1 and it worked fine) and only with...

Thanks @houndtt Great to have video evidence of bugs. > so this may be an issue with the browsers themselves or the way that the macOS launches them Indeed. I...

Upgrading to latest Electron and macOS 12 hasn't helped with this issue 😭

Ah, thanks @AdrienVillez, good to know it's not just us.

Several Electron and macOS updates later and this doesn't look to be fixed upstream 😭 Keep yer fingers crossed that it gets fixed in Ventura 🤞 > (and yes, using...

Thanks for the input. I'm not a fan of repeating so many conditionals. How about something like this: https://github.com/Jense5/browser-monads ? The author even mentions Gatsby.

Brighter variants. Maybe these could be used in terminal too? ``` "editorBracketHighlight.foreground1": "#A9B2C3", "editorBracketHighlight.foreground2": "#F5FFA2", "editorBracketHighlight.foreground3": "#FFAEF7", "editorBracketHighlight.foreground4": "#9FD1FF", "editorBracketHighlight.foreground5": "#AAFFA2", "editorBracketHighlight.foreground6": "#FF8B8B", ```

Plastic colours but different order? ``` "editorBracketHighlight.foreground1": "#A9B2C3", "editorBracketHighlight.foreground2": "#61AFEF", "editorBracketHighlight.foreground3": "#E5C07B", "editorBracketHighlight.foreground4": "#E06C75", "editorBracketHighlight.foreground5": "#98C379", "editorBracketHighlight.foreground6": "#B57EDC", "editorBracketHighlight.unexpectedBracket.foreground": "#D74E42" ```

Thanks for adding this @barfurth. I've not forgotten about you, I just haven't had a chance to review this. I probably won't be able to get around to it until...