Kevin Wooten
Kevin Wooten
Just as a use case, I attempted to use `throttle` to sample the audio level from an AVAudioRecorder; which immediately returns the current value. During a simple test I realized...
The issue for me is that I was switching from a slow producing stream to an infinite producing stream and you need something that can deal with both cases. I...
Also, adding a doc `- Note:` to this, and any other algorithms that will runaway with an infinitely supplying stream, would help users with their expectation and avoid unexpected performance...
@davecramer Anything missing?
@davidwheeler123 I'm still around 😉 I have too many other projects that have stolen my focus. Additionally, we've moved to Quarkus and its reactive PG client. That being said, I...
There a lot of things about this driver that I still love (I'm biased I know)... The two major things are... ## 1. It's Reactive The protocol is implemented asynchronously...
@davidwheeler123 WRT https://github.com/impossibl/pgjdbc-ng/issues/588#issuecomment-1778951786... I'd say get started. Please explicitly add me as a reviewer on any PRs. I will keep engaged and merge them as they pass checks. Write access...
@pantoniou It would be great to get this in soon since it's not mentioned anywhere that non MIT licensed code is in use. Also, I would like to suggest that...
This has always annoyed me. I'm not sure what the reasoning for this behavior is but... If you set `contentEncoding`, it ignores `contentType`, and warns you if `contentEncoding` is not...