idmadj

Results 6 comments of idmadj

On iOS, first add the cordova-plugin-file plugin (`cordova plugin add cordova-plugin-file`), then: ``` declare var cordova: any; PhotoViewer.show(cordova.file.applicationDirectory + "www/image.jpg"); ``` On Android, the URL returned by `applicationDirectory` won't work...

@KyleAMathews The publication seems to have failed. Latest on npm still has: ``` "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, ``` Probably just needs a version...

Can repro on 1.9.1. Enabling Elephant foot compensation renders all brim types non-functional.

> I was reading the [prusaslicer](https://help.prusa3d.com/article/elephant-foot-compensation_114487) wiki and they stated that elephant's foot compensation should squish the filament out enough so that the brim should be properly aligned-- I don't...

Great work. Would love to see this merged!

This is a great PR. @GerkinDev would you consider updating the VALID_HOOKS to include all the hooks (banner, buildEnd, buildStart, footer, intro, load, options, outro, resolveId, resolveImportMeta, transform, watchChange)? @audinue...