lsh-silpion

Results 22 comments of lsh-silpion

@greenrobot will this eventually get merged? I would need this functionality!

Some addition: When using web3j in a function like this: ``` fun getBLX01Balance(walletAddress: String, completion: (BigDecimal) -> Unit) { doAsync { // connect to node val web3 = Web3j.build(HttpService(InfuraEndpoint)) val...

> Im not sure if the necessary functionality required for it is available in the `StaggeredGridLayoutManager` api. Though it would be worth a check. Thanks for considering this! For now...

Hi there, is there any progress here?

Ping! I am also affected by this bug. Any news here?

I enabled snapshots by adding ``` sonatype-snapshots https://oss.sonatype.org/content/repositories/snapshots true false sonatype-snapshots https://oss.sonatype.org/content/repositories/snapshots true false ``` and then used ``` 6.3.0-20230125.125049-89 ``` specifially (because 6.3.0-SNAPSHOT did not seem to work) and...

> Hello, You are using nRF5340, which has 2 cores - app core and net core. I assume, you're only trying to update the app core. Why? You're using `TEST_AND_CONFIRM`...

> > Is it better to use TEST_ONLY in that case too? > > Sorry, I meant `CONFIRM_ONLY`. My mistake. Then the lib won't try to reconnect to the device...

Please let me know, if you need some additional information!

> Could you share the logs from LogCat? Which logCat? That of my app or the one from the nRF Connect Device Manager app?