Paulo Coutinho

Results 433 comments of Paulo Coutinho

After search, we can remove BZIP2 to test: ``` -DAX_WITH_ASTC=OFF -DFT_DISABLE_BZIP2=ON ``` BZIP2 is ignored - OK But ASTC is not REALLY disabled, because it still required it, see the...

Current project still have a limitation, because CMake need select bzip library per-platform, what make it be incompatible. If you generate CMake project for iOS, the bzip is from iphone...

Also there is a problem when show strings: ``` axys new -p "com.paulocoutinhox.proj1" -l cpp axys-proj1 > Copy template into b'/Users/paulo/Developer/workspaces/cpp/axys-proj1' > Rename project name from 'b'HelloCpp'' to 'b'axys-proj1'' >...

Hi @tdv, It is near that i want and you have most things implemented. I made some text about my goal: https://github.com/paulocoutinhox/cpp-native-mobile/issues/1 Some questions about your sample: 1. The packer...

Hi @tdv, Thanks for explanations. Im thinking in adopt ProtoBuf or MessagePack for fixed data stream. So i need send through nanorpc the bytes between platforms. All platform already have...

Hi @tdv and thanks again. More one thing: There is a way to receive custom data on handle method? Instead of do: ``` server.handle("test", [] (std::string const &serialized) { [...]...

This is possible with recent versions?

Hi, Full sample is here with new API: https://github.com/paulocoutinhox/android-share-story Thanks.

Before you add the items in `--exclude`, it should check if these items is not inside `clean-exclude` list. Example here: `--exclude ${DefaultExcludedFiles.GITHUB}` https://github.com/JamesIves/github-pages-deploy-action/blob/dev/src/git.ts#L184