Gary Mathews
Gary Mathews
@hansemannn That's something I'm curious about too. There will be some impact, I'll be running some benchmarks soon and report my findings.
@hansemannn That's the direction I want to go in, but there's parity issues doing so. iOS doesn't offer a `Promise` type or any APIs to handle promises natively. Until there's...
Here's a workaround, disable `removeUndefined`: ```JS ['minify', { removeUndefined: false }] ```
@koskimas is this something you're open to adding?
I'm also running into this issue. From what I've found it's caused by this deferred promise. https://github.com/googleapis/nodejs-pubsub/blob/main/src/message-queues.ts#L191 ```JS ... const responsePromise = defer(); // TC1. Doing this still causes the...
The docs need to update all `Add Tailwind CSS` sections to include the addition of: ```css @import "tw-animate-css"; ``` And the installation commands also need updating to include `tw-animate-css`.
@ematipico This doesn't seem to be fixed, I just tried the [playground](https://deploy-preview-4344--docs-rometools.netlify.app/playground) for the PR you linked and it still displays double quotes when single quotes is specified.
@ematipico I just tried [v12.0.0-nightly.ff02317](https://github.com/rome/tools/releases/tag/cli%2Fv12.0.0-nightly.ff02317) locally, the issue is still present in the suggestion output but works upon applying. Thanks!
@d3x0r I ran into this issue when attempting to async pre-load a number of modules (some with circular references); I would randomly run into this error, 90% of the time...
Should this exception be removed then, since recursive linking is a valid case.