profile settings in screenshot
"colorScheme": "Cyberpunk SCARLET",
"cursorHeight": 25,
"cursorShape": "vintage",
// @ts-ignore | |
import GatsbyParser from "gatsby/dist/query/file-parser"; | |
import path from "path"; | |
import glob from "glob"; | |
/** | |
* Collect all graphql fragments from a directory | |
* @see https://github.com/gatsbyjs/gatsby/issues/12155#issuecomment-618424527 | |
*/ | |
export const collectGraphQLFragments = async ( |
name: Print readme to PDF | |
on: | |
push: | |
paths: ['readme.md', '.github/workflows/print-readme.yml'] | |
jobs: | |
make_pdf: | |
runs-on: ubuntu-18.04 |
import { NextApiResponse, NextApiRequest } from "next"; | |
import fetch from "isomorphic-unfetch"; | |
export default async function avatar( | |
req: NextApiRequest, | |
res: NextApiResponse | |
) { | |
const { | |
query: { username_slug }, | |
} = req; |
{"lastUpload":"2020-02-13T08:01:14.026Z","extensionVersion":"v3.4.3"} |
Title: Case Study: Helping with TypeScript problems of react-three-fiber
.
Dan Questions:
How will you deliver the idea to the audience?
What is the one thing that you want people to take away from your talk?
const UserProfile = React.lazy(() => import("./scenes/UserProfile").then(module => ({ | |
default: module.UserProfile | |
}))); |
Grammarly extension for VSCode almost solves the problem (HTML syntax introduces sentence-fragment and capitalization problems).
Yo I'm Piotr Monwid-Olechnowicz.