Jacob Trueb

Results 16 issues of Jacob Trueb

This allows using larger constant size dimensions for a number of interfaces. This is particularly useful in no_std situations where statically sized matrix algebra should be possible but isn't because...

* Prevents the event channels from sinking an event more than once * Removes UploadResultDatabase The CacheStreamHandler and UploadResultDatabase would play hand in hand to continuously increase memory usage. After...

Fixes https://github.com/pola-rs/polars/issues/8277 Successfully returns error messages with N=100 in debug. Error message example with N=4 from the reproduction thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ColumnNotFound(ErrString("foo\n\nError originated...

rust
fix

## Changes Add a `--download-encoding` flag to choose an Accept-Encoding header other than `"identity"` during a download request. During the download, the "decompress" function that reads the response and writes...

This adds a pdm_continuous_zero_copy example and fixes documentation in the pdm_continuous example. I left the existing interface because it is easier to use and looks safer despite the timing issues....

Switch to using a recent version of awc on an actix_rt Realistically, I plan on using this with an actix deployment, there is no reason to use hyper or reqwest....

### Describe the bug The standard retry calculation may cause panic by attempting to convert an invalid float into a Duration. ### Expected Behavior No panics. The operation should fail...

bug
p2

Previously, https://github.com/pauldemarco/flutter_blue/pull/191 had changes for background usage on iOS and Android. https://github.com/boskokg/flutter_blue/releases/tag/0.11.0 claims Android background usage was added in this repo, but no PR number was referenced and the iOS...

Some of the CoreBluetooth bindings are minimum of 10.0 for IPHONEOS_DEPLOYMENT_TARGET. The Android minimum sdk version is documented on the README. The default for a new flutter application is 9.0....

The install instructions for MacOS reference a mezmo-agent package that does not exist.