Luca Ban

Results 494 comments of Luca Ban

@tekezo Karabiner-Elements 14.8.0 fixed the issue for me! 🎉 https://karabiner-elements.pqrs.org/docs/releasenotes/#karabiner-elements-1480

followup: you can see in VSCode it's not recognised to be the same string any more... (look closely at the highlighting) ![2020-04-11 10 05 21](https://user-images.githubusercontent.com/3253920/79031754-0f6c5180-7bdc-11ea-956c-6aa121ed9ecf.gif)

Ok it's about this: - "NFC" Canonical Decomposition, followed by Canonical Composition. - "NFD" Canonical Decomposition. there is no right or wrong answer...

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize

@invariant FYI, I think it makes most sense that you keep the original status of special characters: - ① special characters that are using "canonical decomposition" (under the hood 2...

Big +1 for css grid. ### 💯💯💯💯💯 A simple `dg` should become `display grid` in my opinion. Since VSCode uses emmet by default, not having support for CSS grid is...

Should I make a pr on the cordova docs?

The following works, but it will break when a sentence starts with a bold word. I was able to improve it by adding some spaces inside the `[].some` check: BEFORE...

Will make a PR if #85 gets merged.