Alex Suzuki
Alex Suzuki
Or at least make it configurable: ``` old: def get_palette(self, color_count=10, quality=10): new: def get_palette(self, color_count=10, quality=10, ignore_white=True): ``` and only do the thresholding if `ignore_white` is `True`.
There's already a PR for this: https://github.com/fengsp/color-thief-py/pull/11
Agree, having support for access control would be handy. There are some nice usecases that are possible with iOS 8+, e.g. protecting a keychain item with TouchID. These are not...
Just chiming in here, as I've faced the same problem. On iOS, Safari only ever reports a "Front camera" and a "Back camera". Samsung and other Android devices report a...
Hi folks, I'm seeing similar behavior (no Spotify either), with the device reconnecting unexpectedly and repeatedly to the peripheral (see: https://stackoverflow.com/questions/50348465/ble-stack-repeatedly-reconnects-to-peripheral-after-connection-is-closed-and-app) after the connection is close()d. I had a look...
This feature request has been open for over a year now (refering to #13). No official comment, no timeline, nothing. Come on.
I have an answer from AWS support that it is currently hard-capped at 30 seconds, and it's a known limitation of AppRunner. AWS support asked me to open an issue...
Isn't this basically solved by setting `stripInternal` to `true` in tsconfig.json?
Hi @annawidera . No, I did not - I was able to resolve the issue through other means (refactoring the long-running request to use another mechanism). I'm not sure where...