lazy
lazy copied to clipboard
Lazy, AI chatbot service.
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 1.1.1 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @peteriman chore(docs): updated fileSync.md...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/dfb24f29-50d6-42be-a5c1-fe3b7420a225/master..snyk-fix-ofejtq) for more details. #### Snyk Project: [cagataycali/lazy:package.json](https://snyk.io/org/cagataycali/project/dfb24f29-50d6-42be-a5c1-fe3b7420a225) ####...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/dfb24f29-50d6-42be-a5c1-fe3b7420a225/master..snyk-fix-0dub7x) for more details. #### Snyk Project: [cagataycali/lazy:package.json](https://snyk.io/org/cagataycali/project/dfb24f29-50d6-42be-a5c1-fe3b7420a225) ####...
if(text.indexOf('T:') === 0) { var a = text.split('T:'); var b = a[1].split('|'); lazy.learn({phrase: b[0], category: b[1]}); chat.say("I've learned - "+b[0]+" > "+b[1]); } else if(text.indexOf('F:') === 0 ){ var a...
Because of the lack of bluebird in this library, you had to promisify nedb from scratch. But basically, you could have used `Promise.promisifyAll(Datastore.prototype);`. On the other hand, request-promise library already...