Sean Cooper

Results 6 issues of Sean Cooper

Implement something like this ``` function onKeyDown(event) { if (event.code === 'MediaPlayPause') alert('Play/Pause'); if (event.code === 'MediaStop') alert('Stop'); if (event.code === 'MediaTrackPrevious') alert('Previous Track'); if (event.code === 'MediaTrackNext') alert('Next Track');...

For each track Objkt we can fetch the price information and number available. This could be presented on the tracks row.

enhancement
feature request

When a user clicks the top-level play button it should toggle the play button of the current track to pause.

bug

The data for each artist's Twitter profile may be available in the metadata fetched from the tzkt.io API. If it is then display the Twitter logo + link on the...

enhancement
good first issue

When a user plays a track the page title in the browser tab could show the current playing track. When a user enters a new wallet address the title should...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** There doesn't appear to be an endpoint interface for Stable Diffusion inpainting models that require two image files, the base...