Results 8 issues of Sam Barrow

**Do you want to request a *feature* or report a *bug*?** A bug. **What is the current behavior?** Currently generics are not used for toast.promise's result type if you use...

SQLite does support ddl transactions, but supportsTransactionalDdl in the sqlite adapter returns false. I am doing it with my own adapter and it seems to work fine. Can this be...

enhancement

Right now I'm doing a couple of bulk queries (user input) using the sqlite client directly. I'd like to incorporate this into kysely so i can hide my connection object...

enhancement

Was told to open this after a discussion with @davidmhewitt regarding lock behavior with Gala's new built in screen locking functionality replacing light-locker. There seems to be a consensus that...

Needs Design

As it stands (as far as I can tell) comlink does not reject previous requests when closed, so if a proxy is released while you are waiting on a response...

enhancement

Looks like upgrading @types/react to anything past 18.2.21 has broken this (and some other libraries as well).

Would it be possible to add some kind of escape hatch? I'm using typed queries in most of my app but there are 1 or 2 instances where I need...

Getting this on inference when I have a lora loaded (loading the lora itself doesn't produce any errors). Using text-generation-webui. `File "/home/user/text-generation-webui/modules/models.py", line 309, in clear_torch_cache torch.cuda.empty_cache() File "/home/user/.local/lib/python3.10/site-packages/torch/cuda/memory.py", line...