Jessica Tarra

Results 8 comments of Jessica Tarra

This issue is happening on my end as well and so far no solutions. I found a work a round that can be helpful. https://gist.github.com/keith/5b5f61f4cc690aec403afd92aab020c3

I'm really interested in this feature request, and I might be able to contribute. But I'm not sure what the 'Accepted' tag means. I think it means that the feature...

Hey everyone, @spydon Sorry for the late reply. Work's been pretty busy lately, but I finally got some time this weekend to dig back into this fix. I managed to...

That's a good point @spydon . I'll check that out. Maybe it would be a good idea to separate the work and open a new PR to fix the failing...

I'm not sure if I fully understand the feature you just described, but I believe I grasped some of it. Allow me to explain how I've been utilizing this approach...

@spydon even though this fix addresses the issue, it's a very hacky solution and I'm still testing in order to figure out the root cause of the problem

@spydon, It seems like the exit code when running in Windows environments is not reliable, and this causes issues when using some Melos commands.

I got the same issue. The solution was to override the `youtube_explode_dart` package by editing the `pubspec.yaml` file ```yaml dependency_overrides: youtube_explode_dart: ^2.3.1 ```