Jonas Finnemann Jensen
Jonas Finnemann Jensen
I don't think we can or should do anything in the short term. But this is solid input for the debate about what lints we should use to score packages.
I think this is also the source of: ``` rediscache: Failed to update redis connection. Error: redis command timeout Stack: #0 RedisCacheProvider._withResp (package:neat_cache/src/providers/redis.dart:139:7) #1 new _ConnectionRefreshingCacheProvider._. (package:pub_dev/shared/redis_cache.dart:339:9) ```
We actually have a design for this now:  Should probably be spelled "License" and use radio buttons. Options should probably be: * OSI Approved * More With "More" expanding...
Internally google categorizes licenses into the following types: https://opensource.google/documentation/reference/thirdparty/licenses I don't think these categories make sense to everybody. These are looking at things from the perspective of Google being the...
If we did https://github.com/dart-lang/pub-dev/issues/6176, then the original design would actually start to make sense. The checkboxes would have to behave differently, because it wouldn't be `license:mit license:gpl-3`, but rather `license:mit,gpl-3`....
@sigurdm, I think the fact that we patched `dart pub publish` to do `dart analyze` and implicit `dart pub get`, cause the regression that @bartekpacia mentioned. On topic, I think...
@sigurdm, we could consider having a `dart pub publish --skip-validation` thing. In practice, if you're publishing with automation, you really should put all of your unit tests ahead of the...
> we don't want to run community code (not clear that flutter-actions will always do the right thing) More importantly, it'll be hard to do SLSA in the future. >...
disclaimer: I'm not entirely sure what "nexus-repository" is... but I just wanted to add: > I found [this documentation](https://dart.dev/tools/pub/environment-variables#optional-environment-variables) for PUB_HOSTED_URL but nothing for flutter... Dart SDK removed support for...
I haven't tried it yet... So feel free to close the issue :) The subtle timing dependent http/tcp issues can be very hard to reproduce... So I look for them...