Jonas Finnemann Jensen
Jonas Finnemann Jensen
Just to reiterate, what are the concerns we're trying to address. Can we enumerate them and enumerate the scenarios in which they occur?
> @jonasfj Is marking the package:hooks discontinued enough for us to be able to upload a new package:hook? No, it's not. `pub.dev` will generally, not allow publication of `hook` if...
I would suggest not doing this. The code in `package:extension_discovery` relies quite a bit on modification timestamps in order to do things fast. Especially, if you have path-dependencies which are...
also, checking empty folders into `git` can be a bit less fun. So you might end up with a different empty file (like a `.gitkeep` file). Until recently `pub publish`...
Actually, in your case, if `config.yaml` listed all the rules that a lint-package provides, then it'd possible to make a command that can quickly list all the custom lint rules...
I'll outline arguments worth considering as: * (A) Most people will never write a custom_lint or devtools extension. This is something very advanced users will do. We don't win much...
There some notes on the design decisions here: [doc/webcrypto-parity.md](https://github.com/google/webcrypto.dart/blob/master/doc/webcrypto-parity.md#notes-on-derivekey). It something we could reconsider before declaring the API stable with a `1.0.0` release. Personally, I'm not sure we need it,...
Filed https://github.com/google/webcrypto.dart/issues/188 to explore if this is necessary or not. I'm leaning towards the idea that we need a tutorial for how to do `deriveKey` using `deriveBits` and `importRawKey`. Ideally,...
See also discussion in https://github.com/google/webcrypto.dart/issues/53
Yes, we've discussed rendering `INSTALL.md` as the installation tab. I think something like this would be useful.