Console icon indicating copy to clipboard operation
Console copied to clipboard

The Hoa\Console library.

Results 19 Console issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Dependabot can't resolve your PHP dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Your requirements could not be resolved to an installable...

Fixes parsing terminfo databases in extended number format, where numbers and string capabilities are wrong. According to man term(5), if the magic number is 542 (octal 01036), numbers are signed...

Resolves https://github.com/hoaproject/Console/issues/83

Hi. My os is Lubuntu. Setting the cursor position doesn't change anything, echo is still printed, in a continuous stream where anything printed is printed following each other. ``` Hoa\Console\Cursor::moveTo(0,...

So Symfony console got great feature last year https://symfony.com/blog/new-in-symfony-4-1-advanced-console-output It allows things like showing multiple progress bars at the same time. I thought you might be interested to implement this...

enhancement
question
difficulty: unspecified

The "Basic usage" example of Readline in official manual called [Hack book of Hoa\Console](https://hoa-project.net/En/Literature/Hack/Console.html) doesn't working as expected. Here's this example: ``` $rl = new Hoa\Console\Readline\Readline(); do { $line =...

bug
in progress
difficulty: medium

In `Tput`, the `_booleans`, `_numbers`, and `_strings` attributes should be moved as protected constants to save memory. The code should be changed lightly.

enhancement
difficulty: casual
ready
hacktoberfest

Address hoaproject/Central#81.

in progress