The Wayback Machine - https://web.archive.org/web/20200615144209/https://github.com/topics/tui
Skip to content
#

tui

Here are 496 public repositories matching this topic...

docwhat
docwhat commented Aug 19, 2019

When using AUFS as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".

This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS only allows a maximum of 42 layers to be mounted over each other.

The hard-limit is 127 data layers which is due to the maximum number of argu

goaccess
rgarrigue
rgarrigue commented Feb 10, 2020

Hi there

I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s

2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
Seanstoppable
Seanstoppable commented May 3, 2019

What problem does this solve?

Configs are prone to error. If we can give people a setup command to ease problems, this would reduce errors.

How do envision it working?

In #408, it was brought up that since every module has a strongly typed config, this means we should be able to annotate the config to generate documentation. It follows that, if we can generate documentation, we

nicoxxl
nicoxxl commented Jan 21, 2020

Is your feature request related to a problem? Please describe.
In the README, there is only a list of the differents backends.

Describe the solution you'd like
I would be nice to have a little bit of comparison between backends, like a table, to help chose which one to use when someone has no idea.

EDIT : Forgot to fill the body of the issue

dasteihn
dasteihn commented Dec 7, 2018

Describe the solution you'd like
I would really like to have some barcharts, but vertically.

Describe alternatives you've considered
The only possibility to implement this with acsiimatics I can imagine is drawing it completely manually

simonmichael
simonmichael commented Mar 18, 2020

Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.

Wo

joshhansen
joshhansen commented Jul 31, 2016

It appears that, counterintuitively, it's necessary to open a raw mode stdout in order to read from stdin keypress by keypress. Consider this working example:

extern crate termion;

use termion::event::Key;
use termion::input::TermRead;
use termion::raw::IntoRawMode;
use std::io::{Write, stdout, stdin};

fn main() {
    let stdin = stdin();
    let mut stdout = stdout().into_raw_mode().u
n4n0GH
n4n0GH commented Oct 5, 2019

What do you want

When selecting a server with unread channels, have a key set aside to focus the next channel with unread content from the top of channel listings

Why

Switching servers usually happens because there are unread notifications. On servers with many channels this might mean to browse through a ton of channels before finding the channel you wanted to browse to.

Implem

C-sharp-console-gui-framework
jtdaugherty
jtdaugherty commented Mar 11, 2020

Right now the README screenshot is stale since Matterhorn has changed visually in a number of ways since it was originally taken.

A new one needs to be made, preferably with some thought given to the content (channel messages, users shown, etc.). If someone wants, they could use the matterhorn development server to make one.

Improve this page

Add a description, image, and links to the tui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.