Zikani Nyirenda Mwase

Results 11 issues of Zikani Nyirenda Mwase

Added a case block to handle nil values - the output for CSV files was producing incorrect CSV files if some of the columns have nil data. This leads to...

Add support for Streams to the Reader and EntityHandler classes as suggested in issue #11

Detect when `generateFrom` function is not called in script and notify user that it is required.

The script below results in an exception because of the name token in the script; ``` import java.time.LocalDate; name = column(index= 0, name="name") quantity = column(index= 1, name="quantity") created_at =...

### Library name ika.js ### Library license https://github.com/zikani03/ika/blob/master/LICENSE ### Library source https://github.com/zikani03/ika ### Files to include - build/ika.js - build/ika.js.map - build/ika.css - build/ika.min.css

🏷 Library Request

Remove references to byteorder::Error

Added basic support for embedding images in the docx

Users should be able to generate a preview of a session as an animated SVG file. Within the animation each screen should be animated in and out, the animation will...

experiment

Dialoguss is able to run multiple sessions concurrently (well, sorta) we should add a progress bar for showing the results of each session separately, we can use [mpb](https://github.com/vbauerster/mpb)