ksdhans

Results 50 comments of ksdhans

> I suggest to put the -athread stuff into a distinct makefile macro. This could even be automatically depend on gcc version if this really makes sense. But personally, I...

I've managed to manually disable wchar by setting _GLIBCXX_USE_WHCAR_T to 0 in the clib2/bits/c++config.h file. Please update the repository version until clib2 supports wchar.

Just tried the latest clib2. Currently getting the following: struct stat64 has incomplete type struct dirent has no member named d_type (and the associated DT_* macros are missing too) Also,...

Quick question: can we use newlib with C++11 threading? Or is threading clib2 only?

I had a look at the archive in 7z on Windows, and the pipe symbols are still there. Even weirder, those files are displayed as directories.

Would be great indeed.

I've got collection of images working. No pull request yet, because there are no unit tests for it yet. Help creating those would be welcome. https://github.com/SSBMTonberry/tileson/compare/master...ksdhans:tileson:master

I've been getting the same problem on a Raspberry Pi 4 system (so arm64v8). It also says: "Error: Cannot find module '/opt/charged/node_modules/sqlite3/lib/binding/napi-v3-linux-arm64/node_sqlite3.node'" Any progress on finding a soluution?

It looks like the issue might be the Debian image used in the container. See here: https://github.com/docker-library/ghost/issues/157#issuecomment-429403378

How easy/hard would it be to do? I'm not familiar with BTCPay's internals or docker, so have no idea what's needed.