Domagoj Kriskovic

Results 11 comments of Domagoj Kriskovic

1. `timestamp` is an optional property of a domain event, `commitedAt` is an "implemetation detail" used so I can get some kind of ordering in dynamo. They can even be...

Hello @lupuszr I'm glad you like the project! Unfortunately I'm not really using it myself since I mostly switched to a "backend side of web", so yes, you can say...

Could someone please make a simple repo (or just a snippet) where I can reproduce the issue? I've tried selecting `button` using ["simple example"](https://github.com/recyclejs/recycle/blob/master/examples/simple/src/Timer.js) and it seems to work as...

@edunuzzi You should define your jsx views as functions. so instead of ```javascript view: () => loginPageView ``` ```jsx export const loginPageView = Entrar ``` try using ```javascript view: loginPageView...

@italonascimento can you paste a snippet of a complete (or stripped) recycle component you are using and I will try to reproduce the issue in react native

I'm not very experienced in React native, but as I can see, there is no native `Button` component so you can't listen to `onPress` on it. This is done by...

c/p from slack: I've moved docs from guides to cli, rulestes, functions and formats packages and adjusted some links for it. But guide is broken for now since I don't...

Hi there! When serverless framework "service" is used, the extension runs what you define in "print command". "stages" are used only for figuring out which logs to show, so only...

If you use the same functions in all stages (which is the usual), then all 3 stages should work even tough your print command defines only one. But, if you...

This is now possible by manually editing `.vscode/settings.json` file, but I agree there should be an easier way.