help-wanted
Here are 414 public repositories matching this topic...
-
Updated
Feb 28, 2021 - Java
-
Updated
Mar 24, 2021 - JavaScript
Which version are you using?
Ex. 1.18.12
Is the latest version affected?
- [•] Yes
- No
Which library are you using?
- [•] Vanilla JS (
tsparticles) - React (
react-tsparticles) - Vue.js 2.x (
particles.vue) - Vue.js 3.x (
particles.vue3) - Angular (
ng-particles) - Svelte (
svelte-particles) - Preact (
preact-particles) - [ ]
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Jan 20, 2021 - Swift
- My app is on the latest version. I understand that any other version is not supported.
- I have read the FAQ.
When you open a post from a story and see the comments, when you go back the title is lost.
Steps
- Open a story that displays a post
- Click on 'View Post'
- Open comments
- Press phone's 'back' butto
let people add .json
Is it possible to add .json to .imgbotconfig? (.imgbotconfig.json) I’d like my syntax to be highlighted
Add a README.md file inside the Searching Directory. The file should contain a table that has
- Columns of searching algorithms and programming languages(C, CPP, Python, Java, etc.)
- Add a row of each searching algorithm and mark a
✔️ with a LINK to code if it is currently implemented in the corresponding pr
-
Updated
Nov 2, 2020 - Assembly
move Kevin's card below the card template
Hacktoberfest 2019
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
-
Updated
Oct 13, 2020 - HTML
-
Updated
Mar 24, 2021 - PHP
-
Updated
Mar 20, 2021 - Go
-
Updated
Nov 17, 2020
-
Updated
Feb 19, 2021 - TypeScript
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
-
Updated
Mar 22, 2021 - Java
-
Updated
Mar 22, 2021 - C
Updated:
Please add a solution to any problem that you solved on Udacity. Beginners with Git are welcome to add their solution and they may reference this isssue. It stays open so others can come and contribute. Please follow the guidelines in CONTRIBUTING.md while submitting the solution.
-
Updated
Jul 13, 2020 - C#
-
Updated
Mar 16, 2021 - Python
The page needs to be doublechecked and reviewed.
https://github.com/arduosoft/RawCMS/blob/features/logcollecting/docs/LogCollecting.md
-
Updated
Nov 24, 2020 - PHP
- Do you want to add a New solution ?
- Or you solution is better than already added solution ?
Then go ahead and create a pull request. Please read Pull Request Process for simple steps to contribute
Improve this page
Add a description, image, and links to the help-wanted topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the help-wanted topic, visit your repo's landing page and select "manage topics."

When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co