Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New content type string #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

federicodotta
Copy link

Added 'application/protobuf' to the protobuf content types

Added application/protobuf to the protobuf content types
- Lot of fixes
- Added URL encoding/decoding after/before base64 encodind/decoding
- Added recursive support for nested messages
- Added recursive import if proto depends on other protos
- Added python compilation for big protos
- Added a filter to search for proto
- Added an option in the contextual menu to decode with protoc
- Last proto used in a tab is saved and set as default for that tab
- Migrated from protobuf ParseMessage (deprecated) to MessageFactory method
- Added a different default behaviour if no proto is selected, executing all the loaded protos (commented in the code)
…rray instead of memoryview, that crashes many deserializations due to incomplete Jython support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant