Simon Hänisch

Results 142 comments of Simon Hänisch

> Are there any plans to create a production grade template :this: 🙏 😅

BTW `crypto.DigestStream` got announced [here](https://community.cloudflare.com/t/2021-12-10-workers-runtime-release-notes/334982) in December (found a link to that post via the Github issue), but there's nothing in the docs yet (neither mentioned in [Using Streams](https://developers.cloudflare.com/workers/learning/using-streams/) nor...

Hey sorry haven't gotten around to it, so no not yet (let me convert it to draft PR). I'll try to get to it asap.

Hey @Thunderkill sorry for the late reply, I somehow missed this issue in my notifications. Thanks for checking that this doesn't happen with the built-in action. It could still be...

```ts test('does not insert new lines into block comments', (t) => { const code = `import PickersDay, { PickersDayProps } from "@mui/lab/PickersDay"; /* import { styled } from "@mui/material/styles"; import...

> Automatic removal of "unused" imports by a Prettier plugin is unacceptable Sorry not sorry that I disagree 🙃 Not sure why you think it's a good way to start...

Hey @localpcguy not sure i follow... this plugin is for Prettier and has nothing to do with VS Code per-se. It uses a method of the TypeScript language service API...

In case anyone wants to PR this: - Expose a new boolean option `sortOnly` (see https://prettier.io/docs/en/plugins.html#options) https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/5ba4618ba24e98e88a781d4fb9b7bfc00caa3cfd/lib/organize.js#L15 - change ☝️ this to sth like ```js const method = options.sortOnly ?...

Finally had some time to make a PR 👆 for this in case anyone is keen to have a look/add some comments before I merge it.

Just released `3.1.0` so in case you want to use this, you can upgrade, then add `organizeImportsSkipDestructiveCodeActions: true` to your Prettier config.