Charles Verge

Results 7 comments of Charles Verge

Added a check to prevent error from null value being passed. Re based off of master.

@janpio @jadurani I've rebased this. And I have a test cordova app to demo how to use the options at https://github.com/charlesverge/cordova-camera-test With the key pieces in https://github.com/charlesverge/cordova-camera-test/blob/master/www/js/index.js https://github.com/charlesverge/cordova-camera-test/blob/master/www/css/index.css

@janpio I've rebased the commit, the changes since the last rebase do not affect this code and everything looks good.

This is the sample data I created ``` CREATE TABLE `orders` ( `order_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `customer_fname` varchar(100) DEFAULT NULL, `customer_lname` varchar(100) DEFAULT NULL, `customer_id` int(11)...

I've created a pull request with this data in it at #219

https://github.com/quilljs/quill/pull/1992 This is a patch for #801, a few notes. - I looked into doing unit tests but that would add a dependency on for katex and did not add...

I made a pr 6 years ago, it was ignored. How long should someone maintain a pr?