Ashish Shubham
Ashish Shubham
@dotslashderek This functionality does not exist. For cases where there is no fixed API server. A user may have their own private installation at a custom domain, which we do...
+1 It will be great to build support for WebComponent based frameworks like `lit-element`. If there is a adapter/plugin API, I am sure the community will jump on to build...
What about when we use this library with puppeteer ? How difficult will be to have webcomponent support in that mode ?
`Option` key on Mac is the same as `Alt`. The JS event is also fired with an `Alt` code. So if you use `Key.Alt`, you should be good. Am I...
+1 to the problem above. The mutation promise should either `reject` or resolve with an error in case of errors.
@srameshr We can only to some extent. Unfortunately, JS closure state is not serializeable. So the `context` wont be remembered.
Hey @yusufola What do you mean by different server instances ? Are you looking for a distributed version ?
@jaambee can you give more details how are you presently using the wit.ai context. You could actually not use it at all and just use `bot-context`. Some details would be...
@ReactUser2 Seems your module loader is not able to identify this correctly. Have you tried ```javascript import Markee from 'markee'; console.log(Markee); // Should have Markee Class Constructor. ```
@ReactUser2 Sorry for being super late, and maybe this is not relevant to you anymore. Did you also try `import * as Markee from 'markee` ?