Toby Jaffey

Results 15 issues of Toby Jaffey

Renders incoming polls Votes on incoming polls Compose new polls and send them Update totals when a new vote comes in When a vote ends and it's viewed on Mastodon,...

wont-merge

Added an eventemitter to notify /poll that a notification has occurred. /poll now stalls forever waiting for an event (once an event occurs, app.js repolls after 1s) Adding a notification...

wont-merge

Feature request, support migration to/from Mastodon. From what I've seen, migrating to Shuttlecraft just needs us to add `knownAs` to the account, then we will acquire new followers when Mastodon...

enhancement

Currently, the attachments PR takes the mimetype "X/Y" and names files ".Y". We should validate that Y isn't something like "../" or "/etc/passwd"

I'm working with opusfile on a microcontroller and am trying to speed up seek operations. My application needs to seek to a known PCM sample so uses `op_pcm_seek()`. I can...