Bojan Delić
Bojan Delić
@mantissaman I did manage to make it work locally with Python 3.9 on M1 chip, with the following steps. 1. install Rust - `brew install rust` - needed for compile...
Hi @gneray I might be interested in this since my use case would require using OSO in multiple services, but I am not sure I quite understand what you are...
@gneray That sounds great. I have not yet made a decision on the overall approach and architecture, but as of now all the options are open (centralized, decentralized, and hybrid...
I believe that I bumped into similar problem. I run pep8 like this: `pep8 . > pep8.out` and in output i get lines like this: `.\myFile.py:1:11: E...` and Violations can...
Great to hear that you are willing to consider `net/context` in the future. One of the reasons why I need it, instead of `gentleman.Context` is ability to cancel request on...
I had the same problem with virtualenv being shared between different projects because they might end up being executed on the same self-hosted runner. `custom_virtualenv_dir` added in #219 helps here...
I had a need for this (well, not a need, just annoyance that running even a single test takes couple of seconds). Since I was not ready to give up...