spiffytech

Results 44 issues of spiffytech

### Version v0.1.13 (canary e94e6d8d) ### Platform Linux spiffytop 5.19.8-1-default #1 SMP PREEMPT_DYNAMIC Thu Sep 8 10:26:47 UTC 2022 (0330383) x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the...

bug
transpiler

### Describe want to want SQLite [supports](https://www.sqlite.org/lang_update.html#optional_limit_and_order_by_clauses) `LIMIT` and `ORDER BY` in `UPDATE` queries.

enhancement

### Describe want to want I have a table with composite primary key `(job, key)`. I'd like to be able to run ```js query.where(inArray( [table.job, table.key], values )) ``` I...

enhancement

### What version of `drizzle-orm` are you using? 0.23.2 ### Describe the Bug SQLite [supports](https://www.sqlite.org/lang_update.html) common table expressions for `INSERT`, `UPDATE`, and `DELETE`. Drizzle's better-sqlite3 driver's `db.with(...)` only has a...

enhancement

It appears that Rust's [`Maud`](https://maud.lambda.xyz/) HTML templating tool doesn't support asterisks in HTML attribute names, as used in the `response-targets` extension. I wouldn't be surprised if there are other tools...

I'd like to display favorites based on application data from outside emoji-picker-element. Could we get a method on `Database` that clears the favorites counts and replaces them with the provided...

enhancement

### Description of problem When I `apt upgrade dokku`, I get this error: ``` Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service"...

type: bug
merge-level: patch
needs: investigation
estimate: 2h

My Kopia gc produces this error: ``` $ kopia maintenance run --full Running full maintenance... Looking for active contents... ERROR error processing pc2/ddb/4433c77447b39eebc0598b94927-s21395e0296b2f97f122.f: error verifying Ix5af47118171008f134029958a242a3b6: error getting content info...

Any datetime formatted like "9 tomorrow", "9 on wednesday" gets the time 12:00:00. Chrono parses the text as "on wednesday", without the number.

My workers are raising exceptions and silently failing to finish. How can I have worker exceptions printed to stdout/stderr of the console running the worker?