Hervé Nivon

Results 16 comments of Hervé Nivon

Actually, I find `cog` super convenient for some of the projects I'm working on, but I do agree that the UX has some flaws. Glad to find support in the...

Can you provide details or point to specific documentation detailing the built-in queue worker? The README.md says: "automatic worker queues" while the HTTP doc says: "that while this allows clients...

Happy to support here 👋

Same issue here with `0.9.7` and `0.9.8` on Linux.

⚠️ if you face the error `Client.__init__() got an unexpected keyword argument 'proxies'` it is due to the upgrade of `httpx` to the version 0.28. ⚠️ To solve the issue,...

If someone has encountered this issue, please look at the following document. It will save you some time. https://tools.slack.dev/node-slack-sdk/web-api/#upload-a-file This describes the `filesUploadV2` wrapper around the [`files.getUploadURLExternal`](https://api.slack.com/methods/files.getUploadURLExternal) and [`files.completeUploadExternal`](https://api.slack.com/methods/files.completeUploadExternal) methods....