Dominic Garms

Results 168 comments of Dominic Garms

@francisconeves97 I think you can safely close this issue, the original tasks are all solved now.

I am using `1.32.5` and the custom component linkProps does throw some TS issues: ``` Type TRouteTree does not satisfy the constraint AnyRouter ``` I think this is related to...

@kbrandwijk what do you suggest? I think because the images basically will never change - because if you change the image on graphcool it will be a new file anyways...

@kbrandwijk I want to get rid of downgrade in PageSpeed and YSlow due to missing Expired or ETag in the imageproxy. So what do you think is the right approach?...

@kbrandwijk you are right, I added the npm `etag` module to generate an accurate etag for the body. To return a proper 304 we would need to extract the right...

I think I found a way. Could you have a look if that looks alright to you?

@kbrandwijk @schickling I cloned this project and tested the behaviour on my aws account and it worked as expected. Anything I can do to get this merged?