Taras Mankovski

Results 225 comments of Taras Mankovski

No, because it's not the same issue. Our issue isn't that `deno.json` is in a folder. The problem is that it only reads the `deno.json` of the root workspace. The...

I initially wrote it this way but it didn't match the requirements 1. The maxDelay would apply to the entire operation, not only the error handling 2. Retry attempts would...

👍 from me for this proposal. Regarding Scope: there 3 three aspects to it. 1. Operation scope, lexical scope, and the relationship between the two 2. Context - API for...

> Another option would be to just include Delimited Continuation or a link to it from the GitHub README if it's something that's more relevant to contributors of Effection. We...

@cowboyd what do you think about putting this information into the repository rather than the docs site?

Using a release is a good idea and it might be easier. I'll do that

> Do we need the rebuild releases? At the most, it seems like we would need them for 3.0.0, 3.0.1, and 3.0.2 I guess that's true. I was thinking in...

> In that case, maybe it's best to have an executable task in the repo that we can do manually? The setup I have allows us to rerun the job...

> Are the examples below how an average developer would write these implementations in javascript? I don't think so. It would look close to that in Effection because we can...