Alexander Kachkaev
Alexander Kachkaev
Not sure it’s worth saving a few bytes here. When I see `prettier-plugin-curly`, I can search for this string in my project and find a dependency with the same name....
Thanks for sharing these links @mrienstra – some of them are new to me! I'd be interested in adding more tools, but I’m not quite sure how to elegantly go...
👋 @mrienstra! `njt` CLI is just one of several user interfaces (entry points) for `njt`. If we add more keywords and figure out UX for `cli`, other environments like browsers,...
I suggest that we figure out search autocompletion first as it will help with navigating between more destinations. We can frame the feature like this: > As a user, I...
+1 to @yvele. It’d be cool to have `PartialOnUndefined` and `UndefinedOnPartial` in addition to `PartialOnUndefinedDeep` and `UndefinedOnPartialDeep`. These would be more performant and can be used when type mismatch exists...
I released `[email protected]`, but will be happy to wait for `[email protected]` before making it stable. It'd be great to know if this issue could be closed before then or if...
IMHO just having imports, comments or the module definition should not make the file unformattable 🤔 Similarly, writing `import Something exposing (something)` won't compile if `Something` is not around. However,...
> would that work even if I did this? I guess we can check `z.×××××.catch()` as well as `schema.×××××.catch()` / `fooSchema.×××××.catch()`. Should be good enough.
A possible way to avoid breaking changes would be to add a new option to `.yarnrc.yml`. It can be then removed in Yarn v4.