resolve icon indicating copy to clipboard operation
resolve copied to clipboard

Full stack CQRS, DDD, Event Sourcing framework for Node.js

Results 63 resolve issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Debug Command, Projections with VSCode visual Node debugger **Describe the solution you'd like** * allow to connect to the running...

enhancement

Hello guys, Most of the points below are clear for me now but were not when I started to learn Resolve. 1. Integrate the https://github.com/superroma/redux-inspired-backend/blob/master/README.md article into documentation. Only after...

docs

- aggregate command handler arguments size - event size - post request/response size - get request/response size - view-model size - read-model row size - ...

docs

The name 'fieldList' is missleading because it implies an array of field names. However, the expected format is an object structured similarly to a **projection** in MongoDB's **db.collection.find()**. The [documentation](https://reimagined.github.io/resolve/docs/api/read-model-store/#find)...

enhancement

I need to provide to ViewModel resolver several arguments which are not aggregateIds. I use them to check user access rights and get actual aggregateIds. At the moment I use...

enhancement

In my scenario, I need to execute a command (let's call it `terminate`) if an aggregate is unused for a certain time `t` (i.e., receives no commands). So, I use...

enhancement

All our commands require a JWT that identifies either a user or the app. In case of scheduled commands, we need to pass an app's JWT, but currently it doesn't...

bug
severity: moderate

**Is your feature request related to a problem? Please describe.** I can not start the application in dev mode via Docker, because it tries to open the browser via `xdg-open`...

bug
severity: moderate

https://reimagined.github.io/resolve/docs/api/client/resolve-client/#query There is no any description for method arguments. The example is quite poor. As far as I can see from typings, there are three possible args: ` query: (query:...

docs

**Describe the bug** If two api-handlers share both the same endpoint name and the same http method (e.g. POST), the application fails on start with the error `"POST" already defined`....

enhancement