Jacob Trueb
Jacob Trueb
I should have commented earlier, but the previous commit moved just the new specializations through 1024 behind a feature flag. Therefore, this PR is not a breaking change.
As investigated in https://github.com/dimforge/nalgebra/pull/1111, adding the constants could be expensive to compile and may not match the implemented ToTypenum specializations.
> This issue has actually been mentioned elsewhere: [#385 (comment)](https://github.com/PhilipsHue/flutter_reactive_ble/issues/385#issuecomment-1040502145) > > And I can also confirm the linked comment - the "connecting" state isn't communicated on the first connect,...
Setting the target deployment version needs to be done via Flutter/AppFrameworkInfo.plist; otherwise, it will be blown away by a clean build. https://stackoverflow.com/questions/63973136/the-ios-deployment-target-iphoneos-deployment-target-is-set-to-8-0-in-flutter
I ran across this today. I would like for the finalfunc to be a set returning function like: ```rust type Finalize = TableIterator< '_, ( name!(time, Option), name!(peak, Option), ),...
Adding expressions would solve the problem of requiring each data source implementation to support calculation of redundant null values. It would get rid of the need for queries like time_bucket_gapfill...
I looked into this a little more. If too many attempts are made, then the backoff will be f64::MAX from https://github.com/awslabs/aws-sdk-rust/blob/main/sdk/aws-smithy-runtime/src/client/retries/strategy/standard.rs#L291 f64::MAX then is used immediately causing the panic. The...
The use case for this is that there can be network failures or outages that are random but eventually should succeed. So the initial retry duration should be very low...
@ysaito1001 Thanks for your thorough resolution!
https://github.com/boskokg/flutter_blue/issues/13 (These are regressions from some of the fixes pulled over from PRs pending against the original repo).