hexabyte23

Results 10 issues of hexabyte23

hello, Get this error when trying to build_iso.sh on MacOS -- Configuring done -- Generating done -- Build files have been written to: /Users/thierry/Dev/barebones/machines/default/build Scanning dependencies of target exceptions Scanning...

macOS

I get this error **PANIC: unprotected error in call to Lua API (attempt to index a function value)** inside function dbg_setup() when setting readFunct param, inside function **lua_setfield(lua, -1, "read");**

bug
c API

void Socket::writeJson(const QJsonDocument &document, int statusCode) { QByteArray data = document.toJson(); setStatusCode(statusCode); setHeader("Content-Length", QByteArray::number(data.length())); setHeader("Content-Type", "application/json"); **_writeHeaders();_** write(data); close(); }

Hi, Get this error when try to compile with latest QT 5.11.2 version for MacOS CMake Error at CMakeLists.txt:24 (find_package): By not providing "FindQt5Network.cmake" in CMAKE_MODULE_PATH this project has asked...

Just some comments after load test session on performances 1) My tests have only been be performed on macOS 10.15.4 with Instruments Time profile Apple tool, I have planned to...

Hello, Any plans to direct support Xcode compiler instead of GCC6 for Mac ? Thanks

Hi all I am trying to use overlay text, and got this error videojs-overlay.min.js:3 Uncaught TypeError: Cannot read properties of undefined (reading 'mergeOptions') at T.e (videojs-overlay.min.js:3:558) at T.s [as overlay]...

needs: more info

Hi all, Trying to compile C++ protobuf classes with MSVC 2022 Community, get this : ..\..\thirdparty\Meshtastic\generated\meshtastic/module_config.pb.h(1299): error C2143: syntax error: missing ')' before 'constant' ..\..\thirdparty\Meshtastic\generated\meshtastic/module_config.pb.h(1299): error C2143: syntax error: missing...

Hello all, Is it possible to use FTP protocol instead of HTTP for downloading ? Thanks

Hi all, For win10, Is there a parameter to set to extract an 7z archive with UTF8 filenames ? ``` short ExtractorPrivate::writeData(struct archive_entry* entry) { ... // UTF-8 in archive...