Outstep Inc.
Outstep Inc.
I see that if the file-server is running then the "Filer" application calls it to serve available files. What about looking at any type of local directory? I'm coming from...
Thanks again and it seems that I am off to a good start in learning ab Mezzano. I'll see how to access #mezzano on irc.freenode.net since I really have never...
Thanks, I just did a re-run and setup again according to your post here and got the same thing: Now I will try to go through the debug process that...
Hello, I was testing out your go-bitcoin-multisig code and replaced "code.google.com/p/go.crypto/ripemd160" with "golang.org/x/crypto/ripemd160" in the go-bitcoin-multisig/btcutils/btcutils.go but I am still getting the same message when I try "go build" /work/go-bitcoin-multisig$...
Actually I was able to get part of it to compile, but am now getting: go build github.com/soroushjp/go-bitcoin-multisig # github.com/soroushjp/go-bitcoin-multisig/btcutils github.com/soroushjp/go-bitcoin-multisig/btcutils/btcutils.go:289:46: cannot use rawTransactionHashed (type []byte) as type [32]byte in...
Hello, It seems that your fork, gason--, seems to work well, but on one json file that I tested ------------------------------- // parsing gason::JsonAllocator iallocator; gason::JsonValue root; gason::JsonParseStatus status = gason::jsonParse(cstr,...