Joey Cozza
Joey Cozza
Do I have to call the ftp.raw.quit function at some point in the code, or will the connection be closed properly automatically? I have ftp.on('error', err => {...}); should I...
Originally reported here https://github.com/mads-hartmann/bash-language-server/issues/160, and I'm seeing a similar issue with this code ```bash echo $(((5 / 2) - 1)) ```
The getChannels() function no longer returns all channels because the new endpoint is paginated. https://api.slack.com/methods/conversations.list https://github.com/mishk0/slack-bot-api/commit/d3035745805de49678b97c7db24763b07dd9d7e4#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R79