You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal: allow one to give a path to an hpack executable rather than using the hack bundled with stack.
Suggestion: include a command line option such as --hpack=<PATH_TO_HPACK>
Use case: we ran into a couple issues with hpack, one of which is fixed on hpack/master and another which is fixed in a PR that is not yet merged. That means we have to wait for both hpack to accept the PR change, as well as wait for the next stack release that bundles those hpack changes. That is a double delay for release cycles. Allowing a custom hpack gives us the freedom to change hpack for our custom needs now and not have to wait for them to be released (which could be months away).
I may look into code changes according to this proposal. I am opening this issue to get feedback on the idea, as well as to double check that I didn't miss an existing option or workaround for this.
Thank you for your consideration!
The text was updated successfully, but these errors were encountered:
Proposal: allow one to give a path to an
hpack
executable rather than using thehack
bundled withstack
.Suggestion: include a command line option such as
--hpack=<PATH_TO_HPACK>
Use case: we ran into a couple issues with
hpack
, one of which is fixed onhpack/master
and another which is fixed in a PR that is not yet merged. That means we have to wait for bothhpack
to accept the PR change, as well as wait for the nextstack
release that bundles thosehpack
changes. That is a double delay for release cycles. Allowing a customhpack
gives us the freedom to changehpack
for our custom needs now and not have to wait for them to be released (which could be months away).I may look into code changes according to this proposal. I am opening this issue to get feedback on the idea, as well as to double check that I didn't miss an existing option or workaround for this.
Thank you for your consideration!
The text was updated successfully, but these errors were encountered: