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:
{
Verifying myself: My Bitcoin username is +mayel. https://onename.io/mayel |
I hereby claim:
To claim this, I am signing this object:
{
{"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 |
replaced by https://gist.github.com/mayel/c07bc0acb91824501d5bdbdc9eb7b33a |
#!/bin/sh | |
# up - v2 - script to keep your Mac up-to-date (OS, Homebrew, and App Store updates) via the command line | |
# run thus to to install: cd /usr/local/bin && curl -s -O https://gist.githubusercontent.com/mayel/c07bc0acb91824501d5bdbdc9eb7b33a/raw/08821f64c067327ea68a1a817eb43657db10f10e/up && chmod 755 /usr/local/bin/up | |
# and then run it anytime by simply entering the command: up | |
# By https://github.com/mayel based on a script by https://github.com/imwally | |
# homebrew |
I hereby claim:
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 |
# signup | |
mutation { | |
signup(email:"[email protected]", password:"mytestpw!", invite_code:"123") | |
} | |
# request another email confirmation to be sent | |
mutation { | |
requestConfirmEmail(email: "[email protected]") |
#!/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!" |