Martin Ek
Martin Ek
Hi, that's a really cool idea! Aren't snippets ignored at the moment though? Since snippet messages have a `subtype` of `file_share` they should be ignored by this: https://github.com/ekmartin/slack-irc/blob/master/lib/bot.js#L99 Would love...
@xusiyuan841028's workaround fixes `CocCommand prettier.formatFile` for me but format on save still doesn't work—any ideas? The log says: ``` [handler-format] - Format provider not found for file ```
Would be nice if you could import Legend and use it directly as well, like with https://github.com/react-d3/react-d3-core So that you could add legend to for example a PieChart.
Hi! Sorry for the extremely late answer. I'm a bit unsure about this one, as I'm a bit concerned about adding a listen port to an application that doesn't have...
Is the reason you want to hide the Slack username that you're trying to use Slack as an IRC client? If so there's a section in the README about that,...
Ah, I see - you want to make the contact from your team's side anonymous. I'd be open to adding an `ircMessageFormat` configuration option that would default to ` $message`....
Definitely, looks like you're moving in the correct direction in your fork. Removing the subtype filtering completely will make it include channel joins/quits too though (see https://api.slack.com/events/message). I guess for...
There's a lot of open node-slack-client pull requests that slack-irc could use, so I'm afraid relying on a single of the forks wouldn't help much in the long term. Hopefully...
Yep @pmclanahan, rewrote slack-irc to use version 2 [a while back](https://github.com/ekmartin/slack-irc/commit/210888a490cabe3be4d303910f85f6f944d7c9ec), but there was some stuff that needed to be fixed first. Think it should be good to go now...
Sorry for the delay, but slack-irc has now been released with version 2 of node-slack-client (slack-irc v3.7.8). This means that this issue is solvable, but I'm a bit unsure about...