Scott Trinh
Scott Trinh
Do you mind removing the version bumping parts of this PR? We will figure out what version this will go in as a separate commit, so no need to bump...
@martinbrylski I'm going to make this change conditional on a second argument so we can keep backwards compatibility and get it in `1.3.0` instead of having to wait until a...
@ocombe thanks for weighing in, just wanted to make sure @martinbrylski and I weren't missing anything.
@martinbrylski I want to push this forward, but it's pretty out of date. Let me know in the next couple of days if you want to update this, or if...
You're trying to bind from localForage -> an index of a $scope array, am I understanding that correctly?
I'm not going to promise this for `1.3.0`, but I do like this idea. PR's welcome, or we can wait for `1.4.0`.
Not sure I follow the question here. Can you add a code sample for clarity?
I wonder if `z.custom` would work for your use case? Definitely doesn't feel as ergonomic as a union, but it's _close_ to what you're looking for: ```ts const customSchema =...
Yeah, all of those cases seem reasonable. Furthermore, `true`/`false`/`Number` should be valid discriminator types. Basically, it would be good to support any value that TypeScript itself supports, and I think...
This is a nice find, thanks for the detailed reporting and troubleshooting. I think you're right that we should treat this as a union error. I don't have any great...