Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

I can add tests for `ReplaceTransformer` if you want, i copied that code from [here](https://github.com/icholy/replace/blob/a7e12fe69d82503d82c3f85a9ca3973a11a2085f/replace.go#L12)

This pr does not inject invalid values, it simply hides them from the terminal output, the env variables remain the same some use cases - Making sure CI logs do...

To cache at CDN level you would need to set the Cache-control header (currently not possible) I think when the docs talk about cache they are referring the the fetch...

I got the same issue in production (`next start` in standalone mode) with Next 13, the heap size is huge (and increasing with each page navigation) and is full of...

Probably related to #42349, when I profiled memory half of the heap was strings and they were also increasing with each request

I have the same problem with a POST request with a payload of 50Kb Edit: Fixed skipping api requests in middleware, you can add the following code to `middleware.js` ```ts...

I am a total OpenGL noob that is trying to run this [project](https://github.com/N00byEdge/voxig) on mac and getting this error There is probably an alternative function to create textures that work...

So the solution to this problem is downgrading `yarn`, yarn 2.0 will be fun

It would also be cool to add a "copy as jsx" button that automatically replaces `class` with `className` and replaces `svg` props with the camel case versions

@xiam will this be implemented in v4 release?