Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

> Ultimately we don't want people to release stable versions of a package if they have any immediate prerelease dependencies anyways, so this just encourages that. @sigurdm recently did a...

I think `dependency_overrides` is aimed at (A). I would guess that (B) is just something that people happen to use `dependency_overrides` for, but not what the feature is intended to...

@takumma FYI, if you're interested :D

This seems like a nice solution, it's probably even backwards compatible for people who never expected there to be a `devDependencies` property.

I'd suggest we update this when we remove popularity metrics. In particular, I think it'd make sense to explain how download counts factor into search rankings, and to explain how...

I guess package authors could use the `/// @nodoc` annotation on all the deprecated items they don't want to show them. But yes, a toggle would be nice.

I can see how it would be nice, but we specifically designed `.pubignore` to be compatible with `.gitignore`. We got pretty close, there is a few cases users may have...

Are you updating all projects concurrently? @sigurdm are we ever deleting the `PUB_CACHE/_temp/` directory by chance? :rofl:

Reading the error: > Rename failed, path = '/home/csh/.pub-cache/_temp/dirBVDEOH' (OS Error: File exists, errno = 17) Maybe, moving the temp folder into the right location caused an error, because a...

> `--verbose` output is massive >500mb. Is there anything specific I should look into or share? Wait, what is going one? Are we accidentally logging the contents of all the...