Will Ernst
Will Ernst
It looks like you may be passing in a jwt token (more aptly named your _service_ token) and not a signing secret. I apologize the naming is confusing (and there's...
Thanks for the contribution! We should try to setup a guide in our docs. @daveycodez also has some libraries related to this: https://github.com/daveyplate/better-auth-triplit
can you share the client version you are using, and if you are using local development or a cloud server? I tried to recreate the issue, but I was seeing...
Can you confirm this is fixed with `@triplit/client:1.0.45`? Closing for now, but please re-open if not.
Taking a look, I put in a fix for the lower level DB, but there may be another edge case with the http client.
We have some prototypes for what i think you're describing. Can you suggest an API you would like to see?
I recall the issue being that Typescript cannot infer the input config type in the generic default. At the end of the day we need two generics here, but want...
There isn't an officially supported way to do this right now. But we have ideas for how to support these sorts of transformations in the query api in the future....
Alternatively https://github.com/mrmlnc/fast-glob/pull/485 would also address this