Braden Kelley

Results 68 comments of Braden Kelley

Hmm, yeah actually now I'm running into an issue where it's not working again. ```json { "scripts": { "cypress:open": "cypress open" } } ``` If I run this with `bun...

It looks like this also makes it so that `z.coerce.boolean().default(false)` doesn't work as expected. And using `null`, `undefined`, or `0` instead gives a typescript error. This is what I'm doing...

I'm on 14.1.0 and can't get this to work. It seems like sometimes it work but its hit or miss. `export const dynamic = 'force-dynamic'` seemed to work for the...

@DavidTimms I'm still seeing the issue with apostrophes in 3.22.4 ``` ❯ grep version node_modules/zod/package.json "version": "3.22.4", ❯ node Welcome to Node.js v21.5.0. Type ".help" for more information. > require('zod').z.string().url().parse("O'[email protected]")...

I tried creating a new docker image with root access to play around with it (e.g. install `pip` to do a `pip freeze` and see what's in there). One thing...

OK yeah the image won't boot up after that. Doing a much less invasive update of packages, here the container still seems to work. I tried to just update vulnerable...

> In general once a single app image is cut people are not really supposed to be playing around with it, building it from core up will always be your...

I just noticed that when installing `betterproto[compiler]` it includes `isort`, which is now running on all files in my editor (I have it configured to run whichever linting tools are...

@wlabranche Since rome was replaced with biome, would you be ok closing this in favor of #4674?

I notice the same syntax highlighting as well. In the CRA file that @navargas pointed out, if I go to the `{` after `render` on line 6, it highlights the...