Andrew Kravchuk
Andrew Kravchuk
I was able to reproduce with Wine and Mingw using GCC 8.1.0. Looks like Nuklear incorrectly `typedef`s integer types under this environment. This needs to be fixed, meanwhile @GuckTubeYT you...
For the reference, here are failing static asserts: ``` nuklear.h:435:1: note: in expansion of macro 'NK_STATIC_ASSERT' NK_STATIC_ASSERT(sizeof(nk_size) >= sizeof(void*)); nuklear.h:436:1: note: in expansion of macro 'NK_STATIC_ASSERT' NK_STATIC_ASSERT(sizeof(nk_ptr) >= sizeof(void*)); nuklear.h:5772:1:...
I can't reproduce it with `NK_INCLUDE_FIXED_TYPES` macro defined, so looks like the workaround still works. Just to be sure, do you `#define NK_INCLUDE_FIXED_TYPES` before including any Nuklear headers?
Roswell's CI script seems to expect [MSYS2](https://www.msys2.org/) being installed on target windows environment (pacman is its package manager), you might want to explore that.
@quicklisp I'd like to help with whatever I can, is there some kind of group chat to discuss project needs?..
I second this, there is no way for GET-only parameterless endpoint to return 400.
I'm also affected by this in a lot of sites. Using Qtwebengine 6.7.1
@eval thank you! Unfortunately trying to start `deps-try.jar` from the Releases section yields the following error: ``` $ java -jar deps-try.jar Error: Could not find or load main class eval.deps_try...
Oh, got it. Sorry, I'm still new to the Java world :sweat_smile: Trying to run `deps-try` uberjar with `bb`, I'm getting another error though: ``` Clojure tools not yet in...
Just a regular `deps-try`. The command you've provided indeed does start a repl after downloading a bunch of stuff. Running `deps-try` afterwards unfortunately produces the very same error (but the...