Vladislav Fursov
Vladislav Fursov
Thank you very much for the review, I will make corrections as soon as possible. 1. Yes, you're right, it was a reference to "protolint", I think I'll change the...
@Antonboom if you have the opportunity, could you review it again? 1 - Renamed to `protogetter` 4 - Now the messages look like this: ``` avoid direct access to proto...
1 - We can't use https://pkg.go.dev/go/types#Implements because it would make us depend on `google.golang.org/protobuf`, which would also force `golangci-lint` to do the same. 3 - - I'm not only using...
Thank you for your interest in the project. I think we can make an optional setting for this case. I'll see what I can do as soon as I can....
Hi, thanks for your interest in the project! I thought about this, but there might be a problem, what to do with the remaining bits? Just ignore them? Now, as...
Thanks for the detailed description! Yes, I would be glad to see an example. Is there an example of some open/popular protocol/data using bit offset? I think we can add...
I thought about what functionality is needed to introduce bit-offset: - BE/LE tags should behave like MSB/LSB when working with bits (or add explicit aliases?); - Support for signed numbers...
Hello, thank you for your interest in the project. Could you show the code (before the fix), which after the fix no longer works? Since you provided code from a...
Now I understand. I’ll think about how to solve this problem, but here the field is already beyond what protogetter scans. At this point, if you really need nil in...