-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add live updating for any render #382
Add live updating for any render #382
Commits on Oct 10, 2020
-
Set playground folder untracked
Allows for a dedicated area in the project to mess around with code.
Nathan Page committedOct 10, 2020 Configuration menu - View commit details
-
Copy full SHA for fcf3ed6 - Browse repository at this point
Copy the full SHA fcf3ed6View commit details
Commits on Oct 13, 2020
-
Use Progress to generate a Live class to have an updatable render
Nathan Page committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for dd26a3d - Browse repository at this point
Copy the full SHA dd26a3dView commit details -
Merge remote-tracking branch 'upstream/master' into feat/add-live-tab…
…le-proposal
Nathan Page committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 52cc966 - Browse repository at this point
Copy the full SHA 52cc966View commit details
Commits on Oct 24, 2020
-
Merge branch 'master' into feat/add-live-table-proposal
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 133ae93 - Browse repository at this point
Copy the full SHA 133ae93View commit details -
add threading to the live function
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d8df37b - Browse repository at this point
Copy the full SHA d8df37bView commit details -
remove spurious typing auto-import
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for cfa625c - Browse repository at this point
Copy the full SHA cfa625cView commit details -
use same name for refresh per second instead of delay time. matches w…
…ith progess
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 119211e - Browse repository at this point
Copy the full SHA 119211eView commit details -
provide comment as to why Live needs lock in process_renderables
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for ae15cff - Browse repository at this point
Copy the full SHA ae15cffView commit details -
Add the default feature of hiding the Live when the display is too
large. Instead terminal too small will be displayed. This can be turned off with the hide_overflow flag.
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for a2385c5 - Browse repository at this point
Copy the full SHA a2385c5View commit details -
add some of the playground examples into the module
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d4bb878 - Browse repository at this point
Copy the full SHA d4bb878View commit details -
add documentation describing the API of Live
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 7e01d31 - Browse repository at this point
Copy the full SHA 7e01d31View commit details -
fix un-needed assert check expression
Nathan Page committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 6da3b2a - Browse repository at this point
Copy the full SHA 6da3b2aView commit details
Commits on Oct 25, 2020
-
add saner values for the example
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for bf35879 - Browse repository at this point
Copy the full SHA bf35879View commit details -
add reference documentation for the live module
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 34f1366 - Browse repository at this point
Copy the full SHA 34f1366View commit details -
add in an initial line of tests
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c09f32 - Browse repository at this point
Copy the full SHA 5c09f32View commit details -
Nathan Page committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for f6d1496 - Browse repository at this point
Copy the full SHA f6d1496View commit details -
add a diff to see what is wrong in ubuntu test
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 3da8727 - Browse repository at this point
Copy the full SHA 3da8727View commit details -
Nathan Page committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 9e11042 - Browse repository at this point
Copy the full SHA 9e11042View commit details -
remove unhelpful difflib print
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for bdbd05e - Browse repository at this point
Copy the full SHA bdbd05eView commit details -
Nathan Page committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 6a50f1a - Browse repository at this point
Copy the full SHA 6a50f1aView commit details -
force utf-8 encoding for python3.6
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for fa63fb8 - Browse repository at this point
Copy the full SHA fa63fb8View commit details -
put throught the same force encoding-decoding conversion
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 8c045b7 - Browse repository at this point
Copy the full SHA 8c045b7View commit details -
temporarily disable live tests on 3.7
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 125dc1d - Browse repository at this point
Copy the full SHA 125dc1dView commit details -
remove carriage return for windows testing
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 4b7ada8 - Browse repository at this point
Copy the full SHA 4b7ada8View commit details -
add live tests with fluctuating data lengths
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 972eace - Browse repository at this point
Copy the full SHA 972eaceView commit details -
Nathan Page committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 3853be1 - Browse repository at this point
Copy the full SHA 3853be1View commit details -
remove auto-refresh test as it is non-deterministic
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b7373f - Browse repository at this point
Copy the full SHA 6b7373fView commit details -
add check with a file to make sure it prints nothing
Nathan Page committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a27df8 - Browse repository at this point
Copy the full SHA 5a27df8View commit details
Commits on Oct 26, 2020
-
file/dumb_terminal console will now print out the final result
Nathan Page committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ccbaee - Browse repository at this point
Copy the full SHA 6ccbaeeView commit details -
add usage documentation for the live module
Nathan Page committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 98c1d58 - Browse repository at this point
Copy the full SHA 98c1d58View commit details -
Nathan Page committed
Oct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for a154bcd - Browse repository at this point
Copy the full SHA a154bcdView commit details -
fix live test by disabling auto_refresh
Nathan Page committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ee5f06 - Browse repository at this point
Copy the full SHA 6ee5f06View commit details -
remove old code from live docs
Nathan Page committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ac0cb8 - Browse repository at this point
Copy the full SHA 4ac0cb8View commit details
Commits on Oct 31, 2020
-
Nathan Page committed
Oct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for e0337f5 - Browse repository at this point
Copy the full SHA e0337f5View commit details -
Merge remote-tracking branch 'upstream/master' into feat/add-live-tab…
…le-proposal
Nathan Page committedOct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for bf510d1 - Browse repository at this point
Copy the full SHA bf510d1View commit details -
Nathan Page committed
Oct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for d44e588 - Browse repository at this point
Copy the full SHA d44e588View commit details -
duplicate table_movie with live
Nathan Page committedOct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 171cad4 - Browse repository at this point
Copy the full SHA 171cad4View commit details
Commits on Nov 1, 2020
-
adjust rendering technique to custom live_render
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 5553e6b - Browse repository at this point
Copy the full SHA 5553e6bView commit details -
add changes from last night, will start to adjust with review changes…
… now
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for cbb88a4 - Browse repository at this point
Copy the full SHA cbb88a4View commit details -
fix up the trivial changes first from review
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for d890c4e - Browse repository at this point
Copy the full SHA d890c4eView commit details -
change implementation from hiding overflow with message to provide ov…
…erflow methods
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 1f8d565 - Browse repository at this point
Copy the full SHA 1f8d565View commit details -
clean up documentation and remove un-needed re-shaping
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for c4e9241 - Browse repository at this point
Copy the full SHA c4e9241View commit details -
clean up the tests to use a simple testing procedure
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 58a824e - Browse repository at this point
Copy the full SHA 58a824eView commit details -
Nathan Page committed
Nov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 20b2d29 - Browse repository at this point
Copy the full SHA 20b2d29View commit details -
fix typo in live vertial overflow
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 7514708 - Browse repository at this point
Copy the full SHA 7514708View commit details -
add reference to complex examples of live display in repo
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for a509961 - Browse repository at this point
Copy the full SHA a509961View commit details -
remove duplicate code by extending live_render for live
Nathan Page committedNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 30fe4d5 - Browse repository at this point
Copy the full SHA 30fe4d5View commit details -
Nathan Page committed
Nov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for c9ac903 - Browse repository at this point
Copy the full SHA c9ac903View commit details
Commits on Nov 9, 2020
-
Get constantly fluctuating tables to work with refresh thread.
Mainly the issue comes between ensuring an ordering between new console messages and the live render. Not really sure how to add unit testing for this functionality.
Nathan Page committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 14e1d76 - Browse repository at this point
Copy the full SHA 14e1d76View commit details
Commits on Nov 10, 2020
-
use live vertical_overflow for live_render instead of keeping track
Nathan Page committedNov 10, 2020 Configuration menu - View commit details
-
Copy full SHA for a1cc74e - Browse repository at this point
Copy the full SHA a1cc74eView commit details
Commits on Dec 3, 2020
-
Nathan Page committed
Dec 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 068f432 - Browse repository at this point
Copy the full SHA 068f432View commit details -
consolidate table_movie_live and table_movie into one file and update…
… refs
Nathan Page committedDec 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a82414 - Browse repository at this point
Copy the full SHA 7a82414View commit details -
Merge branch 'master' of github.com:willmcgugan/rich into feat/add-li…
…ve-table-proposal
Nathan Page committedDec 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 1020405 - Browse repository at this point
Copy the full SHA 1020405View commit details -
fix format check for file not apart of merge request
Nathan Page committedDec 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 47d94e8 - Browse repository at this point
Copy the full SHA 47d94e8View commit details -
Nathan Page committed
Dec 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 4236348 - Browse repository at this point
Copy the full SHA 4236348View commit details