Erik Hughes

Results 28 comments of Erik Hughes

This is a great addition, what is needed for this too be merged as this has been sitting for while @silas?

~I believe the reason for the "boot looping" is due to the fact that the `Dockerfile` calls for [`CMD ["yarn", "start-docker"]`](https://github.com/umami-software/umami/blob/v1.36.1/Dockerfile#L60) while that script, in turn, calls [`node server.js`](https://github.com/umami-software/umami/blob/v1.36.1/package.json#L16-L18) which...

@tphinney Thank you for your quick response! I agree that the grocery basket probably serves the purpose well enough. I must have missed that one. Regarding the pantry. Are these...

Hi @philsturgeon, thanks for the suggestion. I put together a codepen example https://codesandbox.io/s/node-playground-forked-k4vvz9?file=/src/index.js to demonstrate what is happening as this was easier. What this issue is really referring to is...

To answer some of your questions: 1. The yarn version is probably correct. Yarn is included through corepack in node version 16, but if you are running an earlier version...

I'll do some more digging into supporting both node_modules and PNP, but these seem to me to be the relevant changes where the extension went from working with PNP to...

I think I figured out how it is solved for the vscode-eslint and vscode-prettier extensions. Not sure what the best solution for this extension will be but the findings might...

@daidodo Any progress on this? Do you think you could implement two new properties? ```json { "tsImportSorter.configuration.prettierPath": ".yarn/sdks/prettier/index.js", "tsImportSorter.configuration.eslintPath": ".yarn/sdks/eslint/bin/eslint.js" } ```

@daidodo Thank you for the quick response. I fully understand hard to find the time to maintain open-source libraries. So my thinking with the above settings would be to follow...

Why was this closed? Seems as if there is no formatOnSave. The plugin isn't attached to vscodes formatter I guess.