Valerii Smirnov
Valerii Smirnov
Lets make benchmark
I think it will be useful to setup [codspeed](https://codspeed.io) to measure performance changes over PRs, like in [oxc](https://github.com/oxc-project/oxc/pull/4630#issuecomment-2267573529) I can create a PR
> I just created an account on Codspeed and added the Codspeed token to the repository secrets. It should be possible to access it as `${{ secrets.CODSPEED_TOKEN }}` in a...
I found source of issue https://github.com/marklawlor/nativewind/blob/75d7744843b60dbdb4c1ef984a4421ff43f1e76f/packages/nativewind/src/tailwind/native/font-size.ts#L17C17-L17C27
This patch solves this issue ```diff diff --git a/node_modules/nativewind/dist/tailwind/native/font-size.js b/node_modules/nativewind/dist/tailwind/native/font-size.js index 9bc6bd7..c4d39d2 100644 --- a/node_modules/nativewind/dist/tailwind/native/font-size.js +++ b/node_modules/nativewind/dist/tailwind/native/font-size.js @@ -2,6 +2,9 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.fontSize = void...
> I know this issue has only been open for a year, but could you maybe please fix this? > > also, @XantreGodlike this issue exists for font size too....
marvinhagemeister if i I'll provide PR can you review it?
Crazy that this is still an issue. Which wrapper around fetch can anyone recommend?
axios weight is huge. It's not the a good thing for my use case