Doug Stevenson
Doug Stevenson
I landed here while looking for the Queue observer callbacks suggested in the [Queue documentation](https://developer.chrome.com/docs/workbox/modules/workbox-background-sync#type-Queue): > All parts of the storing and replaying process are observable via callbacks. As one...
As a followup thought, it would be interesting to see how this could apply to the generated TS library. Could the specification of fields also omit object properties from the...
Yes, just the generated API and not for other routes in general.
I'd consider it a best practice to always send the ID. After all, a set of results that's completely void of properties would be confusing (even if that's what they...
@codershiba Any chance you know how to move this along?
If you are following the beta codelab, you will work exclusively with shortcuts.xml and not at all with actions.xml. Make sure you are using the new Android Studio plugin called...
The [.dump command](https://github.com/libsql/libsql-shell-go/blob/main/internal/shellcmd/dump.go#L153-L168) implemented in [libsql-shell-go](https://github.com/libsql/libsql-shell-go/) could internally paginate results from the queries it issues.
This raises the question: how long are we going to support the old v0 HTTP API that we really aren't going to use in the future for client SDKs? At...
> I think we can get rid of the legacy HTTP endpoint Looks like it's still in use here: https://github.com/libsql/libsql-client-java Don't know if anyone is using it. @penberg @MarinPostma
Yeah, breaking out all that data would make it easier for clients to format their own error messages.