Jukka Papinkivi

Results 6 issues of Jukka Papinkivi

Hi, I have many thin client PCs in my LAN with Arduinos connected on them via USB. Arduinos are "hard" to detach get it to my laptop, do firmware update...

investigation

When I repeat following steps as in example: 1. Connect to GDAX exchange. 2. Subscribe to trades. 3. Check that there really come trades. 4. Dispose all my subscriptions. 5....

bug

I want to use KotlinLogging in Gradle Plugin. How to route logging messages to Gradle Logging API? Probably using SLF4J? You can create Logger using `org.gradle.api.logging.Logging.getLogger(my.Plugin::class.java)` or you can use...

My target is to create "custom" units for electricity prices: €/MWh and c/kWh. I added following classes: ```java public class CurrencyDimension implements Dimension, Serializable { // Copied from BaseUnit because...

analysis

Can I create an Android app that uses Selendroid to automate browser or WebView in Android? Or do I always need to connection to computer? Is the "mobile web testing...

## Expected Behavior ```java public class EnergyPrice implements javax.measure.Quantity { /* Quantities of €/MWh or c/kWh */ } public class ElectricityPrice extends BaseThingHandler { public void handleUpdate() { updateState("channel", new...

bug