Emmanuel Valverde Ramos
Emmanuel Valverde Ramos
The linux versión it's not running on newest versions of linux ```bash ./Mojibar (Mojibar:331555): Pango-ERROR **: 14:33:11.452: Harfbuzz version too old (1.4.2) [1] 331555 trace trap (core dumped) ./Mojibar ```...
As you may see, the emojis won't paste on the snap version: 
I see that this library has been without maintenance for 2 years and we have created a library with the same name but that is under maintenance, perhaps it would...
👋🏽 Hello @sandromancuso, I've updated the dependencies of PHP and PHPUnit for the kata because PHP 7 is not maintained anymore and I put the latest version of PHP. I've...
Add 3º parameter optional that will override the error message Ex.: [phpunit](https://phpunit.de/manual/6.5/en/appendixes.assertions.html)
Example of tools we could use: https://github.com/dandavison/delta
 # Options for the system level - Generate a deb package / AppImage - Generate a brew package - Create a sh script that allows the user to install...
Related to: https://github.com/TypedDevs/bashunit/issues/71 We may need to create a script to make the new releases of the library. @Chemaclass and @Tito-Kati opninios?
use la all the bash libraries https://github.com/infertux/bashcov
#### Summary I run the test and everything it's ok. I add 2 test that should fail for example: ```bash function test_successful_assert_string_starts_with() { assert_empty "$(assert_string_starts_with "ho" "house")" } function test_unsuccessful_assert_string_starts_with()...