Corey
Corey
This is a serious pain. Now that Oracle drivers are in Maven Central is there any reason this can't be done?
Is there any known workaround for this? I'm seeing this now since upgrading to Vagrant v2.1.1.
Is this information current? I know the provider is use (voip.ms) supports SMS via SIP MESSAGE and has beta support for MMS and I've seen comments that voip.ms has been...
Just got bit by this as well. Was trying to use Java 17 features and can't figure out how to convince VS Code to use my JDK 17 install.
Thanks for the responses. @quintesse I do have the JBang VS Code plugin installed and have `JavaSE-17` defined in the VS Code java runtimes settings. I just tried the "Synchronize...
Maybe `build.gradle` shouldn't be generated at all for VS Code?
@maxandersen I haven't created a Gradle project, I'm speaking about the `build.gradle` file that was generated by JBang in `~/.jbang/cache/projects/...`. Somehow this Gradle build file seems to be confusing VS...
Also looking for this!
@ddomingues Thanks for the information. Those links help a lot. It's hard to find when there's no mention of "TreeColumn" in the description or source code. :) I had hoped...
@hgschmie Thanks for responding. Looking at the stacktrace more carefully I suspect the issue is that JDBI must be always batching these on a JDBC `PreparedStatement` (given that we're seeing...