Miguel Manso

Results 6 issues of Miguel Manso

Is it just me or is stop misleading? Would it be better to have a pause/stop option, where pause "pauses" the timer and stop remove the timer and prints out...

Starting with a preset time: `# golog start task_name 1h30m` Editing an existing timer: `# golog add task_name 1h30m` `# golog remove task_name 1h30m`

Was wondering if anyone has wrangled with implementing an asynchronous EventStore to user with Kafka and other store engines? Could we implement some version of the event store that would...

enhancement

So I have an Email VO that currently maps to: ` "email": { "email": "[email protected]" } ` Is there any way to map this to a single string? Like: `...

Hi. Was investigating this lib to use in a project and ran into some issues with payload registration. Wanted to ask why the use of anonymous structs is even allowed....