CJohnson
CJohnson
## Description I have a .net core project with some unit tests. The unit test framework fails on Linux. ## Steps to reproduce Given this project file: ``` netcoreapp3.1 $(BuildDir)...
I have a linux build agent running on RedHat Enterprise Linux 8. The agent is up and running and I have .NET core installed on it: ``` [me@teamcity-linux-agent-rhel8-1 conf]$ dotnet...
The docs on installing and configuring Atlantis are really super thin, and useless. As a result I try to configure `assume_role`, which then fails at runtime: ## Problem In my...
I have installed snappy via brew and that says it installed fine. But when I pip install python-snappy and then run the following script: ``` import snappy compressed = snappy.compress("some...