Chris Targett

Results 6 comments of Chris Targett

I suspect the issue lies somewhere around here in `sitetree/sitetreeapp.py`: ``` 535 if not sitetree: 536 if DYNAMIC_ONLY: 537 sitetree = [] 538 539 else: 540 sitetree = ( 541...

I have decided to not-use jsonmodels for my purposes, so further changes to this PR will need to be picked up by somebody else. On 15 May 2017 at 08:37,...

Intel `/proc/cpuinfo` ``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 85 model name : Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz stepping : 4 microcode :...

Ryzen cpuinfo ``` processor : 0 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode :...

Another cause for cache-misses we have theorized to cause issues are API keys. Some of our tests run against 3rd party systems and authenticated via an API key. With each...

> Another consideration is how to handle data types. Would we expect the user to do this? > > ```python > python_tests(timeout=int(Env("MY_TIMEOUT")) > ``` > > That's legal because BUILD...