Leonardo Santiago
Leonardo Santiago
I intend to get to work on this very soon, most likely directly improving on @ryanpeach's approach.
Very small example that shows this behaviour (using Scott encoded pairs) : ``` run { let new = @a @b @f ((f a) b); let first = @p (p @a...
I'm closing this issue on the basis that this is not a bug per se, but indeed we still need to have a better answer on how to handle client...
Cannot reproduce. The actual error is that it is trying to use an undefined variable: ``` NameError: name 'resp' is not defined ``` But this is not the case as...
I know I'm late to this, but I do not like the approach of this PR. Not only it forces every argument to every logger to be deep copied (which...
Yes, of course. Just give me a sec to read all that 😅
I do think there's a way to fix this without too much trouble. It would be a non backwards compatible change in the sense that the queries would no longer...
I believe one possible solution to this is by waiting for the answer inside the function and directly returning the payload from the `subscribe` call, which would remove the need...
I believe the auto rejoin and the subscribe callback should be two different concerns. I believe that the current callback based design doesn't give the user enough knowledge and control...
Another compelling argument for **2.**: when you have a `Union` of `TypedDict`s, it is very hard to distinguish one from another, as they are the same in the runtime, and...