Omar Tawfik

Results 70 comments of Omar Tawfik

@epompeii Unfortunately I'm not able to see it on the latest release. The usual text log is printed: ```bash $ bencher --version bencher 0.4.19 ``` ```bash $ BENCHER_API_TOKEN='XXX' bencher run...

I see. Thanks for the clarification. In that case, I have a couple of tiny suggestions if you would like: 1. adding a `clap` `conflicts_with` between them, so that it...

@stuartleeks can you please advise?

An optional flag would work perfectly. This is similar to how GitHub allows passing secrets between workflows, via `jobs..secrets.inherit`: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit > Use the `inherit` keyword to pass all the calling...

@bamurtaugh I have implemented the feature via `inheritEnv` as you suggested above in #295 .. Please let me know if there is anything else needed.

Thank you for working on this. We are also running into this issue. cc @r0qs for code review if you don't mind.

@alecthomas any thoughts on finalizing/merging this? Happy to dogfood/provide feedback once it is released to stable.

@alecthomas one last ping :) thanks for working on this!

@Andarist I see. Thanks for confirming. > should it work or should it error in a visible way like @jcalz is suggesting? Is there a technical reason that prevents the...