Kolja

Results 5 comments of Kolja

If I'm debugging a series of request it's helpful to start with a clear list of request. And also after a fix I don't want to see old failed request.

You can comment out this line in the CMakeList.txt ``` set(${flagVar} "${${flagVar}} -march=core2 -msse2") ``` Than I was able to compile it. But the Lib is still only build for...

Hi @douglaslassance I have a working build. Here is my diff https://github.com/pinguin999/ShaderConductor/commit/08d2ff174039e23ed432d0c5d1c00c9ec043482b

Hi here is an other "hack" to fix the problem with `rest_framework`'s `SimpleRateThrottle` without changing `rest_framework`'s code. ``` simple_timer = 'rest_framework.throttling.SimpleRateThrottle.timer' with freeze_time(now) as frozen_datetime: with mock.patch(simple_timer, return_value=time.time()): ``` Hope...

What's the status of this? Is it already possible to have files / buckets with public access? If so please link me a step by step guide. I want to...