Patrick Connolly

Results 470 comments of Patrick Connolly

> I'm trying to adapt spleeter to separate dialogue from films. [...] If I can figure this out, it will basically revolutionise fan edits Another use-case beyond fan edits: The...

Heyo 👋 > I was mentioned as @James Nylen, and this translated correctly to Discord as a mention using @jnylen ``` $ github-email nylen Email on GitHub Email on npm...

As for populating discord users, you could copy tactics from how it's done in slack: https://github.com/42wim/matterbridge/blob/8522d8f29cf1625a0d31dab15428600133fe0dba/bridge/slack/helpers.go#L86-L131 And then used in places like this: https://github.com/42wim/matterbridge/blob/8522d8f29cf1625a0d31dab15428600133fe0dba/bridge/slack/handlers.go#L74-L78 Def lemme know if you need...

thanks @nicolas17! Updated issue body with ref

Heh not really sure I'd call these "plans", since I'm not working on anything here atm, but I added your suggestion to the checklist for tracking :) EDIT: but I...

This all sounds super fucking rad @qaisjp! 🎉 It might take a bit to work through all these pieces as atomic feature requests, but my experience is that if you...

Thanks @poVoq! Updated original msg and added your better link :)

Bolt seems cool but I'd really prefer something that continues to work easily on heroku, where I have a few instances running :) I'll think on it. I think you're...

Unless I'm misunderstanding, no heroku service addons offer bolt. Heroku is stateless without a file system, so it needs an add-on provider for its ability to have services (databases, caches,...