Nick Apperley

Results 9 issues of Nick Apperley

Although there is a [C source file](https://github.com/stephane/libmodbus/blob/master/tests/unit-test-server.c) showing how to do a Modbus server it covers far too much (it is too complex), and lacks focus on a specific area....

Although there are some Kotlin server side examples available there isn't enough variety. Not every Kotlin developer does server side development using Spring Boot or Servlets.

There is no Kotlin Native Linux x64 template in the store despite the fact that a [template](https://github.com/napperley/openfaas-kotlin-templates/tree/master/template/kotlin-native-linux-amd64) exists. Kotlin has significantly grown in [backend development](https://youtu.be/0xKTM0A8gdI?t=531) to the point where it...

Vert.x provides Sock JS Service Proxy libraries (for Java, Kotlin JVM, JS etc) however there isn't one available for [Kotlin JS](https://kotlinlang.org/docs/reference/js-overview.html) ([video](https://www.youtube.com/watch?v=1Pu0TYJJ2Tw)). Kotlin covers both [server-side](https://kotlinlang.org/docs/reference/server-overview.html) (using Kotlin JVM or...

help wanted

With Vert.x there is no testing guide for Kotlin. Currently if Vert.x testing is done using Kotlin then **JUnit** and **vertx-unit** are used for testing, which isn't **Kotlinic** (idiomatic Kotlin)....

help wanted

Although there is support for the AdaFruit Monochrome 128x32 SPI OLED Graphic Display the I2C version isn't supported: http://www.adafruit.com/products/931 Support is needed for the use of the I2C version in...

enhancement

After doing a Gradle refresh in IntelliJ a build error appears (NoClassDefFoundError with NpmTask): ``` java.lang.NoClassDefFoundError: com/moowork/gradle/node/task/NpmTask at com.craigburke.gradle.KarmaPlugin.apply(KarmaPlugin.groovy:50) at com.craigburke.gradle.KarmaPlugin.apply(KarmaPlugin.groovy) at org.gradle.api.internal.plugins.ImperativeOnlyPluginTarget.applyImperative(ImperativeOnlyPluginTarget.java:42) at org.gradle.api.internal.plugins.RuleBasedPluginTarget.applyImperative(RuleBasedPluginTarget.java:50) at org.gradle.api.internal.plugins.DefaultPluginManager.addPlugin(DefaultPluginManager.java:163) at org.gradle.api.internal.plugins.DefaultPluginManager.access$200(DefaultPluginManager.java:46) at...

Please add support for **Kotlin 1.1** (includes coroutines, type aliases, web development via **Kotlin JS** etc).

Docset sources for Kotlin are not [Zeal](https://zealdocs.org/) compatible. Extremely **odd** that the sources can only compiled on OSX (crippling limitation). Should be able to compile the Docset on Linux. Kotlin...

help wanted