Jonas Finnemann Jensen
Jonas Finnemann Jensen
Before we try this we should have a format enforcer for the changelog, maybe even reduce package score if older entries of the changelog were modified. This seems hard to...
It'll answer "what was just pushed" **if you trust the uploader** and is confident the uploader wasn't compromised.
First we should formalize the changelog format... So there is a bit of work to do before we get here.
Dependencies from workspace-only is likely a niche use case. When doing things like this you are effectively saying that you don't want to use the version resolution logic that pub...
Have you considered being more explicit, this is a bit scary because suddenly `` will have all sorts of side effects. You can afaik do: Suppose you have: ```dart final...
I could use this as: ```dart final msg = await retry( getMessage, retryIf: (e) => e is TimeoutException, orElse: (e) => 'failed to get data', ); ``` But I could...
I have mixed feelings about this. Whenever I have to publish a new version to fixed a typo, I want to just edit it on pub.dev; but there are lots...
> I've had situations where I've ended up doing 2 or 3 immediate releases because I made dumb mistakes. Yes, we've all done that :see_no_evil: We have talked about two-stage...
What are you trying to do? I'm not a crypto expert, certainly not an embedded expert, but could this be a combination of low powered platform, little randomness available and...
I think it's easy to move. So more than driving engagement, I think it could be worth doing just to keep things fresh. We can always move it back down...