Nick Winans

Results 28 comments of Nick Winans

Hi @vnzongzna, could you please add the shield checklist back to your PR description and check them as applicable? https://github.com/zmkfirmware/zmk/blob/main/.github/pull_request_template.md

@malinges board revisions seem neat! I'm a bit worried about backwards compatibility however with how we currently have them set up. I'm not sure if it's possible to redirect a...

Is there any update to this old server connection hang? I am experiencing this constantly with my node app and would love a fix.

Yes, I've given up on this module in favor of the rcon module for now. @gelzis

Since there's a lack of movement here, I suggest we make a 15 to 30 day guaranteed contest on [Freelancer.com](https://www.freelancer.com/). This will hopefully attract many designers, which should get many...

I was able to create a workaround by setting the `getId` prop on the `Stack.Screen`s. See https://github.com/react-navigation/react-navigation/issues/9090 Still not sure why this behavior showed up with SDK 49 specifically.

@EvanBacon Here's a video of my minimal reproducible example in the latest Expo Go on an iPhone simulator. All I did was yarn start, open on the simulator, and press...

I was testing some http benchmarking on lune's `net` package and ran into this. While saving the `net.serve` result to a global variable helps somewhat, it doesn't fix the issue...

@Reinitialized Yes! I meant local top level scope, apologies. It works fine when you don't have more than one concurrent connection. Try giving the `wrk` benchmarking tool a try with...

> Just gave this a test using wrk and some tests in Studio, and it handled each and every request in order without a problem. I double-checked my implementation and...