Eric Yanush

Results 7 issues of Eric Yanush

With Xcode 11 carthage compilation for archiving is broken, as ProcedureKitLocation doesn't correctly declare device families supported, adding the missing device families 3 (tvOS) and 4 (watchOS), fixes the issue.

This PR exposes the ability for client code to inject mock LocationFetcher (CLLocationManager), and ReverseGeocoder (CLGeocoder) into location procedures. This is necessary to allow any client code that depends on...

**Describe the bug** When using the RANDOM_DOUBLE expression, in the simple case `RANDOM_DOUBLE(min=0.0,max=10.0)` it works as expected, generating a random number between the two bounds. When using the RANDOM_DOUBLE expression...

bug

The RANDOM_DOUBLE expression was: - Casting the bounds values from doubles to ints, losing precision - Generating a random int value that is offset by the lower bound, which has...

Hello! I'm opening this issue as a continuation of the discussion on the bxCAN driver stm32-rs/bxcan#57 surrounding the behaviour of the driver, specifically as it relates to priority inversion. As...

**Affects:** spring-cloud-gateway-webflux:3.1.1 --- **Setup** Define an MVC RestController that accepts a ProxyExchange as an argument to a request handler method, and use the ProxyExchange object to issue a POST request...

bug
help wanted

The condition here: https://github.com/stm32-rs/bxcan/blob/3fc7a0e81975d4f25e61e0da81cd9e7a5e969e81/src/lib.rs#L848 should return an Ok if the mailbox is empty or if it is not transmitted and has a lower priority, however the condition seems to return...