Dan Weaver
Dan Weaver
Trying out this extension but it fails to load the passwords file. The console shows: `Failed to load resource: the server responded with a status of 404 (Not Found)` `https://api-content.dropbox.com/1/files/auto/1password/1Password.agilekeychain/data/default/contents.js?access_token=[REMOVED]`...
Attempting to import a spreadsheet with incorrect headers is detected in the gem's `load_header` method but it does a `raise` error which stops the import process dead unless I wrap...
During the import process I'm using the `row_*` callbacks to build a summary message for the user, something like: ``` 156 row(s) processed. 154 row(s) successfully imported. Error on row...
It would be good to have a switch for case-insensitive column headers. Additionally, stripping spaces and other separators from the headers would be useful. So referencing `'First Name'` in the...
I'm running into some camera and microphone access issues in Brave browser. I see it's not on the list of officially supported browsers but I would expect support to be...
This looks like something that was solved in [pull request #516](https://github.com/uploadcare/uploadcare-widget/pull/516). According to comment: "Fallback to well known avi to prevent awful extension like x-matroska;codecs=avc1,opus in the future." But still...
I'm trying to implement this to prevent the screen locking while my users wait for files to upload. I can't get it to work consistently in my web app yet...
https://magixjs.com/ -> `NET:ERR_CERT_DATE_INVALID` Site loads fine if I bypass warnings 👍
I'd like to have a simple [Cancel Upload] button that would trigger an `jqXHR.abort()` method for all uploads currently in progress. The code for canceling in jquery-file-upload is provided here:...