Ondrej Balaz
Ondrej Balaz
Hi, I am interested in fixing this (already raised a PR which I believe addresses the issue) as it blocks me from using Chocolatey internally with our installers (that behave...
@gep13 I'm sorry to tag, not really sure what is process here to get the PR reviewed and eventually merged.
@majkinetor I am sorry to tag, but is there anything I can do to have this PR reviewed and eventually merged? Is it just there's not enough reviewer bandwidth or...
@gep13 is there anything from my side I can do to have this fix merged?
@pauby Thanks for clarification, since there were earlier replies from assignee, particularly this one: > Yip, happy to accept a PR which addresses this problem. I thought this issue is...
@jclsn Do I understand correctly #640 allows to send custom message asynchronously but there's no way to process response as there's currently no way to pass custom callback and pre-set...
@jclsn got it, I proposed change in #663 and also proposed to have both sync and async variant.
I was wondering if it would be any useful to have also sync and async variant of RequestCustom (e.g. `RequestCustomAsync`). With these two virtually any missing/niche functionality can be done...
@jclsn Thanks for review, I agree with you. I like approach with `*Cb()` callback variant. Also I changed the non-callback to just call callback variant providing original `WorkspaceExecuteReply` so that...