I hereby claim:
- I am giautm on github.
- I am giautm (https://keybase.io/giautm) on keybase.
- I have a public key ASA0zR-54poGym5RYb0Z5RUovY_20zg-kdvD-cHzmmI5qQo
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"crypto/md5" | |
"github.com/google/uuid" | |
) | |
func CodeToUUID(code string) uuid.UUID { |
package main | |
import ( | |
"context" | |
"crypto/rsa" | |
"crypto/x509" | |
"encoding/json" | |
"encoding/pem" | |
"fmt" | |
"log" |
# Add sudo to node runner | |
sed -i "/node/s/^/sudo /" ~/.vscode-server/bin/*/server.sh | |
# Restart remote vscode | |
pkill -f vscode |
I hereby claim:
To claim this, I am signing this object:
nobody:x:65534:65534:nobody:/: |
👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋👋
package main | |
import ( | |
"log" | |
"net" | |
"os" | |
"os/signal" | |
"sync" | |
"syscall" | |
"time" |
12.05.20 01:31:29 (+0700) <main> 2020/05/11 18:31:29 w: | |
12.05.20 01:31:29 (+0700) <main> | |
12.05.20 01:31:29 (+0700) <main> 2020/05/11 18:31:29 w: | |
12.05.20 01:31:29 (+0700) <main> | |
12.05.20 01:31:29 (+0700) <main> 2020/05/11 18:31:29 w: |
import * as React from "react"; | |
const faunadb = require("faunadb"); | |
const q = faunadb.query; | |
export const FaunaContext = React.createContext(); | |
export const FaunaProvider = ({ children, faunaSecret }) => { | |
const fauna = React.useMemo(() => { | |
if (!faunaSecret) { | |
throw new Error(`No faunaSecret found, skipping client creation`); | |
} |