Eric Driggs
Eric Driggs
@wing328 Brilliant! `--inline-schema-options RESOLVE_INLINE_ENUMS=true` fixes it.
@jbalme Graal does not support concurrent threads, which is a pretty big deal in the JVM. Graal design results in * poor performance due to excessive locking burden * extreme...
@jbalme > Is there a reason you decided to implement a custom dialect of JS instead of eg forking Nashorn Existing libraries include combinations of 1. deprecated/unmaintained 2. they don't...
> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred...
@thinkerou I'm using grpcurl with interop -- it's the tool devs are already using, and works easily out of the box.
If it takes 3 years to answer the question if the project is dead ______ ?
bump the plugin to the latest version and add a publishing block, e.g. ``` plugins { id 'java-library' id 'maven-publish' id "com.jfrog.artifactory" version "4.21.0" } ... artifactoryPublish { skip =...
Using 7.0 Please post your build.gradle Troubleshooting build.gradle is unfortunately a lot of trial and error. Without the publications block, I don't get the pom.xml Ensure: 1. using latest plugin...
Here's the build.gradle I'm using to publish jars to artifactory with maven pom.xml, stripped down to the basics. Using gradle 7.4.1 You'll need to ensure all the relevant ENV are...
I think this podcast rss feed is a good example of using xslt: https://feeds.acast.com/public/shows/62cee11211998c0013e4718d When you load the page it renders as html, but you view source you see it's...