Kris Erickson

Results 8 issues of Kris Erickson

Also fixed preview to work with modern jekyll..

I found that some errors and warnings sent to the logger where getting ignored so I added a visible notification of errors and warnings sent from the server.

The following test if added to test/replaceWords.js fails: ``` it("Should replace space-separated bad words",function(){ assert(filter.replaceWord("Carpet Muncher") == '**************'); }); ```

The following tests for isProfane fail (this can be added to the isProfane test ``` it("Should be able to detect a bad word in that ends with a symbol",function(){ assert(filter.isProfane("shi+"));...

Uploading multiple files (even on http://www.plupload.com/examples/ui) greater than 1Meg frequently causes: Failed to load resource: net::ERR_FAILED error: If you run the development version you get ``` POST http://localhost/upload_photo.html net::ERR_UNEXPECTED upload_moxie.js:6995...

Known issues

I know that this pull request is a bit of mess as things got auto-formatted by Intellij, but it does make the plugin work with modern Cordova on Android (I...

Updating Vue to 3.4.8 from 3.4.7 breaks the component. I'm using Quasar, Vue, and Vite and this.$refs.img becomes undefined when upgrading to Vue 3.4.8. I've tested updating the example app...

Currently when attempting to a debug against a mobile App, the LZ Storage tab appears blank. If you debug the background.html you get the error: `Unchecked runtime.lastError while running tabs.executeScript:...