Yassine MADDOURI
Yassine MADDOURI
Hello, This is a followup to #85 I think that it may prove interesting to have a docker build. Most notably, it allows the following: 1. Controlled and consistent builds...
Hi, Its great that Nuklear doesn't depend on globals. However, some of the demos do. This could be a problem if we want to create multiple windows with their own,...
I am currently using this extension with Visual Studio 2019 and I find that the animation is rather slow, even if I set the "Animation speed" parameter to "Fast". Could...
As discussed in https://github.com/vector-of-bool/vscode-cmake-tools/issues/155 , it would be interesting to merge the cpptools-related work into [CMake Tools](https://github.com/vector-of-bool/vscode-cmake-tools). This issue is mainly for discussing the potential problems that have to be...
Hi, Thank you for creating this benchmark. I tried building it on Ubuntu 16.04 64bit with the following config: * gcc 5.4 * clang 5.0.1, from http://apt.llvm.org * cmake 3.5.1...
**Is your feature request related to a problem? Please describe.** I wasn't able to figure out: 1. How to put a (possibly "nested") tab bar on any side except the...
Consider the following code that uses `@neodrag/react` v2.3.1 (and was originally adapted from [neodrag's react demo](https://github.com/PuruVJ/neodrag/tree/%40neodrag/react%402.3.1/packages/react/demo)) ```ts const [position, setPosition] = useState({ x: 0, y: 0 }); const draggableRef =...
As discussed in #3455, there seems to be an issue when building libwebsockets with BoringSSL on Windows using MSVC. The following patch works around that issue by `#undef`ining `wincrypt.h` symbols...
Compiling libwebsockets on Ubuntu 24.04 x64 with BoringSSL and `LWS_WITH_SECURE_STREAMS_CPP=OFF` fails with the following errors: ``` ... [207/316] Linking C executable bin/lws-minimal-ss-hello_world FAILED: bin/lws-minimal-ss-hello_world : && /usr/bin/cc -Wno-deprecated-declarations -Wno-deprecated -Wall...
I'm trying to build a static version of libwebsockets 4.4.1 using * A static build of BoringSSL 0.20250818.0 as the TLS lib * MSVC 2022 x64 on Windows 11 64bit...