Stephane Odul
Stephane Odul
The latest binary for macOS is Intel only, will there be a release with native support for Apple Silicon (M1, M2)? Thanks for this useful standalone app.
We thrive to make our unittests very fast through proper targeting and mocking. Unfortunately once in a while a new "unittest" will take over 1m. We would like to capture...
We depend on other package than hvac which strictly require different versions of the dependencies. This is now causing installation failures with pip 20.3: https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies The dependency requirements need to...
**Describe the bug/feature** The Azure SDK ships with copies of the SDKs all the back to 2015, this makes the Azure directory under site-packages to be close to 700MB, and...
We use golangci-lint to unify the linters that we run against our Go codebase. Some of the benefits is that it is faster than running the tools independently, and the...
**Actual behavior** We have a fairly large project and running mockgen takes several minutes. During that time all of the generated mock files get deleted and rewritten. This causes 2...
We do have some tests that generate a **lot** of output, for example we have a json output that is close to 1GB in one of our more complex test...
Related to https://github.com/linkedin/glu/issues/173. When deploying from the console-cli we only have black/white results, meaning we need to manually log to the console and look at the output for cause of...
In our console we have the actions logged in UTC which is very consistent and good. It would be a nice feature if the UI were able to also provide...
Something equivalent to `tail -500 out.log | grep foo`. The current implementation only does `tail -500 out.log`. Highlighting the matching patterns would a be a bonus.