tui
Here are 548 public repositories matching this topic...
-
Updated
Aug 24, 2020 - C
-
Updated
Apr 12, 2020 - Go
-
Updated
Mar 11, 2020 - Python
-
Updated
Aug 15, 2020 - Python
Is your feature request related to a problem? Please describe.
I would like for an effect to render text (or ASCII characters) from left to right, like it's being typed out.
Describe the solution you'd like
Similar to the mirage effect (where text can be rendered one character at a time, only randomly), it would be cool to have text rendered one letter at a time from left to right, so
Vertical barcharts
First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion
Problem description
For a &mut ProgressBar
, there are no methods to set its min
and max
values. The only methods to change their values (min(self, usize)
, max(self, usize)
) take ownership of the ProgressBar, which is not possible if you have a reference.
Workaround: to gain ownership, create a
since fdehau/tui-rs#292 is done we can get rid of ui::style::ColorDef
Balance sheet column headings should be the column's end date:
Balance Sheet 2020-07-03
|| 2020-07-03
======================================++==============================================
But in the HTML output, it seems to be a date range instead:
Bala |
---|
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Jul 18, 2020 - Rust
-
Updated
Aug 19, 2020 - C
When your account has TFA enabled, discord needs you to supply a valid TFA token in order to change your account password. This could simply be done by a prompt if session.MFA
is set to true
.
-
Updated
Aug 14, 2020 - Rust
-
Updated
Aug 4, 2020 - Go
Found out about a parallel project to yours, here: https://parall.ax/blog/view/3131/vtop-revisiting-the-activity-monitor
Quote:
I decided to write vtop using Node.js. It’s built on Chrome’s V8 JavaScript engine and allows you to write fast and scalable applications. This choice could pave the way for a web-based frontend to be added in the future. JavaScript is coming into it’s own – it’s no
Improve this page
Add a description, image, and links to the tui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tui topic, visit your repo's landing page and select "manage topics."
Describe the bug
Table widgets panic when the terminal gets too narrow.
To Reproduce
Run
cargo run --example table
. Shrink the terminal width to about 68. It should panic and just close out.Expected behavior
Widgets should never panic on rendering.
Desktop (please complete the following information):