carsonfarmer
carsonfarmer
# Threads RFC: Static ACLs and Forking Mutable access control lists (ACLs) are hard. Static ACLs are restrictive. Is there some middle ground? One way to implement a static ACL...
We should track this existing issue: https://github.com/improbable-eng/grpc-web/issues/543 for now. The fix is potentially simple, but without digging into `improbable-eng/grpc-web`, is hard to nail down just yet.
We might want to consider adding the ability to transcode HTTP/JSON to our gRPC APIs for ease of use by external developers working in a language for which we don't...
This is a pretty simple demo/example of taking advantage of our new ES modules supports in all @textile/* libs. Here, an app in dev mode is used to create a...
As we more fully move our js libraries over to the single mono-repo (js-textile), we'll want to include some pointers in our readme, and maybe even eventually turn on a...
# The Great Refactor This is essentially a new Epic that describes a merging of Database, Store, and Client into a single, unified JS ThreadDB API. ## Overview The primary...
We use jest for tests, which is great on nodejs environments. But due to differences between native apis between node and browsers, it would be good to test in browser...
Since this is a typescript project, it would be useful to actually include the compiled type defs in the releases/published version.