help-wanted
Here are 457 public repositories matching this topic...
-
Updated
Jun 29, 2021 - Java
-
Updated
Jul 27, 2021 - JavaScript
Which version are you using?
Ex. 1.24.1
Is the latest version affected?
- Yes
- No
Which library are you using?
- Vanilla JS (
tsparticles
)
tsParticles Configuration
detectRetina: true,
fpsLimit: 60,
interactivity: {
detectsOn: "parent",
events: {
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
May 2, 2021 - Swift
let people add .json
Is it possible to add .json to .imgbotconfig? (.imgbotconfig.json) I’d like my syntax to be highlighted
Please add support for steam totp.
Giving a good example: https://github.com/Jessecar96/SteamDesktopAuthenticator
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
We recently added the Map::validCoords
function. This should be used in a number of locations. Search the codebase for the constant 0x2FFF, 12287, 0x3000 or 12288 and if its a Map::Pos2
or Pos3
then it very likely should be using the validCoords
function.
Likewise if its 384, 0x180, or 0x17F, 383 and if its a Map::TilePos2
then it should probably also be using the validCoords
functi
-
Updated
Jul 29, 2021 - HTML
-
Updated
Nov 2, 2020 - Assembly
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
Jul 8, 2021 - PHP
-
Updated
Jul 2, 2021 - Go
Requirements
Add an environment parameter in the config.
This environment field should be added to all users in the param so we can add rules based on the environment and have the same config file for all your environment.
-
Updated
Nov 17, 2020
-
Updated
Jul 18, 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
Jul 23, 2021 - Java
-
Updated
Jul 23, 2021 - C
- 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
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
Apr 15, 2021 - Python
-
Updated
Apr 5, 2021 - Python
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."
Expected
str = empty string
Actual
failed and returns JsErrorNullArgument
I think this should be possible