h5rdly
h5rdly
Honestly, I'm not sure how to approach this, except perhaps that the select() module might come handy - http://stackoverflow.com/questions/12194701/asynchronous-sockets-with-select-python That question was asked a while ago, perhaps asking in stackoverflow...
When you download clang binaries for Windows from here - https://releases.llvm.org/download.html They already come with a compiled lldb - that works! Well, kinda, you need to downoad a python dll...
My apologies, I'm new to C++ and forgot this is not a header only library. In a folder named check, I put `simdjson.h`, `simdjson.cpp` and `check.cpp`: ``` #include "simdjson.h" int...
@jkeiser With the same setup, if I run : ` clang++ -std=c++17 -o check.exe check.cpp simdjson.cpp` I get: ``` simdjson.cpp:2411:20: error: use of undeclared identifier '_mm_clmulepi64_si128' __m128i result = _mm_clmulepi64_si128(_mm_set_epi64x(0ULL,...
I'm on: Windows 10 Pro N 64 bit OS / CPU Version 1903 OS build 18362.778 I used the [community VS installer](https://visualstudio.microsoft.com/vs/preview/) to install 3 components that I understood were...
Any luck with the dark theme? only program that's still burning my eyes :(
Sounds good. Since you brought up "GUI Toolkit X Hell" type issue, thought I'd mention nanogui - https://github.com/mitsuba-renderer/nanogui I was looking for something small that uses OpenGL (And not a...
Reinstalled Windows, all apps are either auto-set to dark as per the system or manually toggleable (i.e the anciently designed Total Commander). All but picotorrent :/
Fuck it, I'll just use subcases without indentation :) Is it possible to add another hierarchy over TEST_CASE, something like TEST_SUITE? That way I can make all my (unindented) tests...
Any luck with an official REPL so far?