Jonas Finnemann Jensen

Results 199 issues of Jonas Finnemann Jensen

`BaseAuthenticator` will only refresh the access token if it has expired. Which means that it'll happily make requests with a token that expires soon, that seems like a bad idea....

type-bug

See: https://tools.ietf.org/html/rfc7540#section-8.1.2.3

type-enhancement

We are awaiting meta-data providers here: https://github.com/grpc/grpc-dart/blob/054ac9de3c86941dedfe1c6896e0e9df8375c399/lib/src/client/call.dart#L149-L155 This happens after we've check the state of the connection in `dispatchCall`: https://github.com/grpc/grpc-dart/blob/054ac9de3c86941dedfe1c6896e0e9df8375c399/lib/src/client/http2_connection.dart#L109-L123 Thus, the state of the connection may have changed, this...

type-bug

```yaml # .github/dependabot.yaml version: 2 enable-beta-ecosystems: true # required while pub is in beta updates: - package-ecosystem: "pub" directory: "path/to/package/" schedule: interval: "weekly" - ... ``` See also: https://github.blog/changelog/2022-04-05-pub-beta-support-for-dependabot-version-updates/

If somewhere in `.dart_tool/` there is a `mono_pkg.yaml` such files should be ignored. I think it's fair to not such any dot-folders :D

enhancement
help wanted

It would be useful for mono-repos if `mono_repo.yaml` could contain an option like `force_one_version: true`, to support mono-repos following [the one version rule](https://opensource.google/docs/thirdparty/oneversion/). Features: 1. Check that dependency constraints on...

In many mono_repo setups we have a sibling packages that depends on each others. It would be neat there was a command to generate a `dependency_overrides` for dependencies that are...

enhancement
help wanted

I think the semantics covered here: https://dart.dev/tools/pub/cmd/pub-upgrade#upgrading-specific-dependencies Is incorrect, it used to be that we would upgrade to the latest version available. But afaik now `dart pub upgrade foo bar`...

fix.bug
p2-medium
e0-minutes
dev.packages
p.pub-upgrade

Page URL: https://www.dartlang.org/tools/pub/publishing Page source: https://github.com/dart-lang/site-www/tree/master/src/tools/pub/publishing.md If you publish a package version `1.0.0` on `pub.dartlang.org`, and then later publish `2.0.0-dev|alpha|beta...` then it'll show up as a pre-release. That is `1.0.0`...

p2-medium
tools
e1-hours
packages

Fix #244