refactor protobuf contentview
See original GitHub issueCurrently the protobuf contentview relies on the protoc
compiler to be available as shell command (in $PATH
).
https://github.com/mitmproxy/mitmproxy/blob/75a0a4c09276ef2aa479c9ae9feab97f7803ed6d/mitmproxy/contentviews/protobuf.py
However, it would be much cleaner to directly use the Python API provided by https://github.com/google/protobuf https://developers.google.com/protocol-buffers/docs/pythontutorial
We already have that package as dependency, so why not use it?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Diff - cc51f28953..71e95f9803 - chromium/src - Git at Google
+ // TODO(peconn): Refactor Snackbar to make this a bit cleaner. ... [window setTitle:base::SysUTF8ToNSString(name)]; - [[window contentView] ...
Read more >net 6 - Microsoft Developer Blogs
Refactoring source code files among projects went from a huge chore to being nearly painless. ... and added item templates for ContentPage and...
Read more >chromium.swarm failure in Chromium Swarm on Windows ...
This change is in preparation of the refactor in ... content/public/android/java/src/org/chromium/content/browser/ContentView.java ...
Read more >Xamarin Tools 2021 - Kym's Blog
NET code, that happens to write data in the “protocol buffers” serialization ... library that provides an extended ContentView for Xamarin.
Read more >sitemap-questions-425.xml - Stack Overflow
... -a-free-java-refactoring-plugin-that-can-extract-a-class-includ 2012-07-06 ... -uitableviewcell-contentview-to-fade-upon-entering-edit-mode 2012-06-27 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I asked the KS team about the release date. KS 0.7 was supposed to released this Monday, but was delayed. Now it’s 50% done, shouldn’t be too long.
Thanks! 😃