Fabio Gartenmann

Results 6 comments of Fabio Gartenmann

Support for jade would be nice!! I think that's what you want ;) For 'normal HTML' GZIP is supported in express-minify BTW this is a feature request and not an...

ah ok, thought issues are only bugs here, thx mate. --> just did some tests.. you're right, the best practice seems to be minifying + gzip Then it would be...

you can import everyting (not recommended) like this: `import streamHttp from "stream-http` or simply what you need, e.g. I'm using the STATUS_CODES in my react app so I'm importing: `import...

yarn 3.4.1 @samwightt not only v2 affected. node LTS 18.14.1 next@latest same as with [email protected] (obviously, PNP both default) ```typescript Build error occurred Error: EROFS: read-only filesystem, open '/node_modules/next/dist/server/initialize-require-hook.js' ```...

My bad! I've just found out about "Lookup Types", solved using: `CoreProps["compactType"]` Probably the BTW's of the issue description also irrelevant. Thanks for your time reading this, can be closed...

in case you want to redirect the "/" route (in most cases that's what you want?) you don't need the name property and you can solve the problem like this:...