Skip to content
#

hacktoberfest2021

Here are 16,625 public repositories matching this topic...

node-redis
simonprickett
simonprickett commented Oct 21, 2021

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

appwrite
Meldiron
Meldiron commented Oct 19, 2021

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
cosmos
blitz
maxall41
maxall41 commented Nov 3, 2021

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)
 
CaselIT
CaselIT commented Oct 12, 2021

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

howtheysre
ferret
ngirard
ngirard commented Mar 31, 2021

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

Improve this page

Add a description, image, and links to the hacktoberfest2021 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hacktoberfest2021 topic, visit your repo's landing page and select "manage topics."

Learn more