matt bark

Results 9 comments of matt bark

They still don't close for me. Once the dropdown is opened, if a value is clicked once the focus and select events conflict with each other. I fixed the issue...

+1 for this, would be a great feature

After reviewing the code, it's not really possible to use the current callbacks for the state hooks anyways, since they're returning the same mutated object. It would be necessary to...

Hey, I'm wondering if anything came of this. We've been running some benchmarks and I'm having some concern because we're seeing consistent 60%-70% utilization on a 16 core machine, processing...

I was able to improve performance slightly by setting `GOMAXPROCS`, this is deployed onto kubernetes and the node was reporting 32cpu available, even though it is only being allocated 30....

> can you try the same benchmark with a smaller machine? Since you're doing up to 1300 QPS, it can be the garbage collection that uses as much resource as...

Same issue here, newest protocol fails for this library.

@genzgd I definitely hear you on the argument overload. For the provider option, what would you envision that function receiving as arguments? Adding a default to ping would be great,...

@genzgd I can open a PR for this