Kolja
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...
The files are generated by `halley-cmd.exe import` So first build Halley with the CMake Flag `-DBUILD_HALLEY_TOOLS=1` Than from the build folder run ``` ..\halley\bin\halley-cmd.exe import .. ..\halley\ ```
Thanks for merging this PR. Can you add the missing files to the ggj20 project? https://github.com/amzeratul/ggj20/issues/3
Oh, thanks for approving.
Still Offline :(
I don't understand the problem, but this code part blocks the build with the latest version of emscripten.