-
The unpacker currently requires the file to return bytes.
```
cdef read_from_file(self):
next_bytes = self.file_like_read(
min(self.read_size,
self.max…
-
I built the master branch (commit 381b1cc930cb1501489ac6993436f81ec491d06e) to work with eos 2.1.0 and found two problems:
1. When I stop fill-pg process and start again, it reports `hex string ha…
aping updated
2 years ago
-
BPO | [26759](https://bugs.python.org/issue26759)
--- | :---
Nosy | @pitrou, @vstinner, @vadmium, @serhiy-storchaka, @ZackerySpytz
*Note: these values reflect the state of the issue at the time it wa…
-
First off. Thanks for the project.
Would you consider adding the ability to specify custom protocol buffer plugins?
-
I'm struggling to understand the principles of how to correctly create multi-layer packets (such as ICMP->IPv4->Ethernet) with libpnet - in particular, how to correctly define packet/buffer/payload si…
-
With https://github.com/swaywm/sway/pull/5063, users have a way to unconditionally enable VRR. However this can cause some flickering on some monitors. Flickering seems to happen on higher-end monitor…
-
## Lapce Version
0.4.0-2 from arch repo
## System information
Endeavour OS with KDE Plasma 6 on wayland, rather freshly installed
## Describe the bug
After installation I was not able to star…
-
Once we have a decent http/2 client library & protocol buffer support added, we should switch to gRPC.
-
Your project is very cool on how it mix Flutter Rust & Protocol Buffer
I'd like to promote it here https://github.com/solido/awesome-flutter
Please send a PR ! Merci
-
https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/TextFormat
TextFormat interacts with the message Interface, while ScalaBuff uses MessageLite. I didn't find a wa…