Matthew Davidson

Results 110 comments of Matthew Davidson

Sure, check out https://codepen.io/KingMob/pen/paqmJZ

Uhh...not really. Why would the default for a question ever be used once I've chosen an actual answer? When people hit "back", they expect to see the same panel they...

Ahh, I hadn't even noticed the CodePen questionId was duplicated. Unfortunately... I checked my real code, and there's no duplicate questionIds there. I think I may have introduced a bug...

I was going to submit a PR, but the handful of things I tried didn't work. I'm not too clear on how React's object hierarchy works under the hood, unfortunately....

Seconding this. With `reload-same-path?` set to true, I also get double calls of the nav handler all the time. The issue is the `(when reload-same-path? ...` doesn't actually check the...

I agree that the `max-lifetime` docstring should be updated. It should inform people that this will kill in-use connections, and that they probably would prefer to use the idle-timeout option...

Updating this issue for future reference. `kqueue` is nice to have, but macs/BSDs are less common as servers. `io_uring` support is of more interest for production purposes. - [ ]...

Also see #480 for some unmerged work as a reference, but note that I don't want to add a `kqueue?` flag.

@valerauko Thanks for sharing your experience with io_uring. Hopefully this PR will be small, so it shouldn’t matter too much. 🤞

@DerGuteMoritz Thanks for tackling this, and thanks for the tests! It seems ok, but we need to double-check a lot of this old code. - How does it interact with...