Dima Pulkinen
Dima Pulkinen
Clarify redis socket path format in the docs (was: Redis server with socket connection not working)
I set up redis with `{ socket = "/var/run/redis/redis.sock" }` and this is the result: ``` ssl_certificate.lua:134: get_cert_der(): auto-ssl: error fetching certificate from storage for www.example.net: failed to parse host...
At the moment, it's not possible to import AMF or 3MF files. Is it a limitation of mayo or OpenCASCADE? AMF references: - https://en.wikipedia.org/wiki/Additive_manufacturing_file_format - https://docs.fileformat.com/3d/amf/ - https://materialseducation.org/educators/matedu-modules/docs/AM_Module-AMF_Format.pdf 3MF references:...
Is it possible to `Model:create()` not just a single row, but several? How do I do it?
These are not implemented in miniz, so it can't be a drop-in replacement in some of the cases. zlib has the following functions: gzopen, gzdopen, gzbuffer, gzsetparams, gzread, gzfread, gzwrite,...
`toe` - table of (terminfo) entries With no options, toe lists all available terminal types by primary name with descriptions. File arguments specify the directories to be scanned; if no...
I haven't yet figured out the exact line or reason why my build broke, but I was able to bisect the exact commit that introduced the regression: https://github.com/zecruel/CadZinho/commit/659d7621a00752d2d18b2917eceea070330d8aa1 I will...
I have tried to build CadZinho with MSVC (VS2019 for both x64 and x86). These are the libraries that I was using: - [GLEW 2.1.0](https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0-win32.zip) - [Lua 5.4.2](https://sourceforge.net/projects/luabinaries/files/5.4.2/Windows%20Libraries/Static/lua-5.4.2_Win64_vc16_lib.zip) - [SDL2...
I have just built CadZinho in Flatpak, it works fine for me. My YAML config is published here: [tpimh/cadzinho-flatpak](https://github.com/tpimh/cadzinho-flatpak). If anyone is interested, please test it and report if there...
With very little modification I was able to build CadZinho on macOS. I will publish my modifications soon, and invite everyone to test the resulting executable in the meantime: [CadZinho.zip](https://github.com/zecruel/CadZinho/files/7492155/CadZinho.zip)....
## Bug report ### Required System information - Node.js version: v16.17.0 - yarn version: v1.22.19 - Strapi version: 4.3.8 - Database: sqlite/postres - Operating system: Alpine Linux edge ### Describe...