Ellis Percival

Results 26 issues of Ellis Percival

When creating (in a migration) an encrypted field that has `unique=True`, the MySQL backend gives the following error: ``` MySQLdb._exceptions.OperationalError: (1170, "BLOB/TEXT column 'email_new' used in key specification without a...

### Version ```yaml module: 5.0.0-1648802546.c9880dc nuxt: 2.15.8 ``` ### Nuxt configuration #### [mode](https://nuxtjs.org/api/configuration-mode): - [x] universal - [ ] spa ### Nuxt configuration ``` auth: { redirect: { callback: "/oauth2/callback",...

bug

A lot of work has been done to move this project over to [AnyIO](https://anyio.readthedocs.io/en/stable/) on the `feature/trio` branch (it started off with Trio, then I changed to AnyIO). However, this...

help wanted

When `DigitalInputChangedEvent` is fired, `from_value` and `to_value` uses the actual logic level of the GPIO pin which is affected by inversion, whereas when `DigitalOutputChangedEvent` is fired, it uses the abstract...

enhancement

It's probably possible to split out GPIO, Sensor and Stream sections of the class into their own 'plugin' type classes, and use events/common API to tie it all together. This...

enhancement

It's currently not well defined what should happen during `GenericSensor.setup_module()` and `GenericSensor.setup_sensor()`. The distinction between the sensor _module_ and the _sensor_ itself, is that the module represents the hardware device...

> It would be nice to add a support for the Elemnet14 Piface Relay Plus card. > > i do not know if it is compatible with the Piface2 card....

new module

I've given the interrupts a test, and while they work, I get pretty bad bouncing on a simple switch (no hardware debouncing), which triggers the interrupt on almost every 'release'...

bug
enhancement

Using a hosted KeyCloak instance from https://www.cloud-iam.com/ which sets its `enc` public cert to use `RSA-OAEP` causes `PyJWKClient` to throw an exception (raised by `PyJWK` constructor). ## Expected Result I...

help wanted
stale

If you try to add the `key` attribute for the `stackoverflow` ID provider using the `extra_config` map, you get: ``` ╷ │ Error: Invalid extra_config key │ │ with keycloak_oidc_identity_provider.stackoverflow,...