Trevor Manz
Trevor Manz
Thanks for the response! I should have time to review #70 this weekend. > What I propose we do is introduce some sentinel value for errors. I think that falling...
Thinking about this a bit more today wrt key errors. Part of me feels it's "correct" in the language context to mimic missing keys by returning undefined, but I see...
Thank you! Is the `omero` field added in the `.zattrs` as well? I've been working to get blosc working in the browser and am trying to generate some examples to...
Signed up -- looking forward to it! Thanks. I think I've found enough examples here (and on twitter) to get started 😃
Yes, just ran into this with https://github.com/manzt/cron-tweet... Not sure if twurl supports the authentication that v2 requires.
Thanks for sharing. I also wrote something in deno today which seems to work for the v2 endpoint: https://gist.github.com/manzt/d6cbf7f901a6e7b68c145d3820fbed7b
Ok I figured it out! ```bash twurl /2/tweets \ --data '{"text": "Testing twurl"}' \ --header 'Content-Type: application/json' \ --consumer-key $TWITTER_API_KEY \ --consumer-secret $TWITTER_API_SECRET \ --access-token $TWITTER_ACCESS_TOKEN \ --token-secret $TWITTER_ACCESS_TOKEN_SECRET ```...
Thanks for the clarification! I'm afraid I'm not knowledgeable enough about authentication to take this on at the moment.
> maybe it would be worth releasing Avivator as a package too i.e a giant React component? I think this is beyond the scope of Viv. The React components are...
Catching up on this thread. I think I would be supportive of iterating on a generalized gridlayer. We could use the vizarr implementation as a reference point as well as...