Results 10 comments of Robin Monjo

@gleborgne I have exactly the same issue. Did you find any solution ?

Thank you very much 😊. You spare me a night of digging !

Ok if we put it under `Coincoin.Blockchain` we should auto alias it in coincoin so people don't have to type `Coincoin.Blockchain.command` every time. [Looks like it's doable](https://niallburkley.com/blog/preloading-aliases-in-iex/) not sure if...

Sure we could extract the P2P part too. But this won't have much value by its own without the blockchain logic on top of it. Blockchains are ran on a...

Hi, I'm sorry I won't be able to help, I don't know anything about i2c. `explore-nfc poll` just write on the stdout the bytes it reads from the card. Note...

No I haven’t. This is weird, never faced a out of memory issue on a laptop. > Le 2 janv. 2018 à 08:53, Xiaogang Zhou a écrit : > >...

Hi, The UID of the card is printed out during the loop on line 250. The content of the card is printed on line 284. There is 2 loops here,...

Ok, indeed, the only line where `bLength` may change is the line 240 apparently. However the function call, line 240, use a reference to `bLength`, so it might give this...

Hi, This code can only read write mifare ultralight tag. However, it might not be too difficult to make it works on other tag types. As for counting, this C...