bever1337
bever1337
Thanks for taking a second look 👀
Are there ideas for how `usePrefetch` could return `unsubscribe` without a breaking change? _Technically_ you can assign a function as a property of another function, but I don't think that's...
In PR #1938 I toyed around with prefetch resolving void OR the query result, exposing `unwrap`, `unsubscribe`, etc. That was pretty cool I thought. 5 seconds later, I realized this...
The next approach will be to provide a config option like `cleanup`, where false is the default (and current) behavior. Unsubscribing by default is a breaking change, so the last...
> Error (e.g. constraint violation) inside the transaction. @vtzi I had seen these issues as tangential, but I'm glad you're bringing attention to it. If they're related issues, all the...
Bringing this from one of the related discussions. It looks like each sql implementation has its own opinions. Postgres will automatically throw away the transaction, but sqlite wants to soldier...
I was not able to sidestep the issue with mklink but this is user error. Where should a developer place the link? The ghost CLI tool strictly enforces an empty...
Thank you. With the link in the correct directory, I am able to finish installation. Mostly. Next, ghost throws an error at startup about sqlite3 missing. That's a simple npm...