Michalis Mengisoglou
Michalis Mengisoglou
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
The current implementation allows loading custom filters from Python files by using the `--filters` argument. My problem is I have compiled Python files, i.e Python bytecode (.pyc files) and passing...
Fix issue #2495. Changes: * Add a default block only when a placeholder is defined. * In renderer, inserting an empty block when zero blocks are given, results in an...