Peter Franken

Results 16 comments of Peter Franken

Browser extensions are massive security and data governance liabilities, and therefore not even allowed anywhere near many environments. Default inclusion of browser extensions or any automated installation mechanisms would make...

Here's another example of where it goes wrong in `html`: [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeADgPgEIBsCGARgcfgASoDWhAJplbZgMIwBOuqA9NXQNQN0AygAsAlgDMYXHpn4yAStMZK6AOi5YQAGhAR0MUdADOyUPlasIAdwAK5hCZT5cV-AE8TOwq3xhKcGEF8AFs4ABlRKDhkcWcjOC8fPwDBdF9IgHNkNgBXBJA4YMI4GhoSsPwoDJz8DLgAMQhWYPwYAyrkEHwcmAhtEGEYYNwAdTF4IzSwOEEHUQMAN3m3TrAjTxBI+NYYGx8Mlpi4-IArIwAPQUzcOABFHIh4I9x4nTTWbc7B4f70VkiYCNRDQYMJkAAOAAMb0s8RGPnQnT+cG2C2iOgAjg94Hs9I4ukYALRREolfqsOBY0QUva1Q5IWIvfLxYKibKsPI6IzXO7Y6IM446GBEIEgsFIABMQp8olwmSYEGC9IKRgArP0cvEACpERyM14gBZ5ACSUDKsEEYH++gAgmbBDA3DdnvEAL6uoA) Input: ```html Blablabla Ctrl+Shift+R. ``` Output: ```html Blablabla Ctrl+Shift+R. ``` Expected: ```html Blablabla Ctrl+Shift+R. ``` FYI The expected...

> We think the button is more clear What would be clarified by the button, though?

The only installation instructions provided in the docs are for corepack. Since corepack is not always an option (security concerns, having no npm, etc.) it would be nice if the...

@milesj Corepack is actually built into[^1] the NPM that ships with the official Node distributions. Also, custom Node builds can opt out of Corepack's inclusion independently of NPM's. You're right...

Having to manually connect to untrusted network is only a minor inconvenience, but remembering to enable the VPN before you connect is so easy to forget! No matter how fast...

Colour stop easing functions could very well end up making it into the CSS Images Module Level 4 spec. It is actively being discussed here: https://github.com/w3c/csswg-drafts/issues/1332. Additionally, use of this...

> If you’re using third party code that uses the pragma, and it’s causing problems for you, then don’t use that code - the existence of a feature isn’t the...

> Try this! Whilst that does seem to do the trick, it also completely disables automatic [whitespace sensitive formatting](https://prettier.io/blog/2018/11/07/1.15.0.html#whitespace-sensitive-formatting). I wouldn't consider disabling large parts of Prettier's _raison d'être_ a...

You could prepare a script that edits the config store at `~/Library/Preferences/com.brassmonkery.Multitouch.plist` directly and then probably load the changes with `defaults read com.brassmonkery.Multitouch.plist` Kind of goes without saying, but be...