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

For magic link login scenario we need to set cookie with user email for account creation page now it is possible only via internalRes property

enhancement

This behavior happens with any newly created reSolve project: ``` ➜ npm run dev > [email protected] dev /Users/oliversturm/temp/resolvedemo2 > babel-node ./run.js dev [ Shared client ESM chunks ] Time: 2078ms...

it is impossible now to access Strategy's dynamic properties like _verify, internalRes and others from typescript without casting this to any

enhancement

**Describe the bug** It is considered a bad security practice: http://expressjs.com/en/advanced/best-practice-security.html#at-a-minimum-disable-x-powered-by-header **To Reproduce** Steps to reproduce the behavior: 1. Start an app. 2. Go to the main page. 3. Open...

enhancement

I found the following behavior the other day: * I create a command/projection implementation and a basic read model. * I run the application and start testing by sending commands...

Subject says it - currently I need to integrate eslint myself, which is a hassle. It should be part of templates we deliver. What I do to integrate it is...

enhancement

I'm using this as an example for something that's less than optimal in our packager. There might be other similar issues. I was updating a project based on one of...

Resolves a minor typo in `docs/getting-started.md`

This PR proposes a fix for this issue: https://github.com/reimagined/resolve/issues/2294. The bug as defined in the above issue is summarized as: Creating a new application with a custom-read-model-connector results in the...

**Describe the bug** When creating a new application with the `npx create-resolve-app` command, custom-read-model-connector projection handlers are never called. This occurs with and without a template. It occurs with a...