Sander Pick

Results 63 issues of Sander Pick

Based on SB input, which makes sense... we can probably make get away with 2 screens.

The current logic around what to send P2P and what to offload to the native background uploader queue is feeling unwieldy. It's going to get even more so. Proposal: On...

Any ideas on how one might build a tree incrementally? I'd like to add a leaf in a contract function and save the root in contract storage. Then, later check...

We have a client written in Go that is sending a struct and a signature to a server that uses `capnproto-rust`: ``` interface Publication { push @0 (tx :Tx, signature...

Using the latest [Go client](https://github.com/stripe/stripe-go/releases/tag/v72.10.0), I get the following error when creating a product: ``` Request error from Stripe (status 400): {"status":400,"message":"Unexpected unit_label","type":"invalid_request_error"} ``` Go client code: ``` product, err...

I know this just launched on Vercel, but I'm curious if there will be an API to query page views and events... ideally w/ SQL? Let me know if there's...

enhancement

### What happened? I have followed the basic [Hello, World!](https://wasmerio.github.io/wasmer-pack/user-docs/tutorial/01-hello-world.html#hello-world) tutorial. The `cargo wapm --dry-run` step fails with: ``` Error: Unable to publish "tutorial-01" Caused by: 0: Unable to deserialize...

category: bug
needs-triage

For each new thread, a JSON ACL doc can be built by the client lib: ``` { "$w": ["a", "b"], // these keys can add records "$r": ["*"], // these...

This is an initial implementation of the Thread DID discussed [here](https://github.com/textileio/community/discussions/295). I'll add more details after taking this out of _draft_.