-
Updated
Jul 6, 2022 - Go
hacktoberfest2020
Here are 9,729 public repositories matching this topic...
We just need to write information in the wiki about how to configure the language of an application that use MaterialDesignInXaml.
- Update the Wiki
Related issue : MaterialDesignInXAML/MaterialDesignInXamlToolkit#2318
-
Updated
Jul 8, 2022 - Shell
if you are looking to contribute to Mind-Expanding Books, I would recommend focusing on improving the website which can be accessed at http://books.vishnuks.com/ (soon to get its own domain). The source code lives in /app directory.
There are a ton of improvements that can be made to the website. I have some issues opened at https://github.com/hackerki
Request to create a syntax highlight package for Atom IDE https://atom.io/
Related to #1203 #359

source: https://insights.stackoverflow.com/survey/2021#most-popular-technologies-new-collab-tools
Cloud Providers
Add following Contents to Cloud Providers - https://github.com/Tikam02/DevOps-Guide/tree/master/Cloud_providers
- Add basic concepts of following providers:
- AWS
- GCP
- Azure
- Add tips & tricks
- Add commands
Hi @wulfsolter,
Regarding #230 you should also add this confirm alert on Delete button in Editing Document and Collection… on all delete button in fact :) - Currently it is easy to delete document or collection by mistake :(
-
Updated
Jul 9, 2022 - PHP
Pikopixel icon
To make icon requests, please use the Discussions feature, do not create an issue to make icon requests
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
Jul 1, 2022 - C#
-
Updated
Jul 9, 2022 - Python
Can you please circulate UNDP Internship opportunity advertised below:
-
Updated
Jul 7, 2022 - PHP
https://material.io/resources/color/#!/?view.left=1&view.right=0 readability needs to be possible almost universally ideally. This means avoiding all caps strings in titles as screen readers read every letter and other nonsense like this however the first and foremost concern is just simply that we ship with a default that is visible for our sighted users who may have issues with color blindness
-
Updated
Jan 26, 2022 - JavaScript
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.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
Mencionar as PRs com os conteúdos aqui na Issue
Exemplo: Conteúdo adicionado na PR #15
-
Updated
Jul 6, 2022 - HTML
-
Updated
Jun 7, 2022 - C
-
Updated
Jul 2, 2022 - Python
This includes init() and go:generate comment plus everything else.
-
Updated
Oct 15, 2020 - Java
-
Updated
Jun 25, 2022 - PHP
we need to start using the device tree.
A good first step:
src/mainboard/emulation/qemu-armv7
in src/main.rs,
call print_fdt
as found in
lib/device_tree/src/lib.rs
This only sounds simple as stated here :-)
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 ...
-
Updated
Sep 2, 2021
-
Updated
Jun 1, 2022 - SCSS
-
Updated
Jun 15, 2022
Improve this page
Add a description, image, and links to the hacktoberfest2020 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hacktoberfest2020 topic, visit your repo's landing page and select "manage topics."

Q19. When do you use useLayoutEffect?
[ ] to optimize for all devices
[ ] to complete the update
[ ] to change the layout of the screen
[x] when you need the browser to paint before the effect runs
Although the fourth option is checked, this is what I've found on web about useLayoutEffect which is completely against the checked option: