Jonas Finnemann Jensen
Jonas Finnemann Jensen
Hmm, I'm not sure.. note. there is a few other problems with auth for custom repositories (see https://github.com/dart-lang/pub/issues/1381). I've started [a document with API end-points offered by a pub server](https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md)....
Oh, I just saw [unpub](https://github.com/pd4d10/unpub) that's very impressive :) I know @v7lin has been writing a [simple pub server too](https://github.com/v7lin/simple_pub_server). Maybe we should maintain a list of custom pub servers...
@pd4d10, I'm pretty sure `pub_server` doesn't check if the `Accept` header is correct, and doesn't respond with `Content-Type: application/vnd.pub.v2+json`. That might cause problems in the future when new API versions...
@petemoore, if we want to keep top-level as the library, then the command should be: `github.com/taskcluster/jsonschema2go/cmd/jsonschema2go` Regardless of what we do examples in the `README.md` should definitely go-get the right...
Yes, `LICENSE` without extension. See: https://dart.dev/tools/pub/package-layout#license
But could also be formatting that causes this..
This probably doesn't just apply to `HmacSecretKey`, but all places where we do `importJsonWebKey`. I think on the web [`window.crypto.subtle.importKey`](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey) always requires that you explicitly specify: * (a) the key...
As such maybe the only take away from this is: * [ ] Let's delete the TODO comments :rofl: * [ ] Let's always make sure that whenever a JWK...
I'm suspicious of this claim. I'm also poorly informed about the new privacy manifest, etc. But `third_party/boringssl/src/crypto/x509/by_dir.c` is only accessed during the build process. The file is NOT shipped into...
Cool, please do let us know how it plays out. Feel free to ping me if there is anything actionable, full disclosure I don't always manage to follow chatter on...