gorankarlic

Results 4 comments of gorankarlic
trafficstars

Looking at the alternatives: 1. Expose a `--no-primordials` flag or similar making `primordials` not return frozen instances. - Pro: simple fix that would allow stubbing of primordials across the board...

Thank you for trying hard to fix this & sorry for the late reply. It seems the only way forward is to ignore the HTTP `Date` header. IMHO it's very...

Fixed the same issue by changing the server hostname from `localhost` to `127.0.0.1`; one possible cause is that `localhost` resolves to different IPs if IPv4 or IPv6 is used.

> Looks like this PR similar to #67420 Nicely spotted! I see that the other PR introduces more type safety regarding `{getter: true}` and `{setter: true}`. What should be done...