Maxwell Mapako

Results 42 comments of Maxwell Mapako

Sorry for the late reply, I've been super occupied lately feel free to make a pull request against the latest development branch :smiley:

Thanks for the Issue submission, please split up the issues above into their own issues as per guidelines. Also please do not mix feature information with solution information for the...

@UserSty Hi, could you try the modified barcode I above [Modified Barcode Scanner Code](https://github.com/wax911/Vision-Barcode-Scanner) and tell me how it goes, from there I might be able to help you.

@UserSty damn, that's a shame then, the reason why it's ignoring your preview sizes is because I automatically get the screen resolution and best camera res paired together from the...

@pramodshri If you'd like something that does what you're look for you could have a look at https://github.com/AniTrend/android-emojify and see if solves your problem. > P.S sorry for the shameless...

Does anyone have a solution yet?

Hey @codefreak558 try accessing your containers shell and verify that your changes exist, if you haven't already done so. > ```sh > docker exec -it container-name bash > ``` In...

I hadn't updated my portainer in a while and had to downgrade back to `2.11.1` because no environments were listed

Just out of curiosity, isn't this happening because you scoped `DetailContract.Presenter` to `MainActivity` which intern means that `activityScope` in `MainActivity` will resolve the bean definition. In the case of the...

Why not `kotlinx.serialization` if the rationale is Kotlin friendliness? 🤔