Add possibility to configure wrapping length of Dumper-class - #56
Closed
duxthefux wants to merge 1 commit into
Closed
Add possibility to configure wrapping length of Dumper-class#56duxthefux wants to merge 1 commit into
duxthefux wants to merge 1 commit into
Conversation
Author
|
Please note that static getter and setter was added to force type safety |
duxthefux
force-pushed
the
#55
branch
5 times, most recently
from
February 10, 2020 13:33
d7f12cb to
2162d48
Compare
Member
|
Thanks for PR. I have this thing on the TODO list. However, the solution is not so simple, because it is not possible to use static variables in Nette (because it follows the principles of dependency injection). So this will be a little harder to solve. I'll leave it open so far. |
Author
|
hey @dg, any update on this? Happy to hear your opinion. |
dg
force-pushed
the
master
branch
6 times, most recently
from
May 6, 2020 21:27
40d6435 to
f4f1e78
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
May 26, 2020 16:35
c4955b7 to
ea2c8e8
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
June 19, 2020 14:32
53b1239 to
7051954
Compare
dg
force-pushed
the
master
branch
9 times, most recently
from
October 22, 2020 16:12
668af8c to
fc70bcb
Compare
dg
force-pushed
the
master
branch
9 times, most recently
from
March 8, 2021 15:44
a7eb018 to
a892328
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
April 22, 2021 16:28
b54b43d to
7c91b22
Compare
dg
force-pushed
the
master
branch
16 times, most recently
from
August 25, 2021 11:14
d9a6ab6 to
c79eefc
Compare
Member
|
Printer has new property $wrapLength |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #55
See #45 and #55