Bažináč

Results 11 comments of Bažináč

I fully understand that this is not some kind of a service desk :) - Link to the [issue](https://issuetracker.google.com/issues/156897463) filled to the bug tracker. And also yes, we are having...

Sorry for the delay, our app uses this and it is Java one, so I am currently kind of struggling with build Kotlin based code app bundle..

In the sample app, it does not happen, so I see I am barking up the wrong tree here. But I see this relies on the different feature (dynamic asset...

Yes, but I think Ben's point is that this is not an issue of this app bundle sample, but more probably a general bug in dynamic feature modules itself.

I eventually ended up getting the same error as you @tprochazka, just not for the string resource, but for the image. My use case: In my main app module, I...

Thanks for being patient with us. Honestly, now I think that there might be some kind of issue in PlayCore. I have tried both `SplitCompat.install` and `SplitCompat.installActivity` in `attachBaseContext` of...

Ok, as I work with GitLab normally, where there are MRs, PR did not rung the bell :). I will try to provide PR.

Thanks for the answer. I appreciate your effort to help me with this. I have tried proposed approach. If I got it right, I should ``` imageLib.Image _target = imageLib.Image(c.INPUT_SIZE,c.INPUT_SIZE);...

Ok, I have realized that in order to make this work I need to scale values from original float32 buffer to 0-255 using floor((x+1)*127.5). This works and it is quite...

@charlieforward9 , Wondering about the same.