-
Updated
Oct 19, 2021 - Ruby
hacktoberfest2021
Here are 12,584 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Vue
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in isMobilePhone validation, we have less than 195 phone validations i.e
In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone
-
Updated
Oct 17, 2021 - Python
Introduction
Appwrite's Contributing Guidelines are present in the main Appwrite repository. We follow the same Contributing Guidelines across all our projects but some of them are missing the CONTRIBUTING.md file in the project.
Your task is to add the CONTRIBUTING.md file to [websocket](https://github.com/ut
I have a project that is in a monorepo and uses yarn right now.
I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.
To this end, yarn allows packages
You may use this guide to make quality contributions at Hacktoberfest 2020: Hacktoberfest 2020 guide
To begin contributing, you shall get a quick overview of how Cosmos is used today. Cosmos is one of the most extensive code database and is used as:
- A datastore for various projects (such as [Quark](https://github.com/OpenGenus/
-
Updated
Oct 16, 2021 - Go
-
Updated
Oct 18, 2021 - JavaScript
What is the problem?
blitz chakra-ui recipe seems to be broken. maybe a dependency update breaking part of the installer cli?
Paste all your error logs here:
$ yarn blitz install chakra-ui
# after hitting "enter" to continue......
ERROR Cannot read property 'dots' of undefined
.blitz/recipe-install/node_modules/ink-spinner/build/index.js:12:43
9: */
10: const
-
Updated
Oct 17, 2021 - Vue
Although similar to falconry/falcon#1930, this issue proposes to improve not only documentation, but also provide a clearer indication to the developer who has happened to pass this unsupported combination of parameters.
Maybe we could emit a warning, silently disable the implicitly added middleware component if we detect that any instance of CORSMiddleware is alread
-
Updated
Oct 18, 2021 - Shell
-
Updated
Oct 18, 2021 - Lua
-
Updated
Oct 16, 2021 - JavaScript
-
Updated
Oct 18, 2021
-
Updated
Oct 17, 2021 - Go
potential api example
bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch
-
Updated
Oct 19, 2021 - AutoIt
FROM alpine:3.12
foo:
ARG file
RUN ls $file
all:
BUILD +foo --file=/this-should-fail --file=/this-should-fail-also-fail
$ earthly -i +all
buildkitd | Found buildkit daemon as docker container (earthly-buildkitd)
alpine:3.12 | --> Load metadata linux/amd64
+base | --> FROM alpine:3.12
+base | [██████████]
🚀 Feature
As reported by deepsource in here we abuse from using built-in input function in our functionality.
Motivation
We target to have a clean and healthy source code free of risk.
Pitch
Replace variable names whether it makes sense e.g. for image based functionality input -> image ; in l
-
Updated
Feb 14, 2019 - Python
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
-
Updated
Oct 18, 2021 - CSS
Problem Statement
When i add a task i want to avoid mouse clicking and specify task due date a
Hi,
I just realized there is no update/upgrade section in your doc. It could be nice to have clear command on how to update the software, specially if there is some breaking changes or whatever.
-
Updated
Oct 11, 2021
Introduction
We need How to use MindsDB tutorials written for our documentation. As an initial hint
- Predict medical cost charges
📉 , using hospital_costs dataset. - Forecast traffic volume
🚇 using [metro traffic dataset](https://g
-
Updated
Oct 18, 2021 - Java
Improve this page
Add a description, image, and links to the hacktoberfest2021 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hacktoberfest2021 topic, visit your repo's landing page and select "manage topics."


Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)