-
Updated
Oct 3, 2021 - Ruby
hacktoberfest2021
Here are 9,910 public repositories matching this topic...
-
Updated
Oct 11, 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 10, 2021 - Python
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
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
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 10, 2021 - Go
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 5, 2021 - Vue
What do you want and why?
Currently to generate all code you have to run blitz codegen && blitz prisma generate. We should make blitz codegen also run prisma migrate if prisma is installed.
Possible implementation(s)
- Codegen cli command file (where to add the code): https://github.com/blitz-js/blitz/blob/canary/packages/cli/src/commands/codegen.ts
- Use `require('prisma')
When using static routes with a falcon.asgi.App, it seems that the _AsyncFileReader wrapper does not implement any .close() method, so files are left open.
On CPython, I wasn't able to demonstrate any practical impact of this bug as the file object in question is refcounted to 0 and garbage collected as soon as it goes out o
-
Updated
Oct 11, 2021 - Lua
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 10, 2021 - Go
The first and third answers for Android Q54 seem to be the same, need correction.
https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/tree/master/android
potential api example
bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch
-
Updated
Oct 10, 2021 - AutoIt
Enable importing of UDC's by relative import from current Earthfile.
Description
Let's say we have the following organization:
├── Earthfile (root)
├── service1
│ ├── Earthfile (A)
└── service2
├── Earthfile (B)
And we would define an UDC in root Earthfile, for example:
TAG_SERVICE:
COMMAND
LOCALLY
ARG service
RUN docker tag $serv
🚀 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
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 10, 2021 - CSS
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.
Problem Statement
When i add a task i want to avoid mouse clicking and specify task due date a
-
Updated
Oct 11, 2021
When MindsDB creates a new MySQL datasource we get information for row counts by fetching all datasources. The problem here is that if datasource is big it takes a lot of time. We need a new get_row_count method to return the number of rows per datasource. The PR should include this method inside the PostgreSQL class .
Steps 🕵️♂️ 🕵️♀️
- Implement in https://gith
-
Updated
Oct 11, 2021 - Java
Is your proposal related to a problem?
Presently, on the application listing screen, if a user clicks on + Folder, the input field for creating a new folder opens up.
However, when the user clicks outside, the natural expectation would be to see this input field
-
Updated
Oct 10, 2021 - Objective-C
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 ;)