Anton Gushcha
Anton Gushcha
I tried to use `callCabal2Nix` and got the following linking errors. ``` ../lib/.libs/libsasl2.a(dlopen.o):(.data.rel+0x10): undefined reference to `gssapiv2_server_plug_init' ../lib/.libs/libsasl2.a(dlopen.o):(.data.rel+0x28): undefined reference to `gssapiv2_client_plug_init' collect2: error: ld returned 1 exit status make[2]:...
**Expected behavior** I have a segwit blinded p2wsh address with: ``` unblinded_address=ex1qf000vr35slcvgrus2qpkqn8ccn7z3hn72uygy4qspghrnc80cflqa2ynaw redeem_script=52210209e67ac042dfd0b6de4f5829633abe1fd454cc4d28e1cd02d579f5aa9bf0b49521035e39052a6f3245d5f1eea824ddb393b07b181bc728c956c4728dc6ed088628402103c7f33f55a5ca147a58b5a0d3cd1e2cda845fc76015548e9d0d847ce1fc1fb1ec53ae descriptor=wsh(multi(2,0209e67ac042dfd0b6de4f5829633abe1fd454cc4d28e1cd02d579f5aa9bf0b495,035e39052a6f3245d5f1eea824ddb393b07b181bc728c956c4728dc6ed08862840,03c7f33f55a5ca147a58b5a0d3cd1e2cda845fc76015548e9d0d847ce1fc1fb1ec))#ru8mha3q blinded_address=lq1qqd45tcekmy6asgfyvklkjms4eet0u47mzw7ugc5avmdd2rmj73y6hze39m2f53wp2mlg0dmruup0ca2fgr3uu43rffdj8yuda ``` And I want to spend the following unspent output from the address: ``` [...
Tried to implement deffered rendering, hit the following: ``` haskell windowSize = V2 (Uniform "windowWidth") (Uniform "windowHeight") :: Vec 2 Int renderFrame $ let texture = Texture2D windowSize . PrjImageColor...
Refers to: https://github.com/haskell-distributed/network-transport-tcp/pull/50 It is not clear how to migrate from previous version to new `createTransport`. What should I pass to `(ServiceName -> (HostName, ServiceName))` to preserve old behavior?
Windows 7 x64 Haskell platform 2014.2.0.0 network-transport-tcp-0.4.1 Target TestQC with flag `use-mock-network`: ``` C:\dev\haskell\aerospace_game\network-transport-tcp-0.4.2>cabal test TestQC Re-configuring with test suites enabled. If this fails, please run configure manually. Resolving dependencies......
I loves optional fields feature, but having two different types of JSON is tedious in web projects. Is there a possibility to add sub configuration to use vibe.data.json instead of...
Fail to compile with GHCJS due `network` dependency. Possible workaround is cabal flag that disables parts that are depend on network package. Log: ``` building '/nix/store/b588qzd6346b74w0lxzxch4dl65hlhvg-cabal2nix-auth-api.drv'... installing these derivations will...
If you try to compile the package with GHCJS (for instance, for generation of frontend from servant API), you will get: ``` error: no C compiler provided for this platform...
Report from user received by email: ``` java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "getrandom" referenced by "/data/app/org.ergvein.wallet-1/split_config.arm64_v8a.apk!/lib/arm64-v8a/libHaskellActivity.so"... at java.lang.Runtime.loadLibrary0(Runtime.java:977) at java.lang.System.loadLibrary(System.java:1530) at systems.obsidian.HaskellActivity.(HaskellActivity.java:40) at java.lang.Class.newInstance(Native Method) at android.app.Instrumentation.newActivity(Instrumentation.java:1079) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2632)...