Oļegs Čapligins
Oļegs Čapligins
Add Lithuanian language to the library. Also provide necessary files for BMPM procedural version.
To avoid parsing the excessive amount of rulesets upon recognition state, it would be useful to pass the predefined language name or list before processing. Original procedural BMPM approach: ```...
Pull Request for Issue #298 ### Summary of Changes - `php ./cli/joomla.php database:export --folder ./tmp --zip` is now able to export all tables and compress them in a single zip...
### Steps to reproduce the issue 1. Have regular joomla database and installation 2. Run `php cli/joomla.php database:export --folder ./tmp --zip` 3. Assert it succeeds ### Expected result 1. Have...
## Reproduction scenario - Use any of examples - https://github.com/Textualize/trogon/blob/main/examples/demo.py - https://github.com/Textualize/trogon/blob/main/examples/nogroup_demo.py - Launch, press CTRL+O for command info - Expected behavior: no information is shown or in case of...
## TITLE ### Summary In the task file `ensure_cluster` the task `Ensure dummy cluster token is defined for ansible_check_mode` is faulty: - when is run against cluster (>=2 nodes) and...
### Why - Closes #116 - Trogon + Click application crashes on Ctrl+O (i.e. "command info") ### What - Instead of querying CommandBuilder, it's possible to query CommandForm - It...