-
Updated
Oct 22, 2021 - Ruby
hacktoberfest2021
Here are 13,562 public repositories matching this topic...
-
Updated
Oct 21, 2021 - Vue
International Russian passport contains 9 digits, not 10:
https://github.com/validatorjs/validator.js/blob/13651ea2095c0966576fd7bf44505fb5501681de/src/lib/isPassportNumber.js#L53
-
Updated
Oct 21, 2021 - Python
Add an example script that shows how to run a command with several modifiers. Use the SET command twice as follows:
127.0.0.1:6379> set mykey myvalue ex 60 get
(nil)
127.0.0.1:6379> set mykey newvalue ex 60 get
"myvalue"Pay attention to the guidelines for adding an example here when doing this. Name your file `
Introduction
Appwrite has been and always will be a tool for developers. To emphasize this, we want to create the best developer experience possible by providing enough guides and examples for new Appwriters.
Your task is to write a blog post Ruby in Appwrite. The main topic of your article should be explaining how to use Appwrites Ruby SDK to write Appwrite Functions. It can be
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 21, 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
-
Updated
Oct 21, 2021 - JavaScript
The compile_uri_template() function is not consistent with compiled router regarding tailing slash.
I don't know either what the plan for
compile_uri_template()is. I think it is left as a utility method for building custom routers, and I suppose, may continue to exist as such.
This PR does a good job at explaining the status quo, so maybe let's just merge it, and create a new issu
-
Updated
Oct 20, 2021 - Shell
-
Updated
Oct 22, 2021 - Lua
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Oct 21, 2021
-
Updated
Oct 21, 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
I had to do some digging to find the syntax for using a github-hosted remote Earthfile on a non-default branch. Probably worth squeezing into the docs at some point.
e.g.:
FROM github.com/org/repo:branch+step
🚀 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
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 setup github in my project i have to provide a key, currently it is s
-
Updated
Oct 11, 2021
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 ;)