William Kibira

Results 3 issues of William Kibira

When i start up qhangups from the command line i get `ImportError: cannot import name 'QtWebKitWidgets'` . Is there any way around it ?

Hello, i encountered this issue when i was trying to compile qhttp on my machine . private/httpwriter.hxx:87:55: note: qhttp::details::HttpWriter::writeHeaders(bool) [with TBase = qhttp::details::HttpResponseBase; TImpl = qhttp::server::QHttpResponsePrivate]::__lambda0 TBase::iheaders.forEach([this](const auto& cit) {...

help wanted

After adding and calling `msgpack.h` , compiling the code makes an error ``` /workspaces/call-exchange-service/third_party/msgpack/include/msgpack.h:969:7: error: no member named 'pack' in 'domain::exchange::contracts::registration' [clang-diagnostic-error] [build] obj.pack(unpacker); [build] ~~~ ^ ``` Is there...