-
Notifications
You must be signed in to change notification settings - Fork 12
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 #23 - "Don't Give Up" #78
Comments
Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 |
@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 @niravasher @Marieram @publiclab/reviewers @publiclab/is-reviewers @publiclab/community-reps @divyabaid16 |
@aashna27 awesome check-in 🎉 For the past two weeks I have been working on upgrading Mapknitter from Rails 3.2 to 4.2. A lot of "learning experiences"(this is what I call challenges 😉 ). However frustrating/exciting this process has been, everyday I get something to work/ fix a few tests. Four days ago I got everything to work (functionality wise) apart from the Image upload feature. Since then, no progress 😑 I have been trying to fix this functionality since then, I have followed a couple of leads/ rabbit holes which have led me nowhere 🤦♀️ but am still on it, working on it right now actually, no giving up. Which reminds me if anyone understands the image upload functionality of Mapknitter and would love to take a look at my branch please ping me. Nice week ahead everyone 🎈 |
hi all! I have been working on a new exporter system for Mapknitter, along with a few other contributors. This is a challenge for me as I have never implemented an exporter system before, but @jywarren has broken it down for me along the way into clear, small tasks. It has been really rewarding to make progress on this from my end and also work together with others to contribute pieces of it that are starting to come together! Thanks! |
Hi
These are some of the merged PRs which were fixes for bootstrap4 upgrade
The below are the work in progress PRs or those PRs which are still under the review process done for summer of code.
These are some of the open PRs for bootstrap4 upgarde in last week. One of the Issues I opened last week. Me and @gautamig54 are collaborating. It can be seen that I'm working on various section side by side. It's because we have divided our parts in section and continuing moving forwards altogether. We have are having huge discussions with @jywarren.
One general Issue and central hub for all discussions ? You can see the progress of projects : - I'll keep on working on the projects and my work. I'll be active in discussions. cc : Mentors @jywarren @gauravano @rexagod @cesswairimu @Souravirus @milaaraujo |
Hi Everyone !! Update on last week's progress -FTO's created by meProgress of my projecthere are some issues/PR's I worked on last week.
PR's reviewed by me
Work done last weekLast week I found an error in the installation of the LEL repo on my local and with the help of @sagarpreet-chadha we traced which PR was causing that error and fixed it. The fix involved some issues with java script ordering in the main html file and some redundant code that was accidentally merged. I also started with some revamping UI related issues. Looked at different Leaflet plugins and understood the goals of my project better :) Goals for next weekNext week I would like to fix some issues i found and opened last week wrt menu organization of the LEL layers. Thanks everyone !!! PS : Here is the link to the very first blog i ever wrote as a part of outreachy :) |
Great attitude @aashna27 !!! @cesswairimu - do you have an issue open where you're working through the upload system? I think one complicating factor is that the images are stored in Amazon S3 in production, but locally for development, both using the Paperclip gem. But the system is similar (except for Amazon S3) to the Great to see everyone working together! Please give a shout out if you'd like to ask others to review your work or help you get "un-stuck"! |
Hey Everyone! I am Isha Gupta and I am working with @namangupta01 on the project Sensor Data upload and Display Library for GSoC this summer. Work is going on at https://github.com/publiclab/simple-data-grapher We have the basic functionality up for a long time now, some of my PRs merged within the last couple of weeks are:
All of this code was written from the very scratch, since its a new library. Right now, work is being done to restructure the existing code and also improve upon the graph features and discussions are being held on:
Since its a new library, once we have a little more code in place, FTOs will be opened and newcomers are more than welcome to explore the library in the meantime. This week, I aim to get the browsable range-slider up and running, apart from improving some structure of the code and making the graphs more conclusive! cc: @jywarren @gauravano @SidharthBansal @Souravirus Also, I would love to have a discussion, probably a conference call with @sagarpreet-chadha @rexagod Have a great week everyone! |
Hi all! I wanted to share some cool graphs I made back in March - using this using a system called hercules -- https://github.com/src-d/hercules It's designed for making a whole bunch of different types of graphs, but a few that interested me - here's one that shows (for plots2) what year code was written in, over time: There are a lot more graphs in the comments on this post, too (sorry, i thought it was related enough to add in comments there, and I didn't do enough analysis to make a whole new post). I can also re-generate them with more recent data if people are interested; it took quite a while to get it all installed and running, and a while to crunch the data as well, but i have it all set up now, so it's not so bad anymore. |
Very nice theme @aashna27 . I still remember when I was refactoring the core API of sequencer to provide only single image support per sequencer, it was a whole bunch of errors, sometimes in running the code successfully, sometimes during changing the tests. But ultimately, the next version release was something that was such a big moment for me. And this time also during SoC period, lots of challenges are there, but we are all ready to again learn something new out of it. Also @jywarren I would suggest if we can utilize the new sponsor feature of GitHub. Some organisations have addded this: readthedocs/readthedocs.org#5729 https://github.com/prettier/prettier/blob/master/.github/FUNDING.yml What do you think upon this? |
Thanks @jywarren, I will compare with the plots2 image storage. I will also open an issue for the same and ping you thanks. |
Hi All! My major challenge is overcoming the overwhelming feeling that there is just so much to learn right now! I entered here wanting to figure out how to enable a live capture from my raspberry pi's ip camera feed and complete the data processing on a computer, for a project I'm working on (https://publiclab.org/notes/jenjimah/04-07-2019/horticultural-spectroscope-upgrade-planning). But it's definitely going to take me some time to get up to speed. I only have completed one intro Computer Science course so far so a lot of this is new for me. My background is mainly in plant science! |
Welcome, @cryptoclidus! Congrats on your first FTO 🙌 Very cool to hear about your raspberry pi work. Do check out https://publiclab.org/pi-builder and https://github.com/publiclab/pi-builder/ ! Plant science FTW! 🌱 @IshaGupta18 I opened an issue to start collecting resources here: publiclab/plots2#5794 |
I also wanted to ask if @publiclab/mentors or @publiclab/soc folks might be able to help @Divy123 with some issues in WebAssembly -- it's a bit outside my area of expertise but it's part of a really interesting project to optimize image processing in @Divy123 would love some help with this, and I'd really appreciate the support too! |
Hi everyone, we are planning to hold an Open Call for Software community where they can ask their questions, share their experiences and much more. Also, we would be discussing some topics like Testing, reviewing process, Unstable usage, etc. The Open call will take place on June 4, 2019, Tuesday. Please express the time you're comfortable with https://www.when2meet.com/?7871820-tR6Vk Looking forward to meeting you all 😄 . |
Just wanted to share a cool and inspiring article about a team of students that met online and virtually collaborated to build a rocket: https://www.wsj.com/articles/bored-teenagers-found-each-other-online-and-built-a-rocket-to-launch-into-space-11559143865 |
Hi, anyone interested in opening a new check-in? |
I'll do it ! :)
…On Mon, Jun 3, 2019, 3:43 PM Gaurav Sachdeva ***@***.***> wrote:
Hi, anyone interested in opening a new check-in?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#78?email_source=notifications&email_token=AFPAIVKD6MWIC5F6MLGZCXDPYTVDHA5CNFSM4HPXFI72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWY6J7Q#issuecomment-498197758>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFPAIVNVU4OIIKPRUXMWMPTPYTVDHANCNFSM4HPXFI7Q>
.
|
Great. Please go ahead and you can refer to https://github.com/publiclab/plots2/blob/master/doc/CHECKINS.md. Thank you! |
Hi, new check-in is open at publiclab/plots2#5828. Thanks everyone!! |
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 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 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 - "Share your challenges and grow together". 🥂 We all are part of this supportive community wherein we take tasks that are totally new to us and every task or some particular ones bring new challenges, share your recent challenges and how you kept fighting to get your task done and experienced that gush of happiness.
Recently I faced it with "Text over Image" feature in image sequencer wherein things were consistently messy, sometimes the image disappeared and the other times the font. But this was my feature, and I was not ready to stop. 🙇♀️ I kept on trying posts and debugging for issue areas. Finally, the persistence paid off and I made it!! 🎉 I have learned that a dead end is only when you stop trying. If you want something, set your mind to it keep on challenging yourself to do it.
For the soc students especially, the months ahead will be a challenge but follow "Plan, conquer and enjoy" 💃
I would love everyone to share their experiences.
You can find our list of previous check-ins here
Note to Summer of Code interns:
Hi, we request all the SoC students to include the below-mentioned points in their check-in comment:
It is like a weekly scrum. Be flexible.
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.
Thank you!
The text was updated successfully, but these errors were encountered: