Rustam

Results 211 comments of Rustam

Could someone see into merging this? It's a canonical party pooper.

I did a little bit of digging out of curiosity, looks like it happens [here](https://github.com/andmarti1424/sc-im/blob/3372f93c601c205dd28cd9322ec225fca47dfd6c/src/formats/xlsx.c#L314): ```c if (get_conf_int("xlsx_readformulas") && // dont handle shared formulas right now ! (xmlHasProp(child_node->xmlChildrenNode, (xmlChar *)...

Hey @demget, thanks for the response. Apart from dynamic handling, I was using ``` voice.Send(c.Bot(), chat, opts) ``` where "c" is telebot.Context, and "voice" is telebot.Voice. ~When you say "migrate...

Yes, the main reason for this were threads

You can use the combination of: ```shell $ slackdump list channels -b | grep -v 'D.*' > non-dms.txt $ slackdump archive @non-dms.txt ```

But you are right, it would be much easier to choose which type of channel you want to archive, I'll leave this open till this is implemented.

Hey @andonagio , thanks for the suggestion - I'll fidget with this.

Hey @moltar , that's neat! Thanks for the thorough description — I'll have a stab at this.

@moltar I'm playing around with this, and the decoded URL doesn't seem to work anymore. My steps are: 1. Get the QR code from logged in Slack Client 2. Decode...

Released in v3.1.11! Usage: ``` sd workspace new ``` or ``` Main Menu -> Workspace -> New -> Login In Browser ``` Then enter workspace name, and choose "QR Code"