Doni Rubiagatra

Results 34 comments of Doni Rubiagatra

Please check this one out @LucasXu0 @annieappflowy

I think there is not much improvement for build time when disabling incremental build. I think I need more time to look at the project build configuration. What do you...

Could you give me some context @annieappflowy which GitHub actions do you need to use the GitHub matrix? ``` .github/workflows ├── ci.yaml ├── commit_lint.yml ├── dart_lint.yml ├── dart_test.yml ├── release.yml...

Ahh Thank you @tsuiyuenhong, I think its little bit more clear. Sure I'll explore something this weekend, Maybe on Monday I'll let you know

I have been a little bit busy in the past 3 months, I'll check this on Sunday. If anyone wants to take a stab at it, go ahead!

I think for `build` matrix is already done yeah @annieappflowy @LucasXu0? or do you want windows support too? ``` strategy: matrix: os: [ubuntu-latest, macos-latest] include: - os: ubuntu-latest flutter_profile: development-linux-x86_64...

First, I would say thank you to the Ionic team, we are using Ionic / Capacitor in our client project. Hello, @jcesarmobile it is a good first issue on cli....

Just run it in my local get this `npm install && npm run build` any idea this happened @jcesarmobile ? ``` > @capacitor/[email protected] assets > node ../scripts/pack-cli-assets.mjs node:internal/errors:464 ErrorCaptureStackTrace(err); ^...