-
Notifications
You must be signed in to change notification settings - Fork 129
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
Looking for maintainers #213
Comments
I have forked your repo on my profile a while ago. I can take time to work with it. |
I would be willing to help maintain this package. I will be using this project actively in a future project of mine, I also already have a few improvements I'd like to make. |
Awesome! Let me leave this open for a few days and then we finalize. I also need to sort out Travis / Scrutinizer accounts and create a channel (probably Slack) for us to communicate. |
I just added you two to the collaborators list. Let's try to come up with a way to collaborate (e.g. when to accept PR, when to make a new release, channel to discuss things)? |
Sounds good, do we want to make a slack? |
Yep, here it is: https://laravel-dynamodb.slack.com
…On Sat, Feb 1, 2020, 5:23 PM Jack Price-Burns ***@***.***> wrote:
Sounds good, do we want to make a slack?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#213?email_source=notifications&email_token=AAF7IMTX3FWNJWURSLTXQOLRAU5RLA5CNFSM4KJU6QRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKQYQCQ#issuecomment-581011466>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF7IMSVUHW5DUEGA5S5363RAU5RLANCNFSM4KJU6QRA>
.
|
Can you send me an invite to [email protected] please 🙂 |
done!
…On Tue, Feb 4, 2020, 12:15 AM Jack Price-Burns ***@***.***> wrote:
Can you send me an invite to ***@***.*** please 🙂
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#213?email_source=notifications&email_token=AAF7IMQDHC7RVYABSJVOFXTRBA7LNA5CNFSM4KJU6QRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKUN4EA#issuecomment-581492240>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF7IMXI3EJT3TGT72U6E7TRBA7LNANCNFSM4KJU6QRA>
.
|
I’m more than happy to help out triage issues, this repo is very important to me! |
Thanks @zoe-edwards ! I added you to the repo. Feel free to join our Slack channel too :) |
can add me to this repo thanks |
@katakutu done. Send me an email if you want an invite to our Slack channel :) Thank you! |
Could I be invited to the Slack? [email protected] |
Hi, could I be invited to the slack as I'd like to get more involved! - [email protected] |
Can I get invited to the Slack? I'm working on a feature and have some questions. jaysen [at] jaysen [dot] net |
Hey @xengulai, I've send an invite! |
Hello, can I get invited to Slack? [email protected] |
Hello to everyone in this thread, someone can review and accept this PR #254 ? |
Is this project abandoned? I'd like to contribute to it. |
I think this project is largely abandoned, I tried keeping it alive for a while but I no longer use Laravel in my day to day work and haven't for a couple of years now. It's difficult maintaining the project when it's always a mission to run the tests and verify any changes. If you're interested in maintaining the project I'm sure @baopham would be happy making you a contributor as they did before |
yeah I'm not sure if the previous maintainers can still commit to supporting this project. If anyone is interested, let me know. |
I'm interested. I'm actively using it for the moment. I would like to add some improvements, not sure about to be the main mainteiner. Anyway, I would like to improve support for active versions of Laravel. I have one project using Laravel 5.8, but there are plans to upgrade it to a recent version. With a security support policy, we should only support versions already being supported by Laravel team and maybe a popular version (like me, using 5.8 😅). I can help in long term with:
|
awesome! I added you as a contributor. Love the plan 🙂 |
iam interesting to this project. Maybe i can help nelson
…On Fri, Feb 17, 2023 at 4:38 PM Bao Pham ***@***.***> wrote:
I'm interested. I'm actively using it for the moment. I would like to add
some improvements, not sure about to be the main mainteiner. Anyway, I
would like to improve support for active versions of Laravel.
I have one project using Laravel 5.8, but there are plans to upgrade it to
a recent version.
With a security support policy, we should only support versions already
being supported by Laravel team and maybe a popular version (like me, using
5.8 😅).
I can help in long term with:
- GitHub Actions (initially by moving the current TravisCI),
- Improve code style (PHPCS)
- Improve tests, PHPUnit (and maybe moving to PestPHP gradually 🤔)
- Improve codebase with new PHP versions flavours, as possible.
- Some minor revisions of features/fixes until I get some experience
in this cosebase.
awesome! I added you as a contributor. Love the plan 🙂
—
Reply to this email directly, view it on GitHub
<#213 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJULDCPMM5RPENDGVEZOD3WX5BJJANCNFSM4KJU6QRA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I’m still about – I’ve been answering/closing comments but I don’t know too much about the internals to be comfortable approving PRs etc (but I have changed my name if you don’t recongise me!) |
Hello, @baopham @zoe-edwards . I was preparing my local environment, but I got some troubles with the local DynamoDB database. 😅 Can I have some help on this? I'll have this Saturday to try again. (Should we enable Discussions? 👀) |
It’s not really something I’ve ever tried to do @nelson6e65, I’d recommend just using AWS for this as it’s quite inexpensive and more reliable. |
It is not necessary to use live version. Local version is enough. Actually, as it will be integrated into local and CI tests, it should not rely on any actual account having DynamoDB enabled. 😅 I installed the Docker version and seems to work, but my problem was about how to use the initialized database for testing. Maybe I'm missing a parameter to set up the database to use (as used with the bin located at /dynamodb_local directory). 🤔 |
Hello people, @nelson6e65 I have some problems too: I can configure local DynamoDB, but when i run phpunit I receive an error:
Maybe we should fix also tests (I never made tests, so I can be wrong) EDIT: |
Yes, this library seems not be tested against PHP 8 yet. Feel free to create an issue about it.
Of course! I'm also enabling GitHub Actions for running these tests. Just make sure to open an issue about the bug/feature before working hard in a PR. |
Hey @baopham @nelson6e65, |
I've been away for quite some time due to not having enough bandwidth. I'm not sure what my bandwidth will be like for the next few months so would love to get some help out there.
Let me know if you're interested. I'm hoping to find someone who would be super familiar with PHP, Laravel, DynamoDB and have passion for clean code (with tests :) ).
The text was updated successfully, but these errors were encountered: