Donald Chinhuru

Results 5 issues of Donald Chinhuru

Add ability to create .docx using flutter like widgets An example will be ```dart DocxTpl document = DocxTpl('report.docx'); document.header( child: docxtpl.Text('Hello Universe', style: docxtpl.TextStyle(fontSize: 40)) ); ``` Inspiration from [flutter...

Make use of mail-merge merge fields for easy replacement of text

I have added my Video component as ``` ``` but when i do inspect element, i see the height is set to auto ![image](https://github.com/invertase/docs.page/assets/47761288/921ab811-6744-4daa-9249-8e2743db8537) My site and results are here...

#414 Add a fix for batch enforce to take all arguments Added a test for domain batch enforce

I noticed that `batchEnforce(...)` uses the `enforce` method which takes varargs but batchEnforce only passes 3 arguments to the enforce method. https://github.com/casbin/jcasbin/blob/4abeb4a37abae2657a870d8f82a3e48506c24fde/src/main/java/org/casbin/jcasbin/main/Enforcer.java#L626 I have a model as below ``` [request_definition]...

question