Results 9 issues of David Soroko

Solution: Use version 1.0-rc2 of `auto-service`: ``` com.google.auto.service auto-service 1.0-rc2 true ``` Stack trace: ``` [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] FATAL ERROR: java.lang.IllegalArgumentException: Invalid relative name:...

`imageformat` parameter has no effect when using `vizjs` ## Expected Behavior When setting `imageformat` to `png`, the expectation is that the diagrams are generated in png format This applies both...

bug
enhancement
viz.js

I am invoking a Java method that accepts an array as a parameter and returns an int, something like `int method(byte[] out)`. `method` is modifying the `out` parameter which I...

Clicking on in the S gutter icon generates the error message `Cannot perform operation, Too complex, sorry.` State machine is the one defined in `StateMachineTest`: https://github.com/Tinder/StateMachine/blob/0f7964206bd8dbc70f5a30fed0b1db76bfcc1b24/src/test/kotlin/com/tinder/StateMachineTest.kt#L18 IntelliJ: ``` IntelliJ IDEA...

Was bounced here from [Hugo](https://github.com/gohugoio/hugo/issues/10350) With the latest version of the theme. The following KaTeX snippet renders correctly on https://katex.org/ \begin{array}{c:c} a & b \\ c & d \\ \end{array}...

Sample code (version 0.12.0): ```kotlin val df1 = dataFrameOf("name", "age")( "Alice", 15, "Bob", 20, "Charlie", 100 ) val name by column() val name_age by column() df1.add(name_age) { name + "!!!"...

bug
wontfix

Two errors are reported see details below 1. `Failed to notify project evaluation listener.` 2. `Failed to query the value of property 'buildFlowServiceProperty'.` Possibly due to incompatible version of `com.google.devtools.ksp"`...

bug