-
`AsyncRunner.runAsync` performs a [blocking get](https://github.com/googleapis/java-spanner/blob/v6.52.1/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncRunnerImpl.java#L60) inside it…
zobar updated
3 weeks ago
-
### Background and motivation
#24328 and subsequent changes have added support for CRC-32, CRC-64, XxHash32, XxHash64, and XxHash128 non-cryptographic hash algorithms to the System.IO.Hashing library…
-
```
git clone https://github.com/timhae/firefly
cd firefly
env -C nix develop -c ./update.sh
nix flake check
```
Checking the error log, `/var/lib/firefly-iii/storage/logs/`, I see `production…
-
We should consider using the built-in ROS message binary serialization for storing tool path data. If the serialized files need to be human-readable, then we should look into making (public) a separat…
-
There should be a `fury upgrade` option in the menu which checks for new releases on `https://fury.build/`. If a newer version is available, it should be placed in a special location. The launcher scr…
-
Arcade publishes packages built by a repo to feed(s) associated with the default channel for the repo and branch.
Some repositories however need to publish some packages to different feeds. For exa…
tmat updated
3 months ago
-
### Problem
I have an SVG with ~25k children under the same parent, and it takes ~9 seconds to optimize. Unfortunately these sorts of SVGs are not entirely unusual for my use case :( Notably though…
-
## Summary
`Microsoft.IdentityModel.Tokens` should expose extension points for custom `EcdhKeyExchangeProvider` implementations where the private key may not be available in memory. Providing t…
-
### Description
A BoxView inside a Grid, which is not visible at the moment the page is built, will not render when that Grid is made visible.
### Steps to Reproduce
1. Clone the sample repository;…
-
```
A common need when dealing with graphs of objects is to compare two object
graphs for equality.
Just as it does with the copy() operation, Kryo already has all the machinery
necessary to implem…