takanuva15
takanuva15
The run configuration tutorial currently shows the usage of very old interfaces even though much newer, cleaner interfaces are now available in the IntelliJ API. I updated the code samples...
**Is your feature request related to a problem? Please describe.** I tried using this action with a multiline coverage command like so: ``` - name: Generate and Publish CodeClimate report...
**Describe the bug** I am upgrading [this IntelliJ plugin](https://github.com/Nordgedanken/intellij-autohotkey) to use the latest version of the gradle-intellij-plugin. Previously, it was using `v1.8.1`. As part of the plugin tests, I configured...
Hi, I was just wondering whether the kotest team had already considered using the [`networknt/json-schema-validator`](https://github.com/networknt/json-schema-validator/blob/master/doc/quickstart.md) library as the backend for its jsonSchema validation support? `json-schema-validator` supports the popular jackson JsonNode...
Hi, I have a base json-schema file that I'm using to validate the response of a few APIs. The APIs all return the same format, but a few APIs return...
Hi, in PatternLayout, we are able to filter out certain package names from stacktraces by providing a list of package-names to filter, as documented in the [patterns table][1] for pattern...
Hi, we have a bunch of APIs that allow our users to specify a comma-separated list of fields that they want to receive back from the API response, which lowers...
Hi, we have some APIs on our server that allow the client to specify a custom `skip` and `limit` value for returning back the exact segment of results they want...
Hi, thanks for making this awesome library (I found an article on Google recommending this library). My question was: The documentation mentions for [service aliasing](https://github.com/kodemore/kink#services-aliasing) that: > When you register...
Hi, thanks for making this plugin! When I run it, it prints out an error with a relative filepath like this: `[ERROR] src/test/kotlin/myapi/MyApiTest.kt:250:1: Unexpected tab character(s)` Can this error message...