Jim Fisher
Jim Fisher
Example: https://github.com/jameshfisher/tfjs-seedrandom-es-module-bug
Unfortunately not and I haven't had time to work on a PR :( To work around this, I'm currently using the tensorflow.js browser bundle, rather than bundling it myself.
Moving my complaint in https://github.com/colinhacks/zod/issues/1540 here, because it sounds like the same issue. My specific problem is that I'm trying to parse values into this type: ```ts type FormattedText =...
My main confusion here is why this is being treated as an "enhancement" and not a bug. Or worse, a regression: @akomm has indicated that this worked correctly in a...
It seems that zod is designed around an assumed TypeScript config that its users are supposed to set. This makes sense: you can't design for all $2^{\text{flags}}$ TypeScript variants. Adding...
@akomm are you able to point us to the prior closed discussion on this topic, and/or the PR that changed the design of `.optional()` etc? This thread is missing any...
Aha - thanks @akomm. It looks like this issue #1510 is a duplicate of #635 - @vlinder would you agree?
(Moving my complaints in https://github.com/colinhacks/zod/issues/1540 and https://github.com/colinhacks/zod/issues/1510 here, because it sounds like the same issue.) My specific problem is that I'm trying to parse values into this type: ```ts type...
This seems to be a problem with the v1 branch - setting a default `onError` is no longer really possible, because it has to be set in the final `.handler(...)`...
The diff is pretty small: https://github.com/ianstormtaylor/slate/compare/slate-react%400.74.2...slate-react%400.75.0