Benoit C. Sirois
Benoit C. Sirois
All tests pass on python 2.7 and 3.4.
**Describe the bug** Trying to build Artisan Roaster Scope on a macbook with M1 processor fails. System specs:  **To Reproduce** 1. Clone project with git 2. pip install -r...
So I have a simple view that returns a MongoDB dataset: ``` python def region_selector(request): return { 'regions': Region.objects.all() } ``` But since I added a **unicode** method to my...
### The issue: Hello, I'm trying to run qtile on a ASUSPRO. I'm running Debian unstable, and manually installed the `mesa-amber` mesa drivers so I can use i915 mesa drivers....