Mike Diarmid

Results 130 comments of Mike Diarmid

> still need to investigate how `melos` can help with publishing scripts If you're not automating this with conventional commits then maybe `melos version ` would be helpful instead, it...

> I am try to make this work, first we have to activate `melos` and run `melos bootstrap`; now how to I run test against specific package? @agent3bood There's a...

> @Salakar any further suggestions on how best to enforce conventional commits? We use a combination of 1 & 2 - but we also allow Rebase alongside Squash Merge -...

Off-topic but I've just added the newly released `firebasestorage:v1` api (https://github.com/invertase/dart_firebase_apis/pull/3) to https://github.com/invertase/dart_firebase_apis

I have a feeling from when I did Melos that `runInShell` and `includeParentEnvironment` may need to be set to true on `Process.start` for Windows to work properly and pickup flutter/dart...

@mrverdant13 great start on this, let me know when you think it's ready for review. I noticed some tests are still failing explicitly relating to these changes

> I don't think melos supports both having a root pubspec and a packages folder simultaneously > > But I'm sure it could be adapted to do so cc @Salakar...

> As the default format - aka without a melos.yaml? Ah no it does not, easy change though by adding another glob here: https://github.com/invertase/melos/blob/main/packages/melos/lib/src/workspace_configs.dart#L516-L522

Looks like this failed again on Windows but this seems to be from Pub now, probably another concurrency issue again 🤔 maybe @blaugold has some thoughts or is aware?

You should be able to create the secret manually on the Google Cloud Console in secrets manager or through the API then reference in the .env file like so: ```...