Sʜɪᴍᴜʀᴀ Yū
Sʜɪᴍᴜʀᴀ Yū
I'm now thinking that **`Record`s should do exact validation by default** (of course this is a breaking change), in favor of the risk described in #111 i.e. the value returned...
It's worth mentioning https://github.com/akameco/s2s here. I've not yet tested it actually, but s2s (source-to-source) seems to be an interesting idea.
I can't imagine this would be implemented in a neat way. Could you pick some ideas how the API would look like?
This would come in handy once #113 get merged, as there will be no need to use a tricky syntax like `Record({ x: Number }).And(Partial({ y: Number }))` in order...
I don't understand what purpose this API is supposed to be used for. Could you give some use case @alansikora?
Hi @keichi, I'd like to become a maintainer of this package! First time I've seen your API, I was so much impressed and [wrote](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30970) enhanced typings of it. Could you...
> I am a bit hesitant about the NPM ownership though. I've set up a GitHub CI pipeline to automatically publish a new version on NPM if a release is...
Thanks, I'm going to start by reviewing existing PRs and Issues.
Now it's 2022, what's the status of this issue? I wonder if Reanimated v2 is officially supported or not. I'm facing into the [problem described by svenlombaert](https://github.com/computerjazz/react-native-draggable-flatlist/issues/247#issuecomment-848035576), which also appears...
Thanks, then there might be another factor I'm not aware of. I'm going to tinker around the dependencies further and try to create a repro. > I'm curious, this seems...