question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

refactor protobuf contentview

See original GitHub issue

Currently 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:closed
  • Created 7 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
s4chincommented, Mar 22, 2017

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.

0reactions
mhilscommented, Mar 22, 2017

Thanks! 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found