Chris Lowis
Chris Lowis
I clicked the "make this option permanent" button next to an option in the vanity dashboard after I was satisfied that I had enough participants to make the decision. The...
When I type the following code in Canopy: ``` async function fetchData() { const response = await fetch('https://www.webaudioweekly.com/audio/1.wav'); const arrayBuffer = await response.arrayBuffer(); const audioBuffer = await context.decodeAudioData(arrayBuffer); return audioBuffer;...
- [x] enable client side rollbar exception monitoring so we know what's happening when this error occurs - [ ] recover from error more gracefully - [ ] maybe we...
It would be fun to implement ActivityPub support for jam.coop so that users could follow artists (and possibly send them messages) from other social networks. I don't think this is...
There's a couple of improvments to make to https://jam.coop/payout_detail/new - Artists seem to get confused that all EUR-zone countries are lumped under Europe. We should add the EUR-zone members to...
A placeholder for the things we might need to do to support labels. ## Feedback from a label From: https://trello.com/c/ctBz9xK7 We're publishing releases in album format roughly every two months....
It'd be great to allow users to directly listen to their music from `/collection`. What I'd really like to do here is introduce a persistant player that stays pinned to...
I think this standard is used: https://ogp.me/
At the moment we don't show any existing attached images when editing artists and albums - this is a bit confusing for users as they don't know if the image...
It looks like Stripe Connect potentially supports automated payouts to artists: https://dashboard.stripe.com/connect/accounts/overview We'd need some kind of flow to allow a jam artist to connect their account to their own...