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

'lambda@edge timeout' error occurs when polling data continuously and requests stop for some time STR: 1. Open Dashboard Projects page with several not empty projects ( ask for an invitation...

bug

**Is your feature request related to a problem? Please describe.** Deno and Edge functions are becoming more and more popular with services such as Supabase functions now using them. Im...

**Describe the bug** Read-model projection Init handler eliminates errors if one occurs. **To Reproduce** Create Init handler with erroneous behaviour ``` Init: async (store) => { await store.defineTable("abc", { indexes:...

**Describe the bug** I am working with tutorial https://reimagined.github.io/resolve/docs/tutorial/ and finished the https://reimagined.github.io/resolve/docs/tutorial/#lesson-2---read-side---create-a-read-model-to-query-shopping-lists step. I created several entities using this command: curl http://localhost:3000/api/commands -H "Content-Type: application/json" -X POST -d @createShoppingList.xml...

**Describe the bug** I am working with tutorial https://reimagined.github.io/resolve/docs/tutorial/ and finished the https://reimagined.github.io/resolve/docs/tutorial/#lesson-2---read-side---create-a-read-model-to-query-shopping-lists step. I started the resolve server: 'yarn dev' Then I tried to get data from my read...

When I navigate from a page that has a view model-connected component to a different page that also uses a view model, the `useReduxViewModel` method on the new page tries...

bug
severity: moderate

Usage on the client-side is not documented at all. API handlers description is wrong: e.g. getFormUpload endpoint returns not an upload path, but the object ``` form: { fields: {}...

severity: moderate
docs

We find ourselves calling `store.insert` sequentially or in a cycle more and more often. If we had a `store.insertMany` method that would insert a collection of rows with a single...

enhancement

* [React-router-config is deprecated #2227](https://github.com/reimagined/resolve/issues/2227)

fix