Andrej Pavlovic
Andrej Pavlovic
Would it be possible to use this library without [relative-time-format](catamphetamine/relative-time-format) being a required dependency? I would like to load "relative-time-format" as a polyfill only where necessary, and rely on browser...
Would it be possible to make attaching global listeners optional? I think the library should not have any side-effects unless the user opts-in somehow. https://github.com/constancecchen/object-fit-polyfill/blob/763f6cafdff704e6957ddad164c281a75068656f/src/objectFitPolyfill.basic.js#L182-L187
As per issue discussed in rmm5t/jquery-timeago#323, locales cannot be loaded using CommonJS or AMD loaders reliably, since the *jquery-timeago* isn't specified as a required dependency. This pull request fixes all...
Implemented 'destroy' method as mentioned in #40. Removes wrapper and background from DOM. Removes global click handler. ``` javascript $('#my_popup').popup('destroy'); ```
Is there a way to clean up the popup when no longer needed? This would be especially useful in single-page webapps which need to clean up the DOM between transitions.
### Build/Submit details page URL _No response_ ### Summary How do I get `eas update` to properly load `app.config.js` file that references environment variables, if those aren't available when `eas...
I've been using this plugin for a while, but it's been running terribly slow. Today I decided to investigate why, since adding about 800 files to a manifest shouldn't take...
Sample data: ```typescript const data = [ { uid: '0x1', 'Person.name': 'John' }, { uid: '0x2', 'Person.name': 'Jane', 'Person.friends': [ { uid: '0x1', } ] } ]; ``` How do...
### Current behavior On Android, `getVideoMetaData` does not take into account video orientation. A portrait video has the same width and height as a landscape one. ### Expected behavior Width...