Philipp Viereck

Results 12 comments of Philipp Viereck

Here's chrome: https://user-images.githubusercontent.com/105976309/184142941-a125f755-f377-40db-8b0b-45de424d002f.mov In firefox it works for me too

Assuming #4194 gets accepted. There will be an option to opt-out of the `requestIdHeader` functionality. But still, by default the 'request-id' header will be enabled and overwrite the `reqId` if...

@Eomm Thank you for the quick reply. What I meant was to disable `requestIdHeader` overwriting `genReqId()`, so untrusted requests can not overwrite my `reqId`. This is the internal code: `const...

@mcollina Sorry, I don't think I understand how/what you mean. Simply `req.headers[requestIdHeader] || genReqId(req)` inside `genReqId`(factory) would obviously get overwritten by any custom `genRegId`(setup), therefore removing the `requestIdHeader` functionality. So,...

Okey, I have a PR, it's my first one ever. It does not use the `reqIdGenFactory` because I could not get it to work using the factory just yet. Sorry....

Any news? This feature would be great

Hi, so I just copy pasted the code for the `global.d.ts` from the README and it didn't work with the generic example from the README. So I did this: ```typescript...

@yinchuandong wdym edit line 62? hard code the path - then I just have an infinite loop of the program calling itself? ... I cannot get the dirty fix to...

@zemjr there's quite a lot of places this is talked about - not really a single place to track it but here's the latest update AFAIK >we’re waiting until SvelteKit...