Gram
Gram
From my side, I've made a simple Python implementation: https://github.com/orsinium-labs/dimutex It doesn't have healthcheck and leaves retries to the caller but otherwise should be about the same. I based it...
> I really don't like this kind of ambiguity. Me too. However, the new behavior (check if any of substrings is in the string) is what I would expect from...
A few suggestions: 1. Accept an array of strings as the second argument for the new behavior instead of variadic args. 1. Screw the backward compatibility, return an error if...
And other way around: ```python from sys import float_info fp_sort = z3.FPSort(ebits=float_info.dig, sbits=float_info.mant_dig) z3.fpRealToFP(z3.RNE(), z3.ToReal(x), fp_sort) ```
Found about IMU: [Ryze Tello IMU Calibration](https://droneguides.net/en/ryze-tello-imu-calibration/). So I guess `ImuState` says if the drone needs IMU calibration. It's still not clear what are the values for `ImuCalibrationState`, though.
Tello SDK (Tello EDU only?) has a description for the state fields: https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf It is different from what we have but there are a few matching fields.
`FlightData.LightStrength` field appears to be unused 🤔 The same for `SmartVideoExitMode`
Thank you for your feedback. No, there is no flag for it yet. Let's fix it :)
Could you describe the background for it to help to make a better solution? Why aren't you just gitignoring `README.rst` as other build artifacts (`dist/`)? If it's because you want...
Please, if you get implementing this feature, please, have a look at https://github.com/dephell/dephell/pull/392#issuecomment-600537707. TL;DR: it should be a separate flag since `long_description_content_type` is a relatively new feature in `setuptools`, and...