Kevin Wooten

Results 229 comments of Kevin Wooten
trafficstars

You could try using toolchains in the Gradle build to select the JDK (it _should_ download the required JDK if setup correctly). This might slow down the build a bit...

Then change the workflow to always use Java 17 or something.

Ahh I missed your change to the minimum Java version. Yeah that needs to be Java 11 until we really remove Java 8.

@davidwheeler123 Sorry, I thought I responded to this 🤦‍♂️ It may be a bit pedantic but I think we should stick to building with Java 8 until we update to...

Update... If there's a path forward that doesn't include me being the ongoing sole maintainer, I'd be willing to commit to on a new release with some updates, a more...

I've created issue #587 to track the transfer to the PostgreSQL organization.

@JTEgan Please push a new (or empty) commit to restart actions.

The action storage has expired. So I don't know the outcome of them. A new commit (even if just empty) will re-run them.

I also find throttle's implementation confusing. In addition to the behavior of 'latest', given infinite demand, the loop consumes available processing. For example an AsyncSequence that is simply a counter...