slack-progress icon indicating copy to clipboard operation
slack-progress copied to clipboard

A realtime progress bar for Slack

Results 3 slack-progress issues
Sort by recently updated
recently updated
newest added

This can't work because it used slacker, which is deprecated: "This repository is archived and will not receive any updates It's time to say goodbye. I'm archiving Slacker. It's been...

``` Traceback (most recent call last): File "/Users/glen/scm/slack/slack-progressbar/pb1.py", line 12, in pbar = sp.new() File "/Users/glen/scm/slack/slack-progressbar/.direnv/python-3.10.1/lib/python3.10/site-packages/slack_progress/__init__.py", line 18, in new res = self.slack.chat.post_message(self.channel, self._makebar(0), File "/Users/glen/scm/slack/slack-progressbar/.direnv/python-3.10.1/lib/python3.10/site-packages/slacker/__init__.py", line 499, in post_message...

Hi. I noticed that even though **total** is set to a value different from 100, the progress bar is always updated like it is set to 100 (when update is...