Noah Petherbridge

Results 15 issues of Noah Petherbridge

I managed to compile wayvnc for Mobian on Pinephone and identified the Debian names of dependencies needed. These can be added to the README for posterity.

GitHub regularly warns me that several dependencies in rivescript-js's tree have vulnerabilities. I have tried on a number of occasions to upgrade all the dependencies, and only end up getting...

good first issue

This could improve all implementations. Posting here for visibility. --- When I was adding Emoji support to my [Aiden bot](https://github.com/aichaos/aiden) I uncovered a problem when using substitutions for so many...

enhancement
cross-version

This is sort of a long term maybe-nice-to-have goal for the JS implementation of RiveScript: rewrite the source code in EcmaScript 2015 (ES6). There's [this gist about migrating from CoffeeScript...

enhancement

From Botmakers Slack: * It seems defining a `> topic` with capital letters raises a syntax error at parse time, and this causes the Promise from loadDirectory, etc. to reject...

The alpha versions on npm should be code-complete and more or less working. The git repo though needs to be cleaned up to update to the 2.0.0 version and remove...

Relevant reading: [Why I Left Gulp and Grunt for npm Scripts](https://github.com/aichaos/rivescript-wd/issues/6) I'd like to be able to drop Grunt as a dev dependency and just use simple npm scripts for...

enhancement

Adds a `make rpm` command that will use Docker to create RPM packages for Fedora. This branch is an experiment to run a "poor man's CI" and build packages without...

Python 3.6 is creating a breaking change to the way `re.sub()` works, in that any unknown escape sequence in the `repl` parameter (a backslash followed by any ASCII letter) becomes...

bug
unicode

It'd be nice if rivescript-go were able to parse and run Python object macros for RiveScript bots, by using the [Python C API](https://docs.python.org/3/c-api/index.html). There are two projects I found so...

enhancement
help wanted