-
Notifications
You must be signed in to change notification settings - Fork 210
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
Weekly Community Check-In #22 - "What was your Eureka moment?" #1065
Comments
Nice theme @Divy123 👍 ! I have removed the list of past check-ins, as we have started maintaining the list - publiclab/plots2#5627. Thanks! |
@mohitRJranjan @milaaraujo @kevinzluo @Rishabh570 @sashadev-sky @geekychaser @shubhscoder @sidntrivedi012 @SidharthBansal @cesswairimu @stefannibrasil @ViditChitkara @tech4GT @mridulnagpal @IshaGupta18 @coderjolly @namangupta01 @sagarpreet-chadha @Souravirus @MayankKashyap @siaw23 @ryzokuken @icarito @steviepubliclab, @ebarry, @jywarren, @sagarpreet-chadha, @JonathanXu1, @uzorjchibuzor, @eli6, @rexagod, @divyabaid16, @dinaelhanan, @oorjitchowdhary, @wanzulfikri, @mohitRJranjan @publiclab/mentors @publiclab/image-sequencer-guides @publiclab/leaflet-environmental-layers-guides @Paarmita @publiclab/reviewers @Divy123 @bhavayAnand9 @Mridul97 @avsingh999 @romanrodriguez @Dhiraj240 @codeIriss @rishabhc32 @chirag-singhal @IgorWilbert @vrk99 @pdurbin @harshkhandeparkar @aashna27 @niravasher |
@Marieram @gauravano @publiclab/reviewers @publiclab/is-reviewers @publiclab/community-reps |
Hello Public Lab community! I am a newcomer, and was very happy to hear about these check ins! Full disclosure, I recently became the Interim Executive Director for OpenStreetMap US. I am hoping to build relationships with other open communities like yours and seeking ways to improve community relations & support for new mappers in OSM. Thanks for providing a welcoming space! |
Hello PublicLab team, I am from Brazil, not a newcomer but I have been contributing to PublicLab since around February, I have been selected this summer for Gsoc program to help on the Mapknitter rails upgrades. My Eureka moment was when I started workin past winter with Quasar framework having near zero experience with components architecture 😄 😄 . But in the end I got the train rolling and delivered a very stable and very good written (btw) product. From this moment on I started liking frontend 😄 😄 😄 😄. |
Thanks a lot @gauravano for mentioning the contributors here!! |
Hi! PL is where I made my first PR ever so I have definitely had so many eureka moments. A big one for me was learning about staging infrastructure and testing. Specifically, that you can test changes in a staged production environment by pushing to the 7 months after my 1st PR I know I still have many more eureka moments to come for the infrastructure topic 🚀 |
Hello everyone! Have a great week everyone 🎉 |
My eureka moment, maybe some of you can guess -- when I created my first I also ❤️ hearing about people learning about testing. I used to hate tests! Can you imagine!??! Now I love them! 😛 |
I guess mine was when I wrote up the edge detection module here. I had never formally learned Image processing before so it was basically me reading articles all over the internet. Now, 2 and half years later and having taken 2 courses on Image processing at my university, it's hands down my favourite area of work. 😄 |
Hello everyone, I don't have any Eureka moment with me but this week I'll fix my previous work that were remaining. Few modules I dealt with before that weren't merged due to merge conflicts. Will try to resolve them. Once again all the best to all GSoCer's. Let there be rains of new technology and code. |
Hi everyone, my eureka moment was -- when I wrote my first test and API for plots2. Another moment was the success of publiclab/plots2#4963 😄 🎉 |
@gauravano best idea 2019 |
I'm new enough to not have had a particularly interesting "eureka" moment. This is sort of a half eureka moment because while I did discover the problem, I still don't understand why it's a problem. In my FTO, my tests kept failing because there was white space. I was using the "edit in browser" method and this occurred no matter how I made the change whether I was copy and pasting the code I was given, or if I typed it in myself. The code I was given and my own typing of it used a carriage return at the end of the line, after which Github put the next line at the appropriate depth. After a while, I tried deleting the indentation and then using two spaces instead. Then the test passed. So...eureka? To make it a full eureka, if anyone can explain why this was, I'd appreciate it. My understanding of Ruby is that while whitespace can matter in certain situations, and a carriage return can be meaningful to the termination of a line, I was under the impression that indenting did not matter in the same way that it does in Python, for example. |
My eureka movement was when I wrote my first test. It was really hard initially. Now they seem to be just the flow of events. |
Hi @publiclab/soc you all are invited to take part in these discussions. We really love to have your views folks.
With FTOs and PR reviews, we are seeking to develop a much more friendly and collaborative platform. We want you all will involve people in your project. You all will develop skills like leadership along the way. If you have any query then please feel free to ping me. I will try to reply to as many as I can as soon as I can. Thanks all for reading the comment. |
Hey @skilfullycurled, I will consider it a eureka moment as your first PR was really great. Normally, we don't expect to see a feature implemented in FTO PR 😄. Feel free to drop the link to the space issue you faced. Nice ideas @SidharthBansal 🎉 💯 ! Thanks! |
Thanks @gauravano. I have to credit @jywarren for writing a really good FTO which allowed me to focus on those areas, and it probably helped that I was familiar with MVC. Still, that's great feedback, you never know what's normal! The issue I was referring to is here and the version of what finally worked is here. Additionally, I also got an error because of an extra carriage return in the view. I definitely did not expect that considering white space definitely doesn't matter in HTML (I know it's a templating language but still...). I await further eurekament. |
Hey @skilfullycurled, that was the codeclimate error. We primarily focus on Travis test result. Codeclimate looks for sanitization, syntax, spacing issues, etc. Sometimes, it's really irritating and so we merge PRs(some times) without the codeclimate test passing. Also, you can see the exact details of the test by clicking on the details link next to the test name. It will take you to the codeclimate website and will give you suggestions for improving your code. It really helps in learning good practices 😃. Also, I tried to see the detailed analysis for your commit but I think, it's not available now - https://codeclimate.com/github/publiclab/plots2/pull/5459 . Thanks! |
Issues Opened Project and Milestones Works in progress Review Process |
Please use markdown text in the comments too so that it will look pretty good |
Hi This is Lekhika. Fto-candicate Issue Other Issue I created the project for upcoming Summer of Code 2019. I'll be working on this Project along with @gautamig54, We have been discussing regarding work and checklists. @gautamig54 made one main planning issue publiclab/plots2#5739 to discuss all out work at one place. I just opened the PR publiclab/plots2#5740 to start off my soc work for UI design. |
Hey Everyone!
Since my GSoC project is a standalone project that will be integrated later
with the main site, right now me and @namangupta01 are working on
https://github.com/publiclab/simple-data-grapher. When we ready with the
project's basic functioning, we will be integrating it with plots2!
Everyone is welcome to have a look and give their feedback on this repo!
Thanks a lot.
…On Sun, May 19, 2019, 6:32 PM Lekhika Dugtal ***@***.***> wrote:
Hi This is Lekhika.
This week I've made following issues :
*Planning Isssues*
publiclab/plots2#5733 <publiclab/plots2#5733>
publiclab/plots2#5708 <publiclab/plots2#5708>
publiclab/plots2#5707 <publiclab/plots2#5707>
*Fto-candicate Issue*
publiclab/plots2#5693 <publiclab/plots2#5693>
*Other Issue*
publiclab/plots2#5741 <publiclab/plots2#5741>
I created the project for upcoming Summer of Code 2019.
https://github.com/publiclab/plots2/projects/10
I'll be working on this Project along with @gautamig54
<https://github.com/gautamig54>, We have been discussing regarding work
and checklists. @gautamig54 <https://github.com/gautamig54> made one main
planning issue publiclab/plots2#5739
<publiclab/plots2#5739> to discuss all out work
at one place.
We have started our work and divided the portions.
I just opened the PR publiclab/plots2#5740
<publiclab/plots2#5740> to start off my soc work
for UI design.
Thanks !!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1065?email_source=notifications&email_token=AJXHQZ4LZTLQCNW6UY7UXF3PWFFV7A5CNFSM4HMSZ6J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVXBWSY#issuecomment-493755211>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJXHQZ4AXSQGWLFLEMLRHUDPWFFV7ANCNFSM4HMSZ6JQ>
.
|
Hello all! I am Gautami Gupta. |
Hi everyone !! My Eureka moment was definitely when my first PR got merged 🎉 I will be working on the project Extend leaflet environmental layers. The next week starting tomorrow I look forward to start working on improving the layer display of LEL and define a better structure for organization of layer displays. |
Hi @alaxalves @kaustubh-nair, great start 💪 🎉. @CleverFool77 and @gautamig54, great to see your progress and as your project will very much depend on feedback from @publiclab/community-reps so want to let you know that things might get slow sometimes over the weekend so consider having all your doubts resolved in weekdays if you like working over the weekend. @IshaGupta18 @namangupta01 wow, what a start, happy to see that your project is already taking the shape. Please label the issues and PRs from the start only. Also, I saw issue from a contributor so feel free to add Code of conduct file yourself or maybe open the first FTO of the repo :) @ananyaarun sounds great! |
Hi @aashna27, you showed interest in opening weekly check-in some time ago, if you're still interested, then please go ahead or let us know if you're busy. Also, as we have started a little late on the Project update part so please open the new check-in on Tuesday evening. Thanks! |
@SidharthBansal @gauravano I could be imagining this, but somewhere we posted a template and told GSoC students to use it as a saved reply for progress check-ins right? |
⭐️ My first eureka moment was when i was searching for open-source communities back in 2017 and founded - PublicLab ❣️ ⭐️ There are tons of other eureka moments for me --- especially in LEL , LBLD projects where some issues required weeks of detective work 🔍 . Hey @aashna27 , if interested you can open the new weekly check-in in this project : https://github.com/publiclab/leaflet-blurred-location-display . What do you think 😄 ? Thanks ! |
TBH @sashadev-sky I don't remember if we finalized a template for check-in progress for SoC interns. But, we can surely use it if there's any. I am still going through my mailbox and maybe find that. If you want we can open an issue and hold discussion over the message template and take @SidharthBansal's list as a start? Thanks! |
Hi, all! I just posted a draft Software Roadmap, which I'd love input on! https://publiclab.org/notes/warren/05-22-2019/draft-of-a-public-lab-software-roadmap-comments-welcome 🙌 |
@publiclab/soc @publiclab/reviewers especially! |
Hi all!! There's a post on Public Lab I'd love to get some of your feedback and ideas on. I think a lot of your experience here in the coding community in helping to onboard newcomers, organizing information, and keep materials up to date would be really valuable in this conversation! Please share! https://publiclab.org/notes/stevie/05-23-2019/thinking-through-research-area-reviews |
Hi all! 👋 I've been a bit out-of-the-loop and lagging due to my finals recently but they are over now, so I guess with some assistance from @sashadev-sky (thank you!) I should probably be up to speed in no time. Also, since everyone is here I'd love to pitch this new CLI tool (link below) I started working on last night that'll seamlessly integrate with https://github.com/rexagod/matcher-cli PS. The final interface will be implemented in Vorpal. Thanks! cc\ @jywarren |
Ashna please open the new check in. Just a reminder. |
@sashadev-sky that would be great. Students are encouraged to use the saved replies feature. |
I really loved your idea.
@gauravano @sashadev-sky no need to create an issue and template. We want to see the students creativity in writing posts. There is no fixed format. Students can do it as they wish to. This will help students to do introduce new things in the checkins which we will be able to learn. In case, we will give them a template then everyone will do things in same way. We want people to do things in their own way. I hope you will agree with me. Thanks |
Actually, I think, @aashna27 might have missed the notification so if anybody else wants to open new check-in let us know. Thanks! Regarding template, ok, let's not give saved reply but let's consider making a list of things we want to know every week from interns @SidharthBansal?
Thanks! |
@gauravano @SidharthBansal ok sounds good! How about adding @gauravano bullet point list above as a check-in section to remind people what to address? |
Yes, let's do that. Maybe we can give heading as "Summer of Code progress
update"
…On Sun 26 May, 2019, 12:02 AM Sasha Boginsky, ***@***.***> wrote:
@gauravano <https://github.com/gauravano> @SidharthBansal
<https://github.com/SidharthBansal> ok sounds good! How about adding
@gauravano <https://github.com/gauravano> bullet point list above as a
check-in section to remind people what to address?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1065?email_source=notifications&email_token=AE7JF5RI2HEF6LPCQIXOORDPXGA4FA5CNFSM4HMSZ6J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHW43Y#issuecomment-495939183>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE7JF5V6A6FQZMZQ2TQARCDPXGA4FANCNFSM4HMSZ6JQ>
.
|
Hey! I am sorry I missed through the notifications, was a little busy with some system repairs but I am here now and I volunteer to open the next check-in. |
Hey @gauravano so I have to open the check-in on tuesday right? |
yeahh sure thanks for suggesting !! 😄 |
Hi @aashna27, no issues. Actually, it was for the previous Tuesday. Please open check-in by tomorrow. Thanks! |
Hi everyone, new check-in is open at publiclab/leaflet-blurred-location-display#78. Thanks, @aashna27 for the great theme 😃. |
Yayyy!! Thanks a lot 🎉 |
@gauravano do you have the ability to edit issue descriptions in LBD? I was going to implement this but I realized I didnt. If not, I can just do it on this issue here and mention @aashna27 to update the new check-in! |
Yeah please let me know the edits!
…On Mon, May 27, 2019, 4:39 AM Sasha Boginsky ***@***.***> wrote:
@gauravano <https://github.com/gauravano> do you have the ability to edit
issue descriptions in LBD? I was going to implement this but I realized I
didnt.
If not, I can just do it on this issue here and mention @aashna27
<https://github.com/aashna27> to update the new check-in!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1065?email_source=notifications&email_token=AGKQ7SFE2FGAMDW674CD7GTPXMKBXA5CNFSM4HMSZ6J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWIPFYY#issuecomment-496038627>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGKQ7SBFRGYJOPYBRERTQ43PXMKBXANCNFSM4HMSZ6JQ>
.
|
Hi Sasha, I have updated the check-in body. Let me know if any further
changes are needed. Thank you!
…On Mon 27 May, 2019, 11:17 AM aashna27, ***@***.***> wrote:
Yeah please let me know the edits!
On Mon, May 27, 2019, 4:39 AM Sasha Boginsky ***@***.***>
wrote:
> @gauravano <https://github.com/gauravano> do you have the ability to
edit
> issue descriptions in LBD? I was going to implement this but I realized I
> didnt.
>
> If not, I can just do it on this issue here and mention @aashna27
> <https://github.com/aashna27> to update the new check-in!
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#1065?email_source=notifications&email_token=AGKQ7SFE2FGAMDW674CD7GTPXMKBXA5CNFSM4HMSZ6J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWIPFYY#issuecomment-496038627
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AGKQ7SBFRGYJOPYBRERTQ43PXMKBXANCNFSM4HMSZ6JQ
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1065?email_source=notifications&email_token=AE7JF5UZSQ2HXIPMM6B6TY3PXNYW7A5CNFSM4HMSZ6J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWI2TKI#issuecomment-496085417>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE7JF5USQGSDO4PXWFN2KATPXNYW7ANCNFSM4HMSZ6JQ>
.
|
@gauravano yeah its perfect! Maybe lets add it to the bottom? |
Done! @sashadev-sky |
Hi everybody 😃 !
We all at Public Lab 🎈 - learn, grow, work, brainstorm ideas, contribute together so why not share about our weekly goals and the awesome work we have done at Public Lab with each other, so we can support and collaborate with each other better. We have a Community Check-In each week, where every community member can share something about their work from the past week and about their current week's goal 🎯. You are also welcome to share fun-fact 😄 , new ideas 💡 , your learning goals ☑️ .
We believe in collaborative efforts to support our community. We are running a learning platform which helps a newcomer to become master of tomorrow. 💯
If you're new here, welcome, and please comment a Hello message below, we would love to work with you. If you're looking for new issues, please try some of our first-timers-only issues.
We're SO EXCITED to have your help!
Is there anything, you would like to share with us from past week's work? What is your plan for this week?
If you have not planned yet, just leave a Hello! so that we know that you are in sync with us 🔃 and doing well!
The coming weeks will be absolutely full of code 💻 , tasks 🗒️, fun 🎉 and excitement 😃!!
As always, if you're waiting for a review, or if you're stuck, please request help here OR leave a comment with @publiclab/mentors @publiclab/reviewers for some input. 🙌
Gitter
Gitter is an active chatroom in our community and we'll be sending weekly reminders about check-ins there. Be sure to sign up there for these updates or just to join the conversation. You can also join us through http://publiclab.org/chat 💬.
This week's theme
The theme for this week is - "What was your Eureka moment?". Here at Public Lab, we have learnt so much that words are not enough to express. We all struggled, we enjoyed and we all gained something new. We all did and we all will. So, this is the time to share some of the most exciting Eureka moments of us while getting our Github graph greener by contributing for the good.
Personally this is very close to my heart!! I have been into JS based development since quite sometime but after I started contributing here, with each PR getting merged was a moment of spark for me!! I remember once I was adding % input functionality to crop module input here in IS and I was stuck due to some callbacks. I did not want to change the structure of PixelManipulation file and then suddenly some series of callbacks did it so easily to which I was much surprised and amused. That was the first and one of the most exciting Eureka moments for me. Would love to hear from other members as well!!!
You can find our list of previous check-ins here 📓
Have a great week everyone! 🎈 ❤️ 🎉
Thank you !
The text was updated successfully, but these errors were encountered: