Dumitru

Results 16 comments of Dumitru

Hi @zac11, you should pass to `when` the function reference, not the invocation: ```ts When(/^I wait for URL to change to "([^"]*)?" for "([^"]*)?"s$/, waitForUrl.waitForUrl); ```

Hi @tsani, I don't remember the exact implementation, but from the source code [here](https://github.com/labs42io/itiriri-async/blob/056dfc3bec5f387c7e2a97412267b89f485cc576/lib/iterators/map.ts#L11) it looks like `map` accepts async functions as well. So in the case of: ```ts (selector:...

Hi @tetienne, thank you! We're using v2 as well and it works fine. But what would be the usage of a fallback workflow? If you need a workflow that is...

Hi @mathewvaughan, this is a good point. I think I missed it because when I first implemented the v1 script, Github was still using `master` as a default branch. In...

@bluEEil sometimes functions require more than 3 arguments to cover the logic. In that case making it _cleaner_ means defining a type that groups all arguments together and make the...

Please translate it in a fork

What about Chinese translation? @beginor you did a great job translating `clean-code-javascript`. Would you be interested in translating the TypeScript version?

Great work @vitorfreitas ! I think there are missing few of important commits in the translation, that have been added over the past few days. What I can't find in...

Great work @beginor ! I've already added the link in translations. Could you please maybe add at the top, or in the translation section at the bottom, a link to...

Great @pipiliang . I'll add the reference.