Results 228 comments of Brian

@pjonsson @arurke just a friendly followup on the cross review of this PR

At least for android, there is now `actions.intent.GET_BARCODE` which would request the system's default barcode reader, so that should reduce the complexity of needing to bake in a barcode reader...

I wonder if this is doable now without bloating the app. Apparently android now supports opening a default barcode scanner app using intent. This looks to be recently added around...

Ah that's fair enough. Not sure about how travis CI works, but i got an AI to take a stab at translating it to github actions. https://raw.githubusercontent.com/intel/tinycbor/8b3e97d60eae572d56bac24a1c33444e0436c7a4/.travis.yml After quite a...

At this stage the CI/CD for https://ci.appveyor.com/project/thiagomacieira/tinycbor-4yf5a/builds/48167038/job/hctm8ypght3sgv9n for Visual Studio 2019 is complaining about missing qmake. ``` ... src\cborencoder_close_container_checked.obj src\cborencoder_float.obj src\cborparser.obj src\cborparser_dup_string.obj src\cborparser_float.obj src\cborpretty.obj src\cborpretty_stdio.obj src\cborvalidation.obj cd tests qmake CONFIG-=release...

Ah I see it looks like the main branch is also broken in the same spot https://ci.appveyor.com/project/thiagomacieira/tinycbor-4yf5a/builds/47789298/job/isyt34qnaj8wprkx . I think mine is ready to merge then.

Made further changes to improve modularity of this script, but notice that this repo is not very active... will work on it more if any maintainer response. In the meantime...

Not a problem. Thanks for letting me know you are still actively checking. I've pushed an update. This time I'm keeping both the new enum as well as the old...

FYI there I think there is an issue with `.appveyor.yml` not finding qmake in 2019 at this command... ``` qmake CONFIG-=release CONFIG+=debug ``` Studying the error log at least I...

Oh is this PR already done, as https://github.com/intel/tinycbor/commit/0d5538277d9975c448bd819572ca961542777aff in main ? If so then should this PR be closed then? (Had a look previously as a request, but wasn't able...