Altug Sahin

Results 10 issues of Altug Sahin

`RegisterUser` only validates username and email rules. It is possible to register user with ``` POST /api/users { "user": { "username": "homer", "email": "[email protected]" } } ```

Cloned master branch but does not build with this error: ``` error: failed to load manifest for workspace member `/Users/asahin/Code/sandbox/async-graphql-examples/models/starwars` Caused by: failed to load manifest for dependency `async-graphql` Caused...

Do you have a saga implementation planned?

enhancement

Hello, I am using this great library with typescript and VS Code is warning about missing declaration file.

Can u please add event and command versioning into the demo please? By versioning I mean as event/command messages are bumped, how would old events would be upcasted while processing...

documentation

## Description A EventStoreDB implementation of the `PersistedEventRepository` trait in `cqrs-es`. ## References - http://www.eventstore.com/ - https://github.com/serverlesstechnology/postgres-es

enhancement

This template creates two services: - rabbitmq-cluster (5672/TCP (amqp) 5672) - rabbitmq-cluster-balancer (15672/TCP (http) 15672 and 5672/TCP (amqp) 5672) How do i expose the 5672 to external traffic? I created...

When I execute `Cargo test` shortcut here ``` lvim.builtin.which_key.mappings["R"] = { name = "Rust", r = { "RustRunnables", "Runnables" }, t = { "lua _CARGO_TEST()", "Cargo Test" }, m =...

### What happened? I asked cline which model it is using, it responded with Claude even though i setup DeepSeek in the settings. ### Steps to reproduce **User:** are you...

bug