Dylan Simon

Results 115 comments of Dylan Simon

I was just independently studying the `zipConduitApp` code and noticed the confusing handling of `finalX` and `finalY` which might explain the problem: ``` go _ finalY (HaveOutput x finalX o)...

If you want to send me logs directly I can take a look, or a coredump/traceback would be ideal. I did get a chance to glance at the logs before...

Ah, this looks potentially straight-forward -- there's a 4 second callback to clear chat typing flags, but if the chat conversation was closed during these 4 seconds, I could certainly...

Can you provide debug logs? Is this a large slack (i.e., #81)?

Can you clarify what you mean by shared channels? Are these just regular public channels? It sounds like the user list isn't getting loaded for some reason. Are there a...

I see... They don't seem to have integrated this into their main api docs yet, but I see some mentions. This seems like a large feature, so I can't promise...

This is great. The only issue is that it may generate a number of requests in parallel, especially for channels with lots of external users, which the slack API doesn't...

On the serialize branch, I've changed the api interface to only do one request at a time, so sending out many requests like this should now be safe. I'll merge...

I think it's actually the slack server converting unicode emojis to `:codes:`. I don't have a great solution for this without some more comprehensive inline image work, unfortunately (see also...

In a very cursory try I'm getting: ``` ==196083== Invalid free() / delete / delete[] / realloc() ==196083== at 0x4C2B06D: free (vg_replace_malloc.c:540) ==196083== by 0x60B27ED: g_free (in /usr/lib64/libglib-2.0.so.0.5600.1) ==196083== by...