Adam Babik

Results 67 comments of Adam Babik

If https://docs.status.im/docs/build_status_go.html covers this case, I think we can close this issue.

Which page on wiki are we exactly taking about?

So I believe we want to add a section explaining how to build a custom status-go on https://status.im/build_status/index.html?

Please leave it, I will handle that. I need to do "docs day" :)

Need to port https://github.com/status-im/specs/pull/72.

+1 I cannot agree that function declaration is an anti-pattern. I even prefer it over the other possibilities because it clearly says that I define a function. Moreover, it's extremely...

@omarzouk would you mind adding a file `RELEASE.md` to your PR so that the CI pipeline passes? An instruction is in [the first comment](https://github.com/strawberry-graphql/strawberry/pull/1315#issuecomment-936840953). I would love this to get...

@patrick91 thanks! I took a closer look and tried the patch but it may result in an exception when `json.dumps()` fails. To merge this PR, at the very least, we...

@patrick91 sure, I should be able to submit a PR early next week :)

> Of the two options you describe, adding a new zap.BinaryHex field is right out: separation of field definition from encoding is a primary design goal of zap. That makes...