Solomon Hawk
Solomon Hawk
Anything I can do to help move this along?
@rtrembecky Does your setup yield correct coverage reports for `.ts*` files? I'm seeing incorrect line numbers and coverage %on a similar setup (typescript, next 12.0.7, jest 27.4.5, next/jest) and I...
I hit this as well. +1 for merge and release.
Thanks for chiming in so quickly, appreciate the time and effort you and others put in to maintain this library. 🙏 What does support for root error messages in schemas...
The weird thing is that this all _almost_ works fine if I just _don't_ prefix the "global" error with `root.` - I'm able to set these errors in the schema...
Hey @DEGoodmanWilson, I enjoyed your blog post about this project and I've dreamed of making something similar but haven't seriously approached the problem. I wonder if you've considered any applications...
Right on, glad to hear it. I don't want to create extra work for you in terms of orienting me around the project or teaching me about all of the...
I mentioned this in the associated PR #1566: https://github.com/cosmiconfig/cosmiconfig is a fairly mature and standardized way to handle adding this kind of config file flexibility.
+1 for this. I also want to use `--all` to force coverage reporting for all source files but also use `/* c8 ignore start */` and `/* c8 ignore stop...
Bumping this because I want to derive input props from (potentially complex) zod schema defs outside of remix and it feels weird to pull in a package called `remix-params-helper` 😄