Noah Petherbridge

Results 108 comments of Noah Petherbridge

Hi, I don't personally use TypeScript and the definition file was contributed by a GitHub user. If it's out of date, consider sending a pull request with an updated definition...

Re: the runtime detection for node vs. web environment, [the old way used to check for `window` and `module`](https://github.com/aichaos/rivescript-js/commit/b54a6d860da47c284bcd589a24061aa68d320e03#diff-620294db92e29ca51cad08ab38776438L280) before I switched it to look for `process.browser` Something like that...

I can't reproduce this: https://jsfiddle.net/6udj16su/ can you provide an example code that reproduces the bug? It _should_ call your error handler on error. As for the return value... the docs...

Thanks for those examples. I think I know what's going on now: * In UTF-8 mode, the restrictions on which characters can be used in triggers are loosened a lot...

Yeah the RiveScript Playground doesn't come with any default substitutions, those need to be provided by the user. Add: ``` ! sub who's = who is ``` Without this, the...

What does your code look like? Using normal asynchronous ajax requests or things should work fine. (If you're using a blocking network call, that would block your scripts, but most...

A pull request would be appreciated. :smile: I don't use TypeScript myself and the definition file was contributed a while back, and it falls out of date from time to...

This has been asked for a few times and I haven't wanted to try and dig into what the regular expression for this would look like. I know SuperScript.js (a...

For some of your idea examples, a question I have is: would the buttons be attached to a specific `-Reply` or would they globally apply to the entire trigger? If...

To elaborate more: The `` tag would become a proper RiveScript tag that it would parse and make a data structure out of. It would support all the usual attributes...