Matt Wonlaw

Results 107 issues of Matt Wonlaw

https://discord.com/channels/989870439897653248/989870440585494530/1074714491184480378

We don't support attaching dbs at the moment. Unclear if it should even be supported but it does make testing and exploration simpler.

low

Allow a blank db to connect and apply remote schema then remote data?

enhancement

When traversing from a root node through a field edge, updates to the field edge do not correctly update the reactive query. ``` foo.queryBar().genLive() foo.update({ barId: newId }); ``` new...

bug
query-layer
priority:high

Wanted to call out that SQLite's "lack of concurrency" as it is called out in the readme: > no amount of asynchronicity will save you from SQLite3's serialized nature. is...

A vital lifecycle method that is missing is something to handle when the component "unmounts" / is no longer displayed. The reason being is that your component may have registered...

enhancement

The first time a page is visited, the user is prompted to allow LLS access to store files. LLS does not initialize until the user click yes or no (which...