Boris Glimcher
Boris Glimcher
in my image node was already present, so this did a trick for me ``` + - name: Hack container for local development + if: ${{ env.ACT }} + run:...
@ChristopherHX so is this a recommended workaround for now ? ``` FROM blah... ENV PATH "/home/runner/externals/node20/bin:$PATH" ``` just making sure...
@philippgille if you like the direction, I will continue for the rest of the packages...
@philippgille I'm fine with both hard-cut and mine `WithContext` approach as well I really dislike the `client.WithContext` approach I suggested this PR as I'm not aware of your timeline and...
> Test on Windows (either manually or configure CI to include it) done, see #139
@philippgille what are the next steps ? should I re-base or you taking a different approach ?
@philippgille congrats on the new release! what is the decision on `Context` ?
> Regarding the implementation itself, I like the approach of making the `*WithContext` methods the main one, and the old ones call them with a context they create (some with...
Thank you for calrifications! > * Would you say no additional unit tests are required, as testing the old methods implies calling the new ones implicitly? Correct. Both old and...
> Something else came to mind: With some store configs having a timeout parameter, we should either document that they are completely ignored, _or_ in the `WithContext` methods we could...