Vahag Dudukgian

Results 26 issues of Vahag Dudukgian

I have a use case where I'm treating points in my shopping cart as a custom currency. Would be great to give the user the ability to initialize/configure with custom...

Is there a built-in mechanism for currency conversion arithmetics?

const obj = { a: {b: 3} }; const value = get(obj, 'a.b', {default: 0)); // value equals -> undefined const value = get(obj, 'a.b', 0); // value equals ->...

bug

Here is an example of current error message: `The 'email_address' field must not be empty.` Is there a way to pass field label into schema so the error message is...

enhancement
good first issue

I'm getting a 500 error code for ServiceNotFoundError while using express in middleware mode(settings.server = false). I experienced this on both 0.9.0 + 0.9.1. Moleculer docs state this should be...

How well, if at all, does this framework integrate with AWS Lambda? Some examples or explanations of approach to build a custom transport would be much appreciated.

feature

node-sass doesn't install properly on m1 mac. i don't see any reference to this module within entire moleculer-addons repo. Is it safe to remove from devDependency in moleculer-mail package?

I'm looking for some direction on how to log graphql related errors while also adding relevant information from the req object. I'm able to log the error object using the...

The ability to override makeExecutableSchema in the service is a great feature that opens up possibilities of doing interesting stuff like schema stitching, merging, etc. However, it would be much...

Currently, postgres upsert only takes primary keys into consideration for generating ON CONFLICT statements. It would be helpful to also be able to upsert against unique fields. One solution would...