Sam Lin
Sam Lin
- update type of express, to work with express compress - add two more options - compressHtml: compression callback to compress the html before storing it in the cache. -...
# Description like this https://github.com/rx-angular/rx-angular/blob/2ae57f3b3cb282b2182629ba5899e1972e950016/libs/isr/server/src/isr-handler.ts#L270 here we call next() but we should call next(error) and let it fall into error handling because if we call next(), and it will try...
# Problem Solved By The Feature Currently, if there is an error or timeout during SSR rendering, it will hang forever nor for cache handling It is an issue since...
This is just a fix for demo
# Description Just discovered this issue. If the buildId is different, it will not regenerate another new cache but just serve from the SSR. This behavior has been like this...
This is just a refactor for using the same term cacheKey across the code base. (Sometime I got confused.) Feel free to make different suggestion. I don't really have strong...
# Problem Solved By The Feature we use pino for logger with different level. It will be nice to pass in logger # Solution create a callback for logger in...
**Describe the bug**: https://github.com/kube-logging/logging-operator/blob/2f12207b5eb1dbf7b98a1dc46d72059eebe17392/charts/logging-operator/values.yaml#L202 this should be [] instead of {} **Expected behaviour**: A concise description of what you expected to happen. **Steps to reproduce the bug**: Steps to reproduce...