Panu Pitkamaki

Results 8 comments of Panu Pitkamaki

I'm the author the referenced byte archer [quotes vs single quotes article](https://bytearcher.com/articles/single-or-double-quotes-strings-javascript/). I've just re-run the stats on the most dependent-upon npm packages and here are the latest numbers: |...

Typescript issues on codeplex were sort of forgotten when moving to github. You think this will be implemented in the future?

> You might have forgotten to save the codesandbox. It doesn't contain any `assign` action right now. Oh, shoot. Now it should be saved.

Well, up to you how perfect you want to make this project. :) This suggested solution is not good enough, since readability and code clarity suffers. I want to be...

While waiting for the PR to land, I was able to work around the issue by installing jure's patched version: npm install https://github.com/jure/node-libtidy#patch-1

I can confirm that adding the following line to Sublime Text 3 Preferences > Settings - User will fix this. ``` "ensure_newline_at_eof_on_save": true, ``` (note: this is a global sublime...

This would solve compilation problems with Node v13. Any chance the PR could be merged?

I found a similar case: **Prettier 1.19.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEABAZgVymGBLaAAgBM8BnGACgEpDgAdKQw1AJzhk1aYEYAGAA4APANyMAvo0akAbnUbMAtgENWAczxQkhALQlyVamKiSoIADQgIA-NDLJQq1hADuABVUJ7KZTIh5iCxAAI1ZlMABrDgBlAXDNNWQYVkw4SwALGEUAGwB1dLx4MjiwOGivQrwZQoBPZHAye0tNMjhWGDcwtRVkdGVs1ssAKzIhACEwyJjlRTgAGU04Xv7BkBGhaITsuABFTAh4ZYG0kDjWVtZ6sjBGoIFWTRhcgJh05AAOPkt7iFbcsIE9XucAuMiWlgAjvt4J1rN4QMoyDooHA4MQ0UF2FC8OxOspusojqtWoo8EkUicyFtdtClkg+sdLDBlMFnsRXsgAExMsJ4bIJADCEEUPRQUGg4JAmFaABUWd4GasZKkAJJQdGwaJgB42ACC6uiMBq2yJcHE4iAA) ```sh --parser scss ``` **Input:** ```scss @function dist() { @return 10px; } div { margin: - dist(); } ``` **Output:** ```scss...