wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

[UNMAINTAINED] Looking for contributors #40

Open DarkXaHTeP opened 7 years ago

DarkXaHTeP commented 7 years ago

Hi,

I would like to know whether you have a plan to continue maintaining this package sometime later or maybe could transfer the ownership to someone who is more motivated to merge pull requests (two are currently waiting for approval), fix bugs like #34 and implement new features.

Currently tslint-loader is widely used (more than 200 thousands downloads on npm and dependents like Angular CLI) and it will not a good idea to abandon it's development

wbuchwalter commented 7 years ago

Hi,

Sadly, I really don't have time to maintain this repository alone anymore (for the foreseeable future). I'm totally open to give contributor access to people willing to participate (send me an email to wbuchwalter at gmail.com if you are interested). I'm also open to transfer the repo, but not too anyone obviously. An organization/person that has a good track record on GitHub would be ideal.

Thanks

DarkXaHTeP commented 7 years ago

@wbuchwalter Thanks for the quick answer and for proposal to become a contributor. Unfortunately, I don't have much experience in maintaining popular libraries as well as in WebPack/TypeScript internals, but hope that this issue will help others understand what is the current status of the project, so let's leave it open until reasonable solution to the situation will be found.

sonicoder86 commented 7 years ago

@wbuchwalter I have been using Webpack for quite some time, I can start by making smaller maintenance like merging pull requests, writing tests, Webpack 2 example etc. Sent you an email.

PatrickJS commented 7 years ago

move the repo to @TypeStrong cc @blakeembrey or @webpack cc @TheLarkInn

sonicoder86 commented 7 years ago

Added tests, now it is much safer to merge PRs and upgrade deps.

blakeembrey commented 7 years ago

We'd be happy to accept the repo into @TypeStrong, though it'd still need maintainers for now.

wbuchwalter commented 7 years ago

@blacksonic has started maintaining the repo. Thanks a lot Gabor, I will remove the unmaintained tag. If other people want to contribute, please let me know. As for moving the repo, I'm willing to do it, but only if it does fix the maintenance issue. Leaving this issue open until we have at least 2-3 mainteners.

bhovhannes commented 7 years ago

@wbuchwalter, I want to contribute. Can you add me as collaborator? I am author of svg-url-loader and I am using Webpack for almost 1 year now. I've noticed that the loader doesn't work with recently released TSLint 4. I'll be glad to make it work as well as prepare it for webpack 2.

sonicoder86 commented 7 years ago

@bhovhannes it is now upgraded to TSLint 4 and works with Webpack 2, just needs examples to the Readme.

bhovhannes commented 7 years ago

@blacksonic, I didn't noticed v3.0.0, I was trying 40 minutes ago, and it was released 30 minutes ago :D

wbuchwalter commented 7 years ago

@bhovhannes Please send me an email at wbuchwalter at gmail.

bhovhannes commented 7 years ago

@wbuchwalter, just sent you an email

wbuchwalter commented 7 years ago

Closing this issue now. Awesome work @blacksonic :)

wbuchwalter commented 6 years ago

Reopening as this project is lacking contributors again.

keradus commented 6 years ago

FYI: it's still closed, @wbuchwalter

wbuchwalter commented 6 years ago

Indeed, thanks :)

anikethsaha commented 4 years ago

cc @wbuchwalter are you still looking for a collaborator ? if so, I can dig in it. I have contributed to a few webpack's official loaders and created a few of mine as well.