-
Notifications
You must be signed in to change notification settings - Fork 33
feat: add context to the allowed options #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we get this approved, please? @nickmccurdy @kentcdodds |
I'm not a maintainer on this repo |
I'm also not a maintainer on this package. Looks like most activity on the repo has been repo management rather than making changes to the library itself. @mihar-22 or @benmonro would probably be your best bet, but if they're not available then we'd probably need to find someone who can actively maintain this project. Unfortunately I don't have the bandwidth for this project so I'm going to have to bow out. Good luck. |
Okay, thanks for letting us know. @mihar-22 knows me from https://github.com/mihar-22/svelte-jester, already. So maybe, he can add me here as well. |
It's little disheartening to see this library stagnate so badly. Is there any movement on getting this in? Not adding support for this one option seems arbitrary and adds a decent bit of headache to workaround. |
The only thing I can think of that could help until the maintainers stir would be to fork the project and release a patched |
@mihar-22 maybe you could weigh in or add @sebastianrothe as a maintainer? |
@yanick For now I'm using |
merged, sorry gang, I don't spend much time on open source projects these days. happy to add anyone on this thread as admin who is interested as I'm no longer maintaining this. |
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@sebastianrothe @NickClark i added you both as admin, happy to add anyone else who's interested. again sorry for the delay i don't check in much on github these days |
@benmonro I'd be interested too. And no prob for the delay, that's part of the open source game. ❤️ for everything. ^.^ |
invite sent @yanick |
Thanks, got it. Let's bring in some activity here :) |
Fwiw I've created #187 for the new blood to sync up. :-) |
For #136
Allows 'context' as one of the Svelte options.
Note that most of the changes are due to prettier and husky. (I pushed a new version with husky disabled, because the signal to noise ratio was just too bad. If the PR makes sense we can always prettierify it after the fact)