Artem Danilin
Artem Danilin
Hey, it seems good. From my side, I will continue to investigate the issue. Any questions, feel free! Thanks a lot!
Hi, Also, I found several similar problems: - [stack overflow](https://stackoverflow.com/questions/17541465/android-usb-usbdeviceconnection-bulktransfer-returns-1) - [felHR85/UsbSerial](https://github.com/felHR85/UsbSerial/issues/2#issuecomment-61621150) I will try those tips and let you know if it works well for me.
> > Hey, it seems good. > > From my side, I will continue to investigate the issue. > > Any questions, feel free! > > Thanks a lot! >...
Hey there, In one part my application during read operation I get an issue like that above. ```` JNI DETECTED ERROR IN APPLICATION: JNI NewByteArray called with pending exception java.lang.ArrayIndexOutOfBoundsException:...
hi @magnusja So, I investigate what went wrong in my case. The issue appears after https://github.com/magnusja/libaums/issues/237 In one part of my app I used a secret store to keep some...
Same problem here! I use springdoc-openapi library (uses swagger-core internally) and faced with this issue. But when I started investigate it the discussion with the maintainer brings me to this...
This is because js has right bound: 2^(53)-1 and java: 2^(63)-1. Seems nothing that we can really do here.
Same problem here: ```java @Mapper( componentModel = "spring", collectionMappingStrategy = CollectionMappingStrategy.ADDER_PREFERRED, uses = { DocumentMapper.class } ) public interface ChelovekMapper { @Mapping(source = "openRequest", target = "openDocumentList") Chelovek fromOpenRequest(OpenRequest openRequest);...
I also faced with its issue. @andrelandgraf are you still stuck? look at this [issue](https://github.com/nuxt-community/mdx-module/issues/21), works for me