Andrew

Results 5 issues of Andrew

Hello! I faced with some issue. I'm trying to send a number of messages through BT using this lib. My code looks like ``` for (Banner bannerItem : banners) {...

Hi. I faced with an issue that reviewdog is not able to update github check using detekt report (https://detekt.dev/) Detekt found around 700 issues in my project and reviewdog is...

Added ability to export steps into json. Based on #17 and my own requirements Example: primitive -i input.jpg -o out.json -n 10 output ``` json { "width": 256, "height": 111,...

Is it possible to send a post from broadcast receiver?

I implemented method upload photo to user wall. It requires httpmime library to create POST with file. See javadoc in code.