CDDelta
CDDelta
This PR makes the pipe options strongly typed.
Since Lighthouse was updated to include the LCP metric my site doesn't get a performance score anymore. The error text asks me to rerun Lighthouse but I have done so...
**Intended outcome:** This is more a docs problem more than anything. The docs include a [recipe](https://github.com/apollographql/apollo-angular/blob/master/docs/source/recipes/server-side-rendering.md) for using `TransferHttpCacheModule` to cache requests when using SSR but it does not work...
In version `2.0.0-nullsafety.2` of `cryptography`, the Dart implementation of HKDF requires a non-empty nonce which differs from the web crypto implementation and past versions of the package. Providing `Uint8List(0)` as...
The WeaveMask browser wallet can be smoothly integrated into `arweave-dart` with the following work: - Create a subclass of [`Wallet`](https://github.com/CDDelta/arweave-dart/blob/292f83067576e3885d0ca3946abea0838b167b59/lib/src/models/wallet.dart#L12) called `BrowserWallet` which delegates its internals to the injected extension...
Run tests in browsers to make sure they don't break in ways that are not caught by `vm` tests. - [ ] Investigate how to use Chrome in GitHub Actions...
Once null safety in Dart is stable we should add it to the package to make it easier to use.
Publishing to pub.dev will make using the library much easier and also conveniently generate a docs site for developers to use.