-
Some log entries (specifically Statedump entries) may contain binary Protobuf data. Even though we do not have the .proto files, it still possible to parse the binary data (with caveats).
It would …
-
Greetings! I was possibly interested in developing tooling around MHF and also saw the need for a more dynamic way of reading the games client side data. I did have a few questions regarding this proj…
-
I am trying to sign an application written in Java with the following command:
rcodesign sign --p12-file ~/rcodesign/hello2morrow.p12 --p12-password-file ~/rcodesign/password.txt Sonargraph.app
…
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
An Ldtk tileset should handle the case by either:
* rejecting parsing the file,
* skip with a log::error!
* load from an internal asset, stored in the binary
* this option should be feature gat…
-
I am trying to use buildah as library to build images inside container:
`main.go`
```golang
func main() {
// init buildah for re-exec so that we can run as a different child processes
if buildah.I…
-
We should consider providing a way that lets v2 quirks provide a lambda to allow ZHA to parse ZCL attribute state to a different HA state with the parsing being in the v2 quirk.
This should be impl…
-
### Problem
If you're connecting to MariaDB 10.6(.18), dolphie will not succeed and fail with the error;
```plain
Failed to execute query:
/* dolphie */ SHOW BINARY LOG STATUS
you have an e…
-
**Describe the Issue**
In some case a change in the interface and event format will make gateway version and node tightly coupled.
To prevent invalid parsing we should allow ZetaCore or ZetaClient…
-
I was looking through the code and noticed this project does not (yet) support parsing of binary protocols - is that something you want to add support for later? 🙇