Settuba

Results 59 comments of Settuba

Just a heads up for that ticket, these Doc's are those I can deliver confidently: - [x] AnActionDocs #264 - [x] ExtensionProviderSyntax #264 - [x] DocumentationSyntax #285 - [x] ColorSyntax...

@raulraja we're integrating different testing strategies whether traversing PsiElements with a stack of files or defining multiple identifiers in code strings, which we can traverse over. Additionally, we're considering ways...

We will provide CI tests with idea logs and users will be redirected to a costume `idea-bug` issue template in Github to report their experience and add their log file.

Done https://github.com/arrow-kt/arrow-meta/pull/262

My bad, we're missing the animation and Gif's but the example is merged in #262

My use-case for `OffsetDateTime` is to parse data from a database. So serialization and deserialization are sufficient. But Ideally we can override them automatically thorugh kotlinx

This worked fine for me, too without specifying a new configuration. One only needs a configuration with `resolve=false`: ```kotlin dependencies { implementation(Libs.gfun) compileOnly(Libs.gfunInvoker) // for running the function locally }...

AFAIK the last working on is 0.10.1 since 0.10.3-alpha3 still had issues regarding binary compatibility with different Java versions unless that was fixed after? cc @JavierSegoviaCordoba

We could branch of 0.10.1 and then add the code coverage based on those changes and make necessary updates

> Hey @kierans, I only moved my test code to macosX64Main, and then build the binary and ran it. When I did that, then it didn't fail with the segment...