matlin

Results 17 comments of matlin

Hey thanks for the thoughts here! Now that we have the Hono integration, it makes a lot of sense to export the handlers directly. This is mostly what we're going...

Makes sense. And yeah I've seen those--big fan of the UnJS project. We probably should switch to `crossws`. I was initially excited about `unstorage` but the problem is that it...

Glad to hear you're excited about Triplit! **re: Conflict Limitations**: Currently, Triplit treats all attributes as a Last Writer Wins Registers so it can handle most situations that are primarily...

Solid bindings are now available with the `@triplit/solid` package -- thanks @doeixd! Also there is a Solid.js template available with `create-triplit-app` e.g. `yarn create triplit-app`, etc

Unless there's a easy way to embed JS into a Swift app, it might be a while before we have a native client that will work will in a pure...

This is definitely a bug where transactions from the client that should pass permissions are being rejected in some cases. We've already shipped some improvements that may fix your exact...

I like your idea! Especially the query builder callback (`(q) => q.include(allFilms"....`) Have you tried implementing this in "userland"? Seemingly only thing that would need to change is the `@triplit/react`...