ng2-file-upload icon indicating copy to clipboard operation
ng2-file-upload copied to clipboard

New maintainer needed

Open yadue opened this issue 5 years ago • 7 comments

It's been already 2 years without any new pull request merged or even single commit. It's time to add new maintainers to be added or even taking over the npm package. Is anyone here ready for taking ownership of this package?

yadue avatar Sep 23 '19 06:09 yadue

calling @earshinov @PauloPeres @koenvanderlinden @duykhang53 @dcantu476 @swimlane @deshack

yadue avatar Sep 23 '19 06:09 yadue

@yadue using it in more than one project, so willing to help. I don't have enough time to take it over though.

deshack avatar Sep 23 '19 06:09 deshack

I'm not getting used to unit test yet. I may need to be supported by others.

duykhang53 avatar Sep 24 '19 07:09 duykhang53

Also using it extensively in a large scale project, so I am willing to help out.

karljv avatar Oct 08 '19 19:10 karljv

Hey guys, i took the liberty to re-do it all automatic tests are not working yet did not had time https://github.com/myog-io/ngx-chunk-file-upload It's on npm as well, working with a Service to make it more controllable by us Appreciate any help Again is not fully tested any help with the test automation is welcome

PauloPeres avatar Oct 08 '19 19:10 PauloPeres

@yadue I can now take this repo over as a maintainer. We, as I think many others, heavily rely on it working properly, so raising a hand now to be added as maintainer.

Too many isssues open right now :)

deshack avatar Dec 01 '19 18:12 deshack

I think you'll find it easier to build a simple reusable UI or download a popular package for doing uploads. Then wire the UI into Angular's HttpClient, which easily and readily supports file uploads without issues.

That is what I ended up doing. This allows you to take full advantage of any interceptors you've build, and avoid re-doing any authentication.

https://angular.io/guide/http#listening-to-progress-events

@yadue Thanks for the mention! Sorry it took me so long to reply!

dcantu476 avatar Jan 31 '20 17:01 dcantu476