Galen Warren
Galen Warren
In package.json, main references a nonexistent file - repairing.
### :speech_balloon: Description It would be useful to be able to use a different source image to generate the favicon vs. the image icons for Flutter web. Two reasons: *...
This regards this [issue](https://github.com/fluttercommunity/flutter_launcher_icons/issues/515#issue-1905725546). It would be useful to be able to use a different source image to generate the favicon vs. the image icons for Flutter web. Two reasons:...
When the spicedb operator starts up, I see this line in the logs: > E0415 14:22:57.432900 1 controller.go:288] syncOwnedResource called on unknown object (authzed.com/v1alpha1, Resource=spicedbclusters::ccc-work-kgw-a-2/spicedb): spicedbclusters.authzed.com "spicedb" not found ......
Support for multiple preshared keys [exists](https://github.com/authzed/spicedb/issues/288) in spicedb, but I only see documentation for setting a single preshared key, via ```preshared_key``` in the config secret. Can multiple keys be set?...
It would be helpful to be able to show the picker via code instead of just via a tap. My particular use case is that I want to show a...
Adds a new ```TransactionOption``` -- ```GetCommitTime``` -- that allows the caller to specify the address of a ```time.Time``` where the commit time of the transaction should be written, upon successful...
When hot-restarting in Flutter Web, streaming GRPC calls can get stuck in this [method](https://github.com/grpc/grpc-dart/blob/dee1b2b43b5059ac625cf915ac062dc13ab0f274/lib/src/client/transport/web_streams.dart#L132) of `_GrpcWebConversionSink`: ``` @override void add(ByteBuffer chunk) { _chunkOffset = 0; final chunkData = chunk.asUint8List(); while...
**Is your feature request related to a problem? Please describe.** When a transaction is performed in Firestore via ```RunTransaction```, the underlying commit operation returns a ```CommitResponse```, which contains the "commit...