Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
This ties into #1. In both cases we can no longer output to stdout and must instead decide upon a new output strategy.
In the same vein, #105 could support `Option` instead of `A | null`. Hard to know how interop like this can look without being too opinionated.
The pragma may no longer be needed following #37? Not sure about other libs.
For clarity this refers to `ReactElement` currently hardcoded as coming from `'react'`.
Some use cases in Unsplash web: ```js new Intl.NumberFormat( l, { style: 'percent' }, ).format(n) new Intl.NumberFormat( l, { style: 'unit', unit: 'megabyte' }, ).format(n) ``` I think the ICU...
> I think feedback from the compiler for things like typos would be valuable. Can we viably do this for things like currency codes? Tempted to start that way and...
No interest in updating this library? Or has the community consensus shifted towards Jack?
@mlegenhausen I was about to comment the same thing! I'd personally prefer `a(1)` until a second function is applied, then preferring `pipe`.
If it helps narrow the issue down, I can't repro this with `biome lint --apply`. The import statement is fully removed. I also can't repro with code actions in my...
We've just had to disable the daemon in our repo as it was severely harming the performance of `pnpm deploy`, which copies `files` and the workspace's runtime dependencies to an...