Skip to content

Instantly share code, notes, and snippets.

Verifying myself: My Bitcoin username is +mayel. https://onename.io/mayel

I hereby claim:

  • I am mayel on github.
  • I am mayel (https://keybase.io/mayel) on keybase.
  • I have a public key whose fingerprint is C41E C71C 8943 C116 938A 26E9 8608 EF7C 749F 36AF

To claim this, I am signing this object:

{
@mayel
mayel / file
Created July 24, 2016 11:23
freedom_public
{"0.46080350179656837":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEIlfyGpWX4ej7gdPlKg7J/y6Q1AchiuVN\r\nrnmdaveZCrqHAdVlWi/5TPrrG2sJtoBaRgGDyOxLm6Zxcwy36YJ8cs3/AAAACDxn\r\naXRodWI+wv8AAACNBBATCAA//wAAAAWCVsRvX/8AAAACiwn/AAAACZB47oVRO/1R\r\nGv8AAAAFlQgJCgv/AAAAA5YBAv8AAAACmwP/AAAAAp4BAAAoKgD9EJESxi3EERNo\r\nqUO9SsXmKAf9WT7PtjWEsC9ii4M4k1IA/A7K5fj5KxZPkO+D6/4uvc1Hh2p8bkRb\r\nTqF2i4uFOVnDzv8AAABWBAAAAAASCCqGSM49AwEHAgMEpjAKyy1l9s1KcbSZF2Cl\r\ny4Do2D6HIh/BQd0JWsxMjpKMFJtE+j8IadOvHv8KxKJl2R8bui3iVzjbV84Iz3UW\r\nmwMBCAfC/wAAAG0EGBMIAB//AAAABYJWxG9f/wAAAAmQeO6FUTv9URr/AAAAApsM\r\nAADYZAD/epaE3pJD4lPbNAHlMFUMjcUN+PY9iW7Uw6RBS6RHLtUBAOKVujgg0Vpy\r\naRy04jVyGaHLR0vyezL8AAfKOY5MyBHy\r\n=7ba2\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n"}
Verifying that "mayel.id" is my Blockstack ID. https://onename.com/mayel
@mayel
mayel / keybase.md
Created August 26, 2018 12:19
Keybase identity proof

Keybase proof

I hereby claim:

  • I am mayel on github.
  • I am mayel (https://keybase.io/mayel) on keybase.
  • I have a public key ASCvFWmhxw1CwyXs8LmuHzuaMVMnPchOvm1Qlh3jaRbEdAo

To claim this, I am signing this object:

# UndefinedFunctionError at POST /api/graphql
Exception:
** (UndefinedFunctionError) function Absinthe.Blueprint.TypeReference.Name.kind/0 is undefined or private
(absinthe) Absinthe.Blueprint.TypeReference.Name.kind()
(absinthe) lib/absinthe/type/built_ins/introspection.ex:106: anonymous fn/2 in Absinthe.Type.BuiltIns.Introspection.__absinthe_function__/2
(absinthe) lib/absinthe/resolution.ex:206: Absinthe.Resolution.call/2
(absinthe) lib/absinthe/phase/document/execution/resolution.ex:230: Absinthe.Phase.Document.Execution.Resolution.reduce_resolution/1
(absinthe) lib/absinthe/phase/document/execution/resolution.ex:185: Absinthe.Phase.Document.Execution.Resolution.do_resolve_field/3
@mayel
mayel / up
Last active January 2, 2022 01:11
up: script to keep your Mac up-to-date (both OS and Homebrew updates) via the command line
replaced by https://gist.github.com/mayel/c07bc0acb91824501d5bdbdc9eb7b33a
@mayel
mayel / up-manjaro.sh
Created January 2, 2022 01:14
up - script to keep Manjaro Linux up to date (Package updates, AUR, Node, Ruby and Python libs, etc) via the command line
#!/bin/sh
# up - script to keep Manjaro Linux up to date (Package updates, AUR, Node, Ruby and Python libs, etc) via the command line
# run this to to install: cp up.sh /usr/local/bin/up && chmod 755 /usr/local/bin/up
# and then run it from anywhere by simply entering the command: up
# By http://mayel.space
printf "WARNING: remember to make a backup with Timeshift first!"
<head>
<meta charset="utf-8">
<title>Issue Example</title>
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
</head>
<body style="margin:50px;padding:25px">
<h3>Issues in Repo</h3>
# signup
mutation {
signup(email:"email1@example.com", password:"mytestpw!", invite_code:"123")
}
# request another email confirmation to be sent
mutation {
requestConfirmEmail(email: "email1@example.com")