Jukka Papinkivi

Results 9 comments of Jukka Papinkivi

Ack doesn't also work with my MyController - Embedded MQTT Broker - serial2mqtt adapter - USB - Arduino - Relay -setup. When I change switch state, I soon get following...

Hi, here are test cases for checked and unchecked exceptions. Only unchecked test case passes. ``` import org.axonframework.commandhandling.CommandHandler; import org.axonframework.test.aggregate.AggregateTestFixture; import org.junit.*; class ExceptionalAggregate { ExceptionalAggregate() {} @CommandHandler ExceptionalAggregate(DivideByZero command)...

As a workaround I can extend my domain exceptions from RuntimeException. And in Kotlin it doesn't matter are exceptions checked or not.

I think this isn't fixed until I can create native Windows server. The [documentation](https://ktor.io/docs/native-server.html) doesn't give any hint **why** Windows target support is dropped. Can't we take the `io.ktor:ktor-server-cio` or...

I tried to create separate system using only `javax.measure` (not to extend `tech.units.indriya.*` classes). It is working correctly until I try to combine two systems by `ProductUnit.ofQuotient`: ```java EURO.toString() //...

Now I found the way to introduce my units using `SimpleUnitFormat.getInstance().label(unit, unit.getSymbol())`and prossibly extending classes may also work. Investigating...

I don't know what EBNF means :confused: Now i faced minor issue. Let's say that `USD` and `AUD` have the same symbol `$`. Is there any way to embed some...

> `BaseUnit` should not be extended because it meets a very special purpose, the SI base units, nothing else. Not sure, why you would use `Dimension` for currencies, aren't those...

@andi-huber: I agree that there will be challenges to convert many different kinds of dimensionless units. But I think this library wasn't birth because of ideological or theoretical reasons. It...