Dawid Szlachta

Results 20 comments of Dawid Szlachta

I think we can replace Scanner with this: https://pkg.go.dev/bufio#Reader.ReadString It reads characters until the given delimiter (\n in our case) and returns string.

Haha 🤣 @tjayrush you can check if you're tagging me by trying to pronounce the username. If you cannot, it's me. Could this file be YAML? As a new "--file...

This was only a discussion, I think. Let's put on our roadmap.

`pkg.go.dev` automatically fetches tags, right now it's up-to-date with 0.37. I'm not sure if it's possible to push code without tag (or if we want users to use such code...

@tjayrush the error happens because it is invalid in current JS to put `await` outside of a function. Maybe you could try wrapping your code into a function that is...

I'd add printing values, too: `chifra config settings.indexPath` => `/some/directory` It would make our docs and communication with the users easier, because instead of telling them to "check where your...

@tjayrush is the description above correct?

Interesting idea. It'd actually work like http://pokt.network - maybe we should investigate it? We could start small with just a tutorial on how to use Pokt with TrueBlocks, so the...

Adding this comment after our discussion about supporting multiple parallel and/or backup RPCs. I think it will be easier to start with backup RPCs and then allow parallel connections. What...

I think I should wait until your changes are merged?