Hamza Faran

Results 37 comments of Hamza Faran

Thanks for the suggestion! I've heard of `vcrpy` but never used it; this sounds like a good opportunity to try it out though.

Can you add a breakpoint on this line and see what __USER_DATA contains? Looks like for some reason that name isn't populated in the dictionary with that ID.

I haven't used that - does this recently merged PR ( https://github.com/hfaran/slack-export-viewer/pull/49 ) have anything you're looking for? Or is the output from that in an entirely different format? If...

Can you try and see if this is still occurring with the latest release (0.7.0)?

> Hey @hfaran just mostly wanted to show you what I worked on. I had to get this out this week for my work. I can fix all of this...

I do not currently have plans to add pagination, but I welcome any PRs or proposals for adding it. This is something I'll consider but it might mean it would...

@semperrabbit That sounds like a reasonable proposal, and I'd welcome a PR if anyone wants to put one up. I could work on this myself, but it's not something I'd...

@brucehvn Can you walk through this with a debugger and test how far it gets? The only thing I have to test with is my test archive in this repo...

Ah, more encoding issues. :) That json.load probably needs an encoding specified, I'll add it.

Would help to add a breakpoint on this line and see what properties `message` contains. Either the name of the property has changed from `"bot_id"` to something else or it...