Zack Sheppard

Results 65 comments of Zack Sheppard

As I understand it, the issue here is that `yarn run` should not need the `cache` to be writable because it should assume that the developer has already run `yarn...

+1 to this - the compiler should be informed that `DateTime.now().toISO()` will always be string, because `.now()` should always be valid.

I think the behavior @Razi91 has suggested would be an extension of `throwOnInvalid` - a way to ensure validity selectively rather than across the entire library. For example, there are...

I like the idea @shishkin, since yes there is risk that the Settings value gets set or unset somewhere (potentially even within a dependency!) and introduces bugs. But I would...

There has been a PR to fix this issue in the underlying package [here](https://github.com/googlemaps/js-url-signature/pull/548) since early May. Unfortunately, there appears to be limited activity in that package compared to this...

Also your "validate that the issue has a reproduction link" task is broken: https://github.com/nativewind/nativewind/actions/runs/13540066790/job/37838976901

Hi @danstepanov - apologies I linked to the wrong `package.json` file. The one I meant to link to is https://github.com/nativewind/nativewind/blob/main/packages/nativewind/package.json This file indicates two different tailwind versions: ```js // In...

Additionally, there's an issue with the latest version where you have imported `[email protected]`, which depends on `redux@^4` but you haven't updated your `redux` install from v3 to match.

I've updated this to latest.

Agreed with @songkeys - since this is just expanding support to include Fastify 5, and not dropping support for earlier versions either of fastify or of node itself, it feels...