Charles Pritchard
Charles Pritchard
@here - ok everyone: very simply - vibe coding the CLI is super cool. But, a set of strong validation to a) ensure invalid UTF-8 doesn't get in the jsonl...
I'm not clear here but this is where I paused: ``` if colors.shape[-1] == 3: rasterize_fn = _C.rasterize_sum_forward else: rasterize_fn = _C.nd_rasterize_sum_forward ``` I think that's where it toggles between...
This issue is related to https://github.com/colinhacks/zod/issues/635 - with a fix to the zod output type likely in a future release (version 4)
That's correct - supporting other corepack managers
Could we get this in, it'd be incredibly helpful to allow --any-- async as there's no escape hatch here for getting that in on a pure sync path.
Ran into this one quite a bit with a yarn pnp setup -- needed `yarn pnpify run wdio`
My read is that this is now doable in typescript and zod, a separate package is no longer needed.
On this note - if the Resolver is also a union with Promise, then the function can be async. This came up for me with going through an ESM resolution...
This is Java running the command - it's not running it through bash, it's an exec process launcher, and it's a bug by any perspective in the google library writing...
The error does not appear in Node 20 on the same Mac.