Alex Wolden

Results 16 comments of Alex Wolden

Thanks for calling this out @netzkind. This simple fix: #99 should resolve this issue. I will publish it soon.

I agree an option flag is an easy implementation and guards against compatibility issues. I will can have a PR in tomorrow for the change unless @SimenB can get a...

Hey @idanh, thanks for the feedback. I like the idea of having a more sophisticated circuit closing mechanism. I agree completely that using an arbitrary timer is a rather naive...

@idanh There are a number of improvements that need to be made, but I don't have any immediate plans for a V3 release, it largely depends on when I have...

That would be nice. I will flag this as an enhancement that anyone can pickup and PR the library. I'm curious: why do you have to update the timeout on...

I agree it is higher than one would normally want it, but I would be hesitant to change it in a non-breaking version and have it inadvertently change the behavior...

Hey @idanh, There are 2 issues here that I will address separately: **1. The use of `.apply` when executing the service function.** This is a by-product of having to proxy...

Hey @pauloballan, that definitely shouldn't be happening. Can you give a code snippet of your implementation that I could look at? Thanks, -Alex

I don't see Hey @pauloballan thanks for sharing the code. Based on this I don't see where a fallback is being defined. Normally a fallback is defined via `brakesInstance.fallback()` or...

Hi @DavideDaniel, thanks for looking into this and submitting the PR. I looked at transpiling this when it was first made, but the major use case is for server-to-server communication....