Robert Jaros

Results 16 issues of Robert Jaros

Support for bundling code with Webpack. Requirements: - working Node.js environment - working Yarn installation Gradle build creates additional directories in `META-INF` directory of JS executor. Requires working Yarn. If...

Any chance of supporting Kotlin/JS features like bundling code with webpack?

enhancement

Hi, I'm opening this issue to get feedback about some development decisions. I'm going to drop dependency on [kotlin-observable-js](https://github.com/rjaros/kotlin-observable-js) project, which seems to be over complicated and constantly causes errors...

discussion

Since Kotlin version 1.3.20 HMR feature doesn't work correctly. The command `./gradlew -t run` fails to rebuild the project after any change in the source code with an error like...

With 1.1.x it was possible to use: ``` databaseClient.insert().into("table_name") databaseClient.update().table("table_name") databaseClient.delete().from("table_name") ``` without any entity classes. In 1.2.0 `org.springframework.data.r2dbc.core.DatabaseClient` is deprecated in favor of `org.springframework.r2dbc.core.DatabaseClient` and `R2dbcEntityTemplate`, but neither of...

status: waiting-for-triage

Any chance of making this project support multiplatform apps, where model classes are declared inside a common module?

Nice work! At least a big part of this library could be made multiplatform. It would be awesome to have such multiplatform `core` library.

enhancement

It looks like a pure Kotlin library. It would be great if it was a multiplatform project.

Is there any possibility to use a colon ':' character in a query? It seems to be always used as a query parameter. For instance there is no way to...

**Describe the bug** An exception is thrown when trying to get string resources on `wasmJs`. ``` Uncaught (in promise) TypeError: x is undefined stringLength webpack-internal:///./kotlin/kilua-examples-resources-wasm-js.uninstantiated.mjs:30 kilua-examples-resources-wasm-js.uninstantiated.mjs:26 ``` **Affected platforms** Select...

bug
resources
web