Pinku Surana
Pinku Surana
In my use case, I want to start several containers that handle my testing infrastructure: test drivers, logging, monitoring, alerting, etc. I want to use `blockade` to start and manipulate...
Similar to Python's Mock class [here](https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock.side_effect). I can't figure out how to do this with Waffle. For example, I want to mock a UniswapV2Pair to force removeLiquidity to have different...
Most HPC systems use [Environment Modules](https://github.com/cea-hpc/modules) to load libraries. Therefore, the ROCm libraries are loaded explicitly by version: `module load rocm/5.6.0`. On the systems I've used ROCM_PATH is defined as...