Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
This looks like a bug - did they just recently add `markdown_text`? I think the change should go into https://github.com/dblock/slack-api-ref/blob/eb27145fe0d79fc3901de9fa4823f038bf3b88db/methods/_patches/chat/chat.postMessage.json#L4. There might be other places where this needs to be...
What's the call stack of that error?
Walk the code under a debugger. You'll find an underlying win32 call I believe that is failing, see what is actually being called and with what arguments, maybe it will...
It would certainly be more efficient for me to work on this issue, but last time I had a windows box was 10 years ago. Just trying to help. Debug...
[Catch All Triage - Attendees [1](https://github.com/dblock/), [2](https://github.com/krisfreedain), [3](https://github.com/andrross), [4](https://github.com/gkamat), [5](https://github.com/getsaurabh02)]
I love the end goal: an opensearch-js to be rewritten in TypeScript, and to use a code generator. > Once OpenSearch JS 3.0 is released, we will start rewriting this...
> Having both 3.x and TS clients existing in parallel affords the user some time to modernize their apps. This can be achieved by shipping older versions from a 2.x...
I'd like support for Node.js 0.4. 🤡
@nhtruong Excited to try it! Can we do 3.0.0.beta1 or will the next beta update that tag? I am sure it won't be the first and last beta ;)
I tried the version in https://github.com/dblock/opensearch-node-client-demo and it worked well for the basic search scenario. The issues I'm seeing. 1. This is also a problem in 2.x, but in VSCode...