Thibaut Barrère
Thibaut Barrère
@julioolvr thanks for your patch, which apparently removes the error in my case too.
Further notes: in my case I'm starting to think this could be linked to the use of keymaster together with bootstrap typeahead.js plugin. I'll see if I can provide more...
Note to self: need to investigate around `clearModifier` (https://github.com/madrobby/keymaster/blob/master/keymaster.js#L87)
I just saw `startPingPump` so now understand that you are doing something similar to node-slack-sdk. Storing the last timestamp into redis could be useful (but then I do realize there...
@bobics I ultimately switched to a more in-house code (for other reasons), and never went much further, so I cannot help you solve this, sorry!
Just curious at this point - did you investigate a bit on what's required to support that on your side? I'm casually thinking about using Elixir to stream via Salesforce...
I would love to know if something like that is possible too, and ideally count the queries (I'm implementing a caching feature in an app, it would help quite a...
I am not the owner, but met the same issue. I'll add more information: - `exjsx` is today marked as `This repository has been archived by the owner. It is...
I wonder if one path could be to "just" stop using `exjsx` and instead use `jsx` directly (or alternatively, use a configurable back-end like started in #154).
FWIW, `ex_aws` has relaxed its dependency on JSX, reducing the trouble a bit for us (and maybe for others!) https://github.com/ex-aws/ex_aws/pull/827