The Wayback Machine - https://web.archive.org/web/20220402211206/https://github.com/topics/beginner-friendly
Skip to content
#

beginner-friendly

Here are 1,554 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

enhancement good first issue documentation Performance Improvement
androiddevnotes
androiddevnotes commented Jul 22, 2020

If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!

If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide. 🐣 contact: [email protected] / twitter: https://twitter.com/androiddevnotes

Feel free to send Pull Requests, fix typos, grammatical mistakes ...

help wanted good first issue Hacktoberfest
androiddevnotes
androiddevnotes commented Jul 22, 2020

If you want to contribute android learning resources to awesome-android-learning-resources, Pull Requests are welcomed!

If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide. 🐣

Feel free to send Pull Requests, fix typos, grammatical mistakes ...

help wanted good first issue Hacktoberfest
plots2
jywarren
jywarren commented Dec 1, 2018

We have some great new features by @ValentinaTironi -- a thumbnail grid -- see the Activities section of https://publiclab.org/micro 👍

One thing that would be great is to have the built-in buttons below that we see on non-thumbnail Activity grids, such as at https://publiclab.org/coqui

![image](https://user-images.githubusercontent.com/24359/49331305-d3959680-f568-11e8-988c-ecfdf66cecc2.png

help wanted Ruby fto-candidate HTML
Hacktoberfest-2020
strager
strager commented Mar 2, 2022
useEffect(() => {
  // BUG: async arrow function not used.
  async () => {
    const userReviewsForEachAudiobook = await Promise.all(
      reviewsUrlList.map((review) => {
        return fetch(review).then((res) => res.json());
      })
    );
  };
}, [reviewsUrlList]);
good first issue for hire

Improve this page

Add a description, image, and links to the beginner-friendly topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginner-friendly topic, visit your repo's landing page and select "manage topics."

Learn more