-
**The error message:**
Message: seneca: The plugin pino uses an unsupported legacy callback to indicate plugin definition is complete: function pino(opts, stream) { ... }. The correct format is: func…
-
Currently,
If you try to do the `get started` tutorial from a simple `npm i seneca` (or `npm i seneca@latest`) you will run into troubles, because it installs `seneca-2.0` and there has been some bre…
temsa updated
8 years ago
-
Using `native$` is broken under seneca@3.4.0. `release` is no longer being passed to the callback.
Before, `handle_result` would be called `apply` with `arguments`: https://github.com/senecajs/sen…
-
After updating npm dependecies to:
```
"express": "~4.13.4",
"body-parser": "~1.15.0",
"cookie-parser": "~1.4.1",
"method-override": "~2.3.5",
"express-session": "~1.13.0",
"s…
-
Crear un vídeo en el que se muestre cómo evitar el típico error de certificados cuando se intenta acceder a [Séneca PDA](https://www.juntadeandalucia.es/educacion/seneca/seneca/jsp/pda/IdenUsuPDA.jsp?…
-
As AMQP is a popular choice of transport and one of the main reasons to move towards robust microservices in node.js, it strikes me as _very odd_ that one of the top npm modules for building them has …
-
![Seneca](http://senecajs.org/files/assets/seneca-logo.png)
> Mesh your [Seneca.js][] microservices together - no more service discovery!
# seneca-mesh
[![npm version][npm-badge]][npm-url]
[![Bu…
-
Running the sample code in the README, I get the following error. It appears that package.json version is used for the plugin tag. This value is 2.2.0 which is not allowed when the tag is loaded. Chan…
-
I have built docker images for i05 iteration using Docker quick terminal in windows 8.1. It built successfully. when i try to run using Kitematic, i get the following error.
```
Code: plugin_load_fai…
-
I'm trying to better understand where to initialize senecajs in an express app that uses existing api handlers managed via swagger.
If i initialise seneca from each api module loaded by swagger then …