Results 15 issues of Norbert Sándor

``` @Buildable class A {} @Buildable class B extends A {} ``` Error message: ``` Name clash: The method build(Procedure1) of type B has the same erasure as build(Procedure1) of...

Please make it possible to use https://github.com/r2dbc/r2dbc-client

enhancement

My main blocking issue is that https://github.com/Kotlin/kotlinx.serialization is not supported :(

enhancement
request

The latest VSCode+PIO environment does not seem to like the version number of the latest versions: `nanopb/Nanopb@^0.4.6.4` Error message: `ValueError: Invalid simple block '^0.4.6.4'` I tried to upgrade from `nanopb/Nanopb@^0.4.6`...

It is easy to reproduce: calling `org.firmata4j.IODevice.start()` always crashes the JVM: ``` # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at...

What do you think about using a serial communication library that has better support? As I see the library used had no releases for ages... I would recommend https://github.com/Fazecast/jSerialComm .

Works as a multiplatform implementation with trivial modifications ;)

Maybe it is easier than it seems at first sight? :)

question

**Koin module and version:** core: 3.5.0 annotations: 1.3.0 **Snippet or Sample project to help reproduce** ```kotlin interface Service1 interface Service2: Service1 @Module @ComponentScan class ServiceModule { @Singleton // (binds =...

question
status:wrong_repo

It would be very useful to be able to subscribe to multiple message bus topics with wildcards similar to other messaging systems (example: ActiveMQ http://activemq.apache.org/wildcards) For example, subscribing to "accounts/*"...

wishlist