DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

Who's looking for open source contributors? (September 17 edition)

Find something to work on or promote your project here.

Please shamelessly promote your project. Everyone who posted in previous weeks is welcome back this week, as always. πŸ˜„

Happy coding!

Oldest comments (52)

Collapse
 
vinistock profile image
Vinicius Stock

Re-posting the same project from last week, since it sparked some interest among folks: Sail.

It is a Rails engine to bring in settings to control an application's behaviour while live.

There are two points I would appreciate collaboration:

  • Making the control dashboard design more elegant and better looking
  • Expanding the types of settings available

This time, I have created two issues as feature requests with implementation steps, if anyone is interested in contributing that would be a good starting point.

Suggestions and feedback are also appreciated!

Collapse
 
ben profile image
Ben Halpern

Thanks a lot. We're definitely some of the folks interested.

And we'd probably get involved with Sail ourselves plus the community if it were live in dev.to.

In fact, I just made an issue requesting this, if you'd like to give it a shot Vinicius, we'd definitely love to have the gem's author active in our project.

Replace Flipflop with Sail #686

It may be silly to replace a tried-and-tested gem with a newer one, but conceptually I think this approach will work. Read on. Please mention if this would be a terrible idea.

Feature Request or Task

Sail is a new gem from a dev.to community member github.com/vinistock/sail

It adds app-wide settings/config in a way I like more than Flipflop. I feel like feature flags should live alongside other settings we might want to use. A unified site-wide admin config. This could also be a destination for a lot of features folks could use for self-hosted instances of the app.

User Story / Description

As an admin, I'd like to adjust a site-wide configuration.

Definition of Done


All current flipflop features are replaced by Sail, then we can add more as we go

Collapse
 
vinistock profile image
Vinicius Stock

This is awesome! I'm very flattered that you took such an interest in the gem.

I won't be able to get to the issue until the 25th (I will be out on vacation with little access to my computer), but I will gladly put together a pull request to add it to dev.to.

Then people can checkout to the branch and test it out, see if it suits your needs. Another idea would be to have the styling look like the overall dev.to design. That'd be pretty cool, I love the visuals on this site.

Anyway, I' m excited with the collaboration!

Thread Thread
 
ben profile image
Ben Halpern

Awesome. Us or someone else may get to it sooner (or decide it isn't actually a good idea), but very happy with this approach and definitely excited to collaborate. Your involvement in both projects would be a real boon to everything!

Enjoy the vacation!!!

Collapse
 
gmartigny profile image
Guillaume Martigny

Hi everyone,

I'm still working on Pencil.js, a nice Javascript drawing library. The goal is to merge ease of use (OOP syntax and strong default setting) with great flexibility (lots of options and modularity).

Read this post for more in-depth presentation :

I'm mainly looking for feedback from new users, but I'll be glad to work with someone willing to contribute.

See ya.

Collapse
 
johnanisere profile image
John Anisere

Hi Guillaume,
Why would I use Pencil.js as opposed to SVGs ?

Collapse
 
gmartigny profile image
Guillaume Martigny

The SVG syntax is part of the problem that push me to do Pencil.js (along with p5).
I love the OOP syntax, maybe too much, but that's how I think. I want to be able to add a Rectangle instance to a Scene for example.

The SVG path syntaxe is a joke IMO. But it's compatible with Pencil.js Path class.
Shapes are ok, but lack the reactiveness of programmatic Javascript.

Check the examples for more details.

Collapse
 
noah11012 profile image
Noah11012

Hi all!

I'm working on a library to read and write PPM (portable pixmap) images with a simple to use C API. We have two out of three issues that prevented the first version of the library from being released fixed. Only one more issue needs to be resolved before version 1.0 is released.

Link to Github repository: github.com/Noah11012/libpixmap

Another project I've been working on is a C++ implementation of Rust's Enum Type Result. Not all methods found on Result are currently implemented and because of the language differences between C++ and Rust, not everything maps perfectly. If you would like to help me with this project it would be much appreciated.

Link to Github repository: github.com/Noah11012/result-for-cpp

Collapse
 
ganeshtata profile image
Tata Ganesh

Hi Noah! libpixmap looks interesting, but I don't see any open issues on the github repo. I understand that you have mentioned them in your README, but for better tracking, you could open issue(s) so that people can get more clarity on the task at hand.

Collapse
 
noah11012 profile image
Noah11012

They were placed in the README.md as the three issues blocking the first release of the library. Issues after the release of this library will be placed in the Issues tab.

Thread Thread
 
ganeshtata profile image
Tata Ganesh

I still don't understand as to how contributors can get more clarity on the issue. At least add a Contribution Guide, indicating -

  1. Things to be taken into consideration while making a contribution
  2. How to reach out to the owner(s) of the repository in case of any doubts.
Thread Thread
 
noah11012 profile image
Noah11012

I haven't thought about adding a Contribution Guide since the project is so small. If someone did create a pull request, I would format their code to my liking.

Thread Thread
 
ganeshtata profile image
Tata Ganesh

Cool.

Collapse
 
djubreel profile image
Jubril Edu

Interested in working on a project to get me started with back-end development. PHP, Go or maybe Javascript would be fine.

Collapse
 
thomasthespacefox profile image
Thomas Leathers

SBTCVM, a balanced ternary virtual machine project, which is written in python, is looking for developers with lower-level experience, interested in writing applications, games, ect. that are capable of running within the VM itself.

2 external programming languages are available:

  • SBTCVM Assembly: list-style assembler with automatic addressing, and a standard library of sorts.
  • SSTNPL: slightly higher level language with named integer variables, and goto-based subroutines.

Both of these support decimal in their syntax, so knowledge of balanced ternary isn't strictly necessary starting off.

Also, devs wanting to help with the VM, utilities, and compilers will need knowledge of python, and retro/embedded computing, the latter due to the VM's rather constricted specifications.

Devs should try and familiarize themselves with SBTCVM's basic features and principals, before trying to jump into the python codebase head-on.

python 2.7 and 3 compatible.

repo: github.com/SBTCVM/SBTCVM-Gen2-9
list of existing utilities and applications: sbtcvm.blogspot.com/p/utilities.html

Collapse
 
zcdunn profile image
Zack Dunn • Edited

Plume is a federated blogging platform that aims to make it easier for anybody to start blogging. Users can host their own blog or use a public instance. It users ActivityPub for federation to improve discovery so your blog can be followed by any user of Plume/Pleroma/Mastodon/any other ActivityPub platform or RSS.

The project is written in Rust using the Rocket framework. Check out a public instance to get a feel for the platform or jump onto the issue tracker if you want to help.

Plume-org / Plume

Federated blogging application, thanks to ActivityPub

Plume Build Status

Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.

Demo instance

It is not yet ready for production use, but we have all the basic features (account management, blogs, articles, comments, etc) and a basic federation.

Feel free to join our Matrix room: #plume:disroot.org to discuss about the project!

If you are interested in coding, check out the development guide. You can also help by reporting issues, suggesting features, or writing documentation for instance.

If you would like to help by translating Plume, we also have a guide for you!


Collapse
 
misterhtmlcss profile image
Roger K.

First link isn't taking me where i would have expected to go. I think it'sa link to GH notifications; I'm guessing since I'm on my phone.

Collapse
 
zcdunn profile image
Zack Dunn

Thanks, fixed.

Collapse
 
spikespaz profile image
Jacob Birkett

I've got a really simple JavaScript extension for Firefox that needs updating. It's got 15 open issues, and I know how to solve them but it would take a rewrite and I really don't want to spend time updating it. It's got 56 stars, over 4k users, and over 31k downloads on AMO, just under 60 5-star reviews, 4.8 on average, so I don't want to drop support.

If you or someone else likes WebExtension JS, HMU. I'll tell you what needs to be changed to fix those bugs and why it requires a rewrite.

github.com/spikespaz/firefox-nativ...

Collapse
 
misterhtmlcss profile image
Roger K. • Edited

I'm interested in learning more about extensions on Firefox. If you are open to giving some direct guidance to a newb then I'm definitely interested in contributing to your project. Also i looked and didn't see the label 'good first issue'; do you have that? I'll check again in the morning. You're project could be great way for me to learn! Thank you for sharing :)

Collapse
 
spikespaz profile image
Jacob Birkett

I'm sorry, I don't really understand the second sentence. Could you reword that? Also, what is oscur? I would be glad to give help, even if I end up doing the rewrite myself.

Thread Thread
 
misterhtmlcss profile image
Roger K.

Fixed. It was 1am and i was clearly exhausted ;)

Collapse
 
jay97 profile image
Jamal Al

Im interested but all that experienced with building extensions. So this will teach me a lot. Could help me tho on where to start?

Collapse
 
theoutlander profile image
Nick Karnik

I started TesterBot a while back, but I stopped when I learned that Google had released Lighthouse which was quite similar and comprehensive.

However, my vision for this project is far beyond what lighthouse provides. I've also wanted to turn this into a SaaS product while keeping the underlying library open-source and free.

If there's any interest here, I'd like to revive this project. I would love to hear your thoughts!

theoutlander / testerbot

Automatic Front-End Testing

testerbot

Automatic Front-End Testing

Maintainability Test Coverage CircleCI PRs Welcome npm version npm NSP Status license Join the chat at https://gitter.im/theoutlander/testerbot

Purpose

During development, there isn't enough time to write tests, so our only option is manual testing. We don't need a reminder of how inefficient, time-consuming, error-prone and boring that can get. When we get around to writing test-automations, we spend a lot of time writing tests from scratch. However, most of the test-cases for testing web-applications can be automated and reused.

We created Testerbot to automatically test web-applications during the development process via Puppeteer which talks to Headless Google Chrome.

The basic framework is ready and we have implemented a few test-cases, but we need help in adding more reusable test-cases.

Note: I started this project several months ago and built a SaaS product, but realized that an open-source test automation package will help catch issues quickly during development. I recently stumbled upon frontendchecklist.io/ and created github issues to automate as many of those…

Collapse
 
benspak profile image
Ben Spak

Hey guys! Still a very fresh project.

Building career roadmaps for newbie developers who need help picking a career path.

This is for the Spak.co community. Will be integrated with #301DaysOfCode for greater exposure. Will also be marketing the project via my social profiles to help gain awareness.

github.com/SpakMedia/org-product-r...

If you want to help newbies with their careers we'd love to work with you!

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

This looks like a very promising project, the landing page looks really cool already. Didn't know about the #301DaysOfCode also, that's like 3 times the challenge I did haha

Collapse
 
benspak profile image
Ben Spak

Thanks Juan :) Just added a little more info to the repo tonight.

Collapse
 
jbull328 profile image
John Bull

Hello Benjamin,
This is a space I am very passionate about and would love to help out. Career support is still one of the biggest problems out there, especially for new folks.

Collapse
 
benspak profile image
Ben Spak

Awesome! Just added a little more info to the repo tonight.

Collapse
 
peoray profile image
Emmanuel Raymond

How do I join this project?

Collapse
 
benspak profile image
Ben Spak • Edited

Take a look at the org roadmap. Then, do a PR on anything you feel you have the skills for :)

Need content, wire frames & views built out.

github.com/SpakMedia/org-product-r...

Collapse
 
offendingcommit profile image
Jonathan Irvin

GitHub logo jelly-fin / jelly-fin-native

A simple way to manage your finances with forecasting. We should automate our money, not make it automate us.

Jelly Fin

Discord Dependabot Status PRs Welcome contributions welcome Inline docs Build Status codecov


Finances are hard. It's one of the first adulting things everyone has to wrestle with. So, let's make it easy and automate it. Over the course of several years, my wife and I have tracked our finances using a forecasting method and had done it all within a spreadsheet. The time came where I wanted to take this concept and make it mobile using serverless architecture and clean design.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For iOS Remember that you need to have Mac OS in order to develop for iOS

For Android

  • …
Collapse
 
misterhtmlcss profile image
Roger K.

Great project. We are working on our build pipeline right now. Anyone with Docker or build skills in general should come over and at the least do an inspection with feedback. Lots of junior devs on this project that would appreciate seniors dropping in even if it's for a quick consult

Collapse
 
nayan9229 profile image
Nayan Mevada

I'm Interested in working on a project. I can help you in Docker, Scaling application, back-end development else any kind of development work it would be fine for me.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.