Stefan Menzel

Results 7 comments of Stefan Menzel

same for me. `023a3311d6a1680b51ae7fe0d2298999ae1323db6aea9e13eed9a1ab46c8daf282@broemelbude.hopto.org:9735` this seems to be the same: https://github.com/ACINQ/eclair-wallet/issues/73

thanks for the reasearch @xsb i had the same problem. for me the scrape time was 30-50 seconds. i am using a rpi3 for lnd, connected to lndmon running in...

I am also using MSVC 2022 and wanted to try lager, but it seems it does not build anymore. Is anyone still using MSVC and also interested in fixing this?

compiling the tests i get the following errors: `static_assert failed: 'std::function only accepts function types as template arguments.'` `'type': is not a member of 'std::_Get_function_impl'` `'type': base class undefined` `syntax...

Hi, i ran into a similar issue. btcd was running fine for a long time and out of a sudden i also got this orphan block thing. i restarted multiple...

yea i was doing something like this: ``` LAGER_QT(deckModel) =_store[&AppState::deck].map(std::bind(&createDeckModelPtr, std::ref(_store), _1)); ``` with ``` inline DeckModelPtr createDeckModelPtr(StoreType& store, Deck deck) { DeckModelPtr ptr = new DeckModel(store[&AppState::deck]); QQmlEngine::setObjectOwnership(ptr, QQmlEngine::JavaScriptOwnership); return...

i added an assert to test this mistake, there should be no cost in release build. i wanted to add a test for this, but catch2 does not support checking...