seneca icon indicating copy to clipboard operation
seneca copied to clipboard

A microservices toolkit for Node.js.

Results 125 seneca issues
Sort by recently updated
recently updated
newest added

Capitalize Seneca to make the overall headers' sizes consistent

foo__actionName_123 plugin: foo

feature

seneca.throw - throws an Error signature: (code:string, details?:object) seneca adds markers, plugin, msg, etc

feature

fix should not pollute prepare+destroy patters

allows plugin names to be valid JS identifiers For example: @seneca/gateway-auth should be findable via: `@seneca/gateway-auth` `gateway-auth` `GatewayAuth` and with tag: `@seneca/gateway-auth$foo` `gateway-auth$foo` `GatewayAuth$foo` is this a convention? warning if...

In the preload function, the shared object ins't created yet. Example: ```js async function preload(seneca) { // seneca.shared is null seneca.shared = {}; // Need to manually boot seneca shared...

bug

We just noticed there was some movement after an eternity :p however the latest changes break things quite horribly. We get tons of errors and crashes, so I guess you...

bug

Refers to #857 Signed-off-by: Tobias Gurtzick

bug
investigate

Similar to Seneca.context, Seneca.plugin See https://github.com/senecajs/seneca/blob/master/test/xward.test.js#L52 - remove need for `peract`

feature