Andrea Giammarchi
Andrea Giammarchi
So, sharp depends on this module and this module requires sharp to work? That's a bit bizarre, imho.
@lovell thanks for clarifying that, I ended up using both sharp and exiftool a part, as it seems to be the standard. I might have a second look at this...
FYI I've solved this in https://github.com/WebReflection/get-own-property-symbols
early comment, sorry. You cannot make them enumerable because `for/in` will show them. `symbols` in ES5 make sense only if assigned as non enumerable, but other methods that deal with...
forgot to mention that I obviously had to patch `Object.getOwnPropertyDescriptor` which will return `true` by default, unless the `Symbol` hasn't been assigned via `defineProperty/ies` as non enumerable. It's a mess...
@iarna > So the actual eval is safe accordingly to *CSP* `eval` is never safe and this is blocking our project to adopt this otherwise wonderful module ... no *eval*,...
@iarna I can file a clean PR if needed, just let me know, thanks! **edit** although I really don't understand this comment: ```js /* eval require not available in transpiled...
@iarna I don't see much activity in this repo ... are you OK for a fork? Happy to push back in here changes I might make to this, but I...
Chiming in with something I haven't found in this issue: broken, or partial implementations. ### broken implementation Like anything else in ECMAScript, vendors might ship broken implementation of a standard....