Muragijimana

Results 40 comments of Muragijimana

This is my yml file for github action ``` name: Build/release on: push jobs: release: runs-on: ${{ matrix.os }} strategy: matrix: os: [windows-latest] package_manager: [npm] # macos-latest, ubuntu-latest steps: -...

Actually, they are both supported as per documentation.

Let me test with yarn will get back to you. @juliangruber

The issue is the same @juliangruber ``` error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. child_process.js:660 throw err; ^ Error: Command failed: yarn at checkExecSyncError (child_process.js:621:11)...

Any plan to have this fixed? @DavBfr

Yes, I will love that, why it is a limitation now?

I ended-up with the following code working, The only problem is that I can't get the heading appear once as I want it only to at the start of the...

This would be awesome

@greenrobot did you check on the https://github.com/objectbox/objectbox-dart/pull/190#issuecomment-997431487 and https://github.com/objectbox/objectbox-dart/issues/185#issuecomment-1003434990 ? what do you think?