Results 16 comments of Sami

Hey! I've been working on a fix, the icons broke a while back when VS Code updated. There's also the issue when they swapped the icons out of thinner ones....

Electron's autoUpdater uses Squirrel.Mac and for autoupdates to work, the release needs to be signed. Electron-builder's electron-updater doesn't rely on Squirrel, but still needs to be signed and notarized by...

Hey, thanks for the issue. I'll take a look at it. Have you noticed any other issues?

Alright, yeah I found the culprit. So, there's a new setting called "Bracket Pair Colorization". You can either choose to disable it to fallback to the colors provided by the...

@flamedfury I solved this by editing the `getAllPosts` const in `/config/collections/index.js` like this ```js const getAllPosts = collection => { const now = new Date(); const publishedPost = post =>...

this was just an example how I made it for my usecase so that Flamed can decide how they want to possibly implement it on their end :) for a...