Sergey Kozlov
Sergey Kozlov
Node Error FATAL ERROR: v8::FromJust Maybe value is Nothing, on Windows (local) and CI build (Linux)
@fwouts thanks for the info, it's very sad.
https://github.com/remeda/remeda/pull/169 it seems the issue can be closed @TkDodo
It seems that this can also be closed? @TkDodo
> It would be almost impossible to cover this function with auto-generated types sounds like a challenge, I'm in
@soullivaneuh it was necessary for `storybook-dark-mode@2` Now I have the same version as you.
The defaultValue type is also broken. why is it tied to an object? because of this, I can't explicitly get undefined when the property hasn't been found. Because of this,...
Okay, I think I get your point, but you don't seem to get mine. 1. There is no reason to type `defaultValue` by the path. Instead, you can return the...
Right now this utility is useful for me. It works great, but only thanks to `@ts-ignore`. I literally don't need to have types here (so I don't need a `zod`),...
Please explain to me how can I use optional chaining when the key path comes to me from the backend in the string format like `"foo.bar.baz"`?
> I think you need to split anyways because pathOr doesn't allow dot notation? _I just can use `R.stringToPath` ;) this helper looks like a good match for `pathOr`_ In...