Janus Troelsen

Results 142 comments of Janus Troelsen

I think this can be closed, since it is already in Stackage: https://github.com/commercialhaskell/stackage/blob/c3e81248a2b943dd92357297cfa47f04b8d6a327/build-constraints.yaml#L4945

Got this error during "make -j": ``` [ 98%] Linking CXX shared library ../../../../Binaries/libhttplistener_test.dll C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/httplistener_test.dir/objects.a(building_response_tests.cpp.obj):building_response_tests.cpp:(.rdata$.refptr._ZN3web4http12status_codes2OKE[.refptr._ZN3web4http12status_codes2OKE]+0x0): undefined reference to `web::http::status_codes::OK' ```

Why hardcode this when it could be generated with the tools provided in the repo?

I am also on `Version 105.0.1343.42 (Official build) (64-bit)`, and I don't have this issue. I zoomed in until just before the sidebar is pushed down, and you can see...

The two column layout is not the only thing broken in your screenshot. It looks like you have no margins, which doesn't seem consistent with this snippet: ``` @media only...

I can't reproduce this with Cabal 3.6.0.0 and GHC 9.0.1. I did get an error regarding the base bounds, but I think that is not relevant to this issue. So...

@Mikolaj I tested on Ubuntu 21.04.

This is better suited for stackoverflow, and questions like it have previously been answered : https://stackoverflow.com/a/54730278/309483 You also forgot to mention what you have already tried, see http://sscce.org

This is an issue with https://github.com/KZen-networks/multi-party-ecdsa

Are you sure that the wallet daemon is connecting successfully to btcd? If you change the btcd certificate directory, the wallet might not find the certificate. Check the help page...