-
-
Couldn't load subscription status.
- Fork 19
feat: fields and message expansion feature #320
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #320 +/- ##
==========================================
+ Coverage 80.59% 83.37% +2.78%
==========================================
Files 41 42 +1
Lines 12028 13854 +1826
==========================================
+ Hits 9694 11551 +1857
+ Misses 2334 2303 -31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2261945 to
df95c31
Compare
481cb5f to
926ce87
Compare
926ce87 to
5e62dee
Compare
|
This feature looks incredible! Is there any ETA on it landing? Keep up the great work. |
|
@zx8 |
Description
This pull request adds the ability to expand fields and messages.
nevercompletely disables field expansion, even if multiline fields are found.inlineexpands only multi-line fields as-is (inline) without any prefixes or formatting.lowuseslowexpansion settings profile, which minimizes expansion.mediumusesmediumexpansion settings profile, which provides an optimal balance between readability and density.highuseshighexpansion settings profile, which shifts the balance towards readability.alwaysexpands every field regardless of its value and expands the message if it is multiline.The default mode is now
medium. To keep the old behavior, use theinlinemode.Demo