Nikos Baxevanis

Results 273 comments of Nikos Baxevanis
trafficstars

Which Bitcoin Core version you're using? Also, can you send us the stack trace of the exception?

>I'm a starter dev and don't know how to make a stack trace :( That's totally fine, we're more than happy to help :+1: — So, in your `catch` block,...

That's usually a good idea. So in your example, instead of a `decimal` we could return a user-defined type, e.g. `btc` or `Bitcoin` and then you'd have the information you...

[`createwallet`](https://bitcoincore.org/en/doc/0.17.0/rpc/wallet/createwallet/) needs to be added first in BitcoinLib. (Feel free to send a pull request for it.) Keep in mind though, this is about creating *multiple* wallets, each with a...

So, no [GHCi](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghci.html) (Haskell REPL) experience in Rust?

Something like this seems to be working fine for me so far: ``` find . -name '*.hs' | xargs stylish-haskell -i ```

This looks like an interesting idea :smiley: – I'm just trying to understand how this could possibly work. Assuming a quotation which represents a variable `x` of type `int`: ```...

This [could *probably* be easier through a (hypothetical) Jack integration](https://github.com/jystic/dotnet-jack/issues/47).

:thinking: I can't remember if I've ever seen this fully working anywhere; usually it's working partially―once the edits are non-trivial they won't get picked up and/or the breakpoints will get...