Efim Bogdanovsky
Efim Bogdanovsky
This was tested against the `master` branch. The following expressions are not caught at runtime for the unterminated end of input: ``` (append `(a) ( ;; -> `(a) (print "hello...
Hi! Thank you for your work on the package. There seems to be an issue with the `--wait-empty-event-loop` option that occurs on versions of Node.js 11 and greater. `lambda-local`, when...
https://github.com/senecajs/seneca/issues/899
Ave! I believe I have discovered a bug. When I create a plugin, use it and pass another Seneca instance as an option to the plugin, the code mysteriously crashes...
It seems like `Seneca.prototype.fail` is ignoring log levels. In the code below, the call to `#fail` will produce the output despite the preceeding call to `#quiet`: ```javascript const app =...
The documentation for the `fail` method is currently missing from this page: https://github.com/senecajs/senecajs.org/blob/master/src/pages/api/index.html.ejs#L119 This is how the page looks in production: https://senecajs.org/api/#methods
How-to: `cd` into the project dir and run: ``` $ npm test ``` This will generate the `test/coverage.html` file. Please commit the file and submit the PR.
Currently it seems like the mongo-store plugin does not support passing your own Mongo instance to it. I was thinking it would be a potentially handy feature. Especially if you...
Work In Progress. The solution depends on changes https://github.com/fastify/fast-content-type-parse/pull/11 Refs: https://github.com/fastify/fastify/issues/4583 #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included...
This draft presents two tests, that have to pass. However, on the 3.x branch (v3.30.1): - the prior stack test FAILS - the decorator this-ref test PASSES Interestingly - on...