ribizli
ribizli
I've got into this problem with `fs-extra`'s copy. `copy('folder', 'folder/folder')` Actually I think it is a forbidden file operation on OS level: ``` > cp -r test/ test/ cp: recursion...
Hi, this feature would be really helpful to write DRY request files. Currently I'm repeating the `auth.http` content in every `.http` file...
Sorry for the late reaction. I like the solution, but still thinking about if I want to provide this as included default. I'm thinking to let users decide, and let...
Hi, sorry, I don't really want to tightly couple the exif code with this library. I'd rather allow it as a plug-in. But still need to work on it. Since...
@jpike88 this repo is not maintained anymore, file an issue rather here: https://github.com/ribizli/ngx-image2dataurl In that project I've designed a plugin system(`ImageFileProcessor`) so one can plug in EXIF support.
It's you call, however I'd prefer just releasing a **plugin** for the `ngx-image2dataurl` package.
Have you imported the module?
To be honest, I use direct dom access in the component, which might be an issue in universal (however I have zero experience with it).
Can you please provide more info? Can you maybe post a sample with the issue, how to reproduce, etc.
ah, have you checked the braking changes? there's a renaming causing this. Use `imageUpload` for directive name. Sorry for the inconveniences.