Austin Arbor
Austin Arbor
**Describe the bug** Starting with 2020.3+ there is a significant pause when save actions is enabled on save, and you save the current file. **What triggered the plugin** Saving file....
Pretty sure this started somewhat recently, but now, if I paste something into the terminal and then hit the right arrow on the keyboard, it will append the suggestion that...
Is it possible to use shift when the root is an array? Given the json ```json [{ "firstName": "John", "lastName" : "doe", "age" : 26, "address" : { "streetAddress": "naist...
Hello, Can you please add examples of how to make an input argument required and how to specify a default value for them? The documentation has a tip > The...
First, just wanted to mention thanks for creating this library, it's awesome and working well for me so far. However, I think the documentation of all the supported options could...
Right now `javax.validation` annotations are being enforced on the schema for mutations, so if something is `@NotNull`, it must be included in the mutation. How can I turn this feature...
It looks like some code was added to help use a configured java toolchain (https://github.com/melix/jmh-gradle-plugin/blob/master/src/main/java/me/champeau/jmh/WithJavaToolchain.java), but I can't seem to get it to work. When I try ```groovy tasks.withType(me.champeau.jmh.JmhBytecodeGeneratorTask).configureEach {...
This PR completes the work initially started by @ilanKeshet to add the ability to split the overloading check into multiple different groups based on user-supplied regex patterns. Note: Ilan contributed...
Are there any plans to add java / spring / spring boot support? With Spring Boot 2.x and the actuator library, collecting and sending metrics should not be too difficult....
Hello, Thanks for maintaining this fork and keeping Jsch alive. Do you have the full list of config changes needed to maintain full backwards compatibility with original Jsch with also...