Fossil

Results 58 issues of Fossil

Hi, It would be great if there was a function to get a job by it's `unique_key` and one to get pending all jobs in the queue. After which you...

`COLLATE=utf8mb4_0900_ai_ci` is not available on MariaDB on my Mac for example. Best to use `utf8_unicode_ci` imho.

It would be nice to be able to set the short/long/double click delays in the setup() for example.

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe Prowlarr keeps hitting...

Type: Feature Request

```c++ void setup(void) { //while (!Serial); delay(500); Serial.begin(115200); Serial.println(F("BT Remote")); Serial.println(F("---------------------------------------")); /* Initialise the module */ Serial.print(F("Initialising the Bluefruit LE module: ")); if (!ble.begin(VERBOSE_MODE)) { error(F("Couldn't find Bluefruit, make sure...

How would one implement a pairing code or password for peers? I couldn't find anything about this in the docs. Because anyone can connect to my device now blocking any...

Now that Coinbase is switching to this weird new payment protocol where native BTC gets dropped (lol)... is this package this valid for the new API? I mean... it's abandoned...

I installed Clockwork as a dev dependency and my whole app errored out with: `array_key_exists(): Argument #1 ($key) must be a valid array offset type` I uninstalled Clockwork and everything...