Michał Borowiecki

Results 5 issues of Michał Borowiecki

Due to an issue with sbt-reactjs minimatch version needs overriding for a successful build: https://github.com/dispalt/sbt-reactjs/issues/34

Using v1.3.1 Given parameters are defined as query parameters in the swagger, the generated example request should show them as query parameters. Currently the generated example suggest they are passed...

enhancement

**Describe the bug** After installation, created a new default project but building it fails. Building a new minimal project also fails. Error log shows it fails downloading `qt` package with...

kind/bug
needs-triage
sig/build
triage/needs-information

On the main Block minidapp page clicking a table row doesn't take you to the details page like clicking a row in the search results does. Examining the js console...

3 dimensional arrays don't do dot product correctly (unless they have only one top-level element). Reproducer: ``` import org.jetbrains.kotlinx.multik.api.linalg.dot import org.jetbrains.kotlinx.multik.api.mk import org.jetbrains.kotlinx.multik.api.ndarray import org.jetbrains.kotlinx.multik.ndarray.data.get fun main() { val a...

bug
native