Ebtessam

Results 3 issues of Ebtessam

Transparent background images give this error. `Uncaught TypeError: Cannot read property '0' of null` White background images result in white which is almost never the desired output.

Running version 0.9.7 on a MariaDB docker container. ``` root@ac695e436a58:/# mysql -V mysql Ver 15.1 Distrib 10.3.17-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 ``` Getting this SQL error when running...

action.html probably missing something to handle the onClick that is passed. e.g ``` { type: 'actions', items: [ { type: 'button', "style": "md-warn", title: 'Regress', onClick: () => { console.log('REG');...