Mathias Picker
Mathias Picker
### Describe the problem I'm trying to create the "tinder-swipe" effect in my app, and i'm using flip for achieving the animation of moving the cards. Everything works really nicely...
Fixes https://github.com/microsoft/monaco-editor/issues/4836. This PR implements two API's: - `getAmountOfDiffs`: A helper method to know the current amount of diffs rendered in the IDiffEditor - `getIndexOfCurrentlyRevealedDiff`: A helper method to get...
Svelte 5 is out, and it would be really nice if this library supported Svelte 5
Setting `cookieDomain` to `null` will throw `Type 'null' is not assignable to type 'string | undefined'.ts(2322)`. So it seems that the correct wording is to say `If undefined` ### Update...
There's a discussion over at https://github.com/shikijs/shiki/issues/894 where we've highlighted a bug that is caused when using `github-dark-default` and `github-dark-high-contrast`. To us it seems that `symbolIcon.constantForeground` is incorrectly set to an...
There should be an icon for just "CSS". It's not always possible to know what CSS a file is just based on its extension, so it would be nice to...
### What's happening? Before opening the camera i render a page where the user has to give access to both camera and microphone, so i'm not able to understand why...
This PR adds keywords for all the emojis for the "Norwegian Bokmål" language 🇳🇴
### Affected Packages @tiptap/extension-bubble-menu ### Version(s) 3.4.3 ### Bug Description I am not sure how this has happened, but it was triggered in production and captured with Sentry: https://kvist.sentry.io/share/issue/914d2f155f934654ae262a161f6a8daa/ So...
I'm on a journey to improve the performance the performance of the (amazing) svelte language tools in VSCode, since i'm working a large Svelte project that definitely feels the pain,...