Lukas Klingsbo
Lukas Klingsbo
> I also observed this behavior on the Linux desktop as well, does not seem to be MacOS specific. The delay between black screen and the ui appearing was much...
> For macOS apps, using [window_manager](https://pub.dev/packages/window_manager) dependency can solve this. Maybe it also works on Linux? I assume you mean their "hidden at launch" feature? That can surely be used,...
If you want to publish on every merge (not recommended by the Pub team), then you can follow this example: https://github.com/bluefireteam/melos-action/tree/main/examples/02-release-on-pr
It would probably look pretty strange with two icons in the left bar? :thinking:
> At-least I don't want it to block launching 🚀 Makes sense, I think we'll wait with putting up a migration from Melos to Melos + workspaces until this is...
I just started migrating over monorepos now when Melos has support for pub workspaces. Just posting this here to visualize what it looks like today, and how it would look...
> But I still think having the explicit listing of packages has its benefits too. You can actually see the packages that are expected to be there... In `melos` we...
I just realized `dart pub workspace list` already exists! :smiley:
> Makes sense, I think we'll wait with putting up a migration from Melos to Melos + workspaces until this is done then. Because it will be quite a painful...
Thanks for the quick reply! > * Would it be enough to have `dart pub workspace add` which supports globs, but adds the explicit elements. > * probably not -...