-
Updated
Nov 5, 2021 - Ruby
hacktoberfest2021
Here are 16,625 public repositories matching this topic...
-
Updated
Nov 6, 2021 - Vue
-
Updated
Nov 2, 2021 - Python
Add example TypeScript script showing how to define and execute a Lua script that takes parameters
Add an example script that shows how to set up a Lua script in Redis and execute it. Your script should take two Redis keys as arguments and one other numeric argument. Have the script increment the value stored at each of the keys by the value passed as a numeric argument.
e.g. if key mykey doesn't exist, and key myotherkey holds the value 5, then running the script passing keys `mykey
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
pnpm version: 6.7.4
Code to reproduce the issue:
import { execSync } from 'child_process'
try {
execSync('pnpm audit --json --audit-level=low')
} catch ({ stdout }) {
const json = stdout.toString('utf-8')
console.log('BYTES', json.length)
console.log('JSON', json)
}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
Nov 1, 2021 - Go
-
Updated
Nov 4, 2021 - JavaScript
What is the problem?
after running blitz install graphql-apollo-server and then going to http://localhost:3000/api/graphql i get Internal Server Error on the page and in the terminal i get the logs below.
Paste all your error logs here:
TypeError: Cannot read properties of undefined (reading '$name')
at eval (webpack-internal:///./app/graphql/types/user-type.ts:12:56)
-
Updated
Oct 17, 2021 - Vue
-
Updated
Nov 4, 2021 - Rust
-
Updated
Nov 5, 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
Nov 5, 2021 - Shell
-
Updated
Nov 5, 2021 - Lua
-
Updated
Nov 6, 2021 - JavaScript
Adding rust-quiz.md
-
Updated
Nov 4, 2021 - Go
potential api example
bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch
thank you very much
🚀 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
Nov 4, 2021 - Go
-
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
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
Nov 3, 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 ;)