İsa Mert Gürbüz

Results 40 comments of İsa Mert Gürbüz

I have to use Mac for my daily job, so I looked into this issue. I replaced stream functions with their file counterparts based on the comment that the esqlite...

> You mean also replacing the implementation around them, right? Yep, I will prepare a PR soon and we can discuss there. > I haven't used the package myself in...

> I would idealy need some feedback from other users, as well. Yep, I see. That's the right choice, the fix might not even work for others because I prepared...

I had problems related to this too. This project seems inactive. Meanwhile I advise simply changing all `jq -r` strings with `jq -j` in `ob-http.el` file. If you installed the...

Hey @jsilve24, are you using emacs-slack with `xoxc` token? If that's the case, emacs-slack does not support file downloads with it. Can you try my fix on #559 and check...

@jsilve24 Can you try the `fix-curl-downloader` branch in my repo? `master` branch has some other stuff that is specific to my workflow and the changes for the image fix is...

Great! Also thanks for testing it.

For the time being, I did the following change to the `slack-conversations-list` function to exclude public channels from the results: ```diff @@ -284,10 +284,10 @@ (channels nil) (groups nil) (ims...

> wee-slack's fix for this: https://github.com/wee-slack/wee-slack/pull/857 > I don't currently have time to figure out what they're doing and implement it here, but maybe that'll help someone who does. @ieure...

> I'm also getting authentication errors. I'm trying to authenticate with clojurians.slack.com: > > My register command looks like > > ```emacs-lisp > (slack-register-team > :name "clojurians" > :default t...