wing

Results 50 comments of wing

The resolution should be to just update https://github.com/TanStack/query/blob/1d60d44ad851472d37aaa3eef22ada07e5245989/packages/query-core/src/types.ts#L147 to ``` | (() => Array | 'all' | undefined) ``` Happy to open a PR if my understanding described above is...

@TkDodo: sorry, missed your messages. I've updated the signature in documentation in 43f0722. As far as I can tell it only affects React (and Vue, although they share the same...

Could you ensure your code style follows the existing code style please? Notable differences I can see are: - **Indentation**. Existing: 4 spaces. PR: 2 spaces. - **Semicolons**. Existing: uses...

@slvssb: Sorry, I'm not actually part of Drizzle so can't approve this for you. The comments I left were because I'm also interested in OP SQLite support so I had...

@vlad-stohnii looks to be the author according to the [blame](https://github.com/drizzle-team/drizzle-orm-docs/blame/5bafcfaea59e1de6f88824085855fd3fa8660beb/src/content/documentation/docs/get-started-sqlite.mdx#L174). Do you remember where it was supposed to link to? 🙏

> This is fixed in 0.9.0 @khuezy, how does `0.9.0` fix this? Could you point out the relevant part in the [diff](https://github.com/tursodatabase/libsql-client-ts/compare/v0.8.1...v0.9.0)? --- > `file::memory:?cache=shared` For me, this revealed another...

@khuezy, so it wasn't `0.9.0` then? Taking a look through PRs, are you referring to #220 (released in `0.8.0` ([commit](https://github.com/tursodatabase/libsql-client-ts/commit/18fa0a1036d20774a7850746f4571c911531ca59)))?

Ah, I see #220 intended to fix https://github.com/tursodatabase/libsql/issues/1411 which is a duplicate of this issue.

I don't think it actually fixes the issue but introduces a workaround (cache mode of `shared`) which itself has weird behaviours. I've created an MCVE here: https://github.com/winghouchan/libsql-in-memory-transactions-broken-mcve