Boris Nagaev
Boris Nagaev
Problems: - `-lmemcachedutil` is included to *.pc file, but doesn't exist - tests and examples don't build
I'm getting this error on non-NixOS Linux. Adding myself to `trusted-users` didn't help. ``` nixpkgs-update: nixpkgs-updateLhHPCL/sideswap/2025-07-31.log: withFile: does not exist (No such file or directory) ``` I ran `nixpkgs-update` under...
I think there are several sub-questions in this issue: 1. can inbound fee be positive? 2. If someone tries to route a payment in a channel and out a channel...
I propose making the formatting style easier to configure, with options such as: - Two columns with aligned and properly wrapped descriptions, similar to the "Solution description" example or `curl...
How can this be fixed? Possible solution: - save current value of LUA after successful installation - compare current value of LUA with saved value (if it exists) and rebuild...
@tonytheodore the problem with lua/luajit is that they are not fully compatible. Current Lua version is 5.3, but LuaJIT is compatible with lua 5.1, not lua >= 5.2. If package...
> Are these two packages always static or have we just not gotten around to enabling shared builds? I think, the latter. On Debian, luabind and luajit are available as...
Package `keepassx` installs the following files and directories for target `i686-w64-mingw32.shared`: - i686-w64-mingw32.shared/bin/KeePassX.exe - i686-w64-mingw32.shared/bin/QtCore4.dll - i686-w64-mingw32.shared/bin/QtGui4.dll - i686-w64-mingw32.shared/bin/QtXml4.dll - i686-w64-mingw32.shared/bin/share/ - i686-w64-mingw32.shared/installed/keepassx
@pavelvat, agreed with `$(PREFIX)/$(TARGET)/apps/$(PKG)`. Given files of different applications scattered over `bin`, `bin/share` and `share`, it is not easy to collect all files of a single application. > https://github.com/mxe/mxe/pull/1165/files#diff-17d9a471cc45b22771072c4634dc97d9R20 Why...
@TimothyGu, `bin/share` seems to be an error of current keepassx installation. It should be either `apps/keepassx/share` or `share`. I don't know how to tell keepassx to look for images in...