Skip to content

Instantly share code, notes, and snippets.

View atellmer's full-sized avatar
🎵
Tyler Rich - A Little Bit Of You

Alex Plex atellmer

🎵
Tyler Rich - A Little Bit Of You
  • Dunder Mifflin
  • Earth
View GitHub Profile
@atellmer
atellmer / index.html
Created August 20, 2022 16:37
Worker with blocking worker thread
<!DOCTYPE html>
<html>
<head>
<title>Worker</title>
<meta charset="UTF-8" />
<style>
#element {
width: 200px;
height: 100px;
background-color: blueviolet;
@atellmer
atellmer / test.js
Created July 27, 2017 19:52 — forked from jbaxleyiii/test.js
react-apollo testing
import { Component } from "react";
import { print } from "graphql-tag/printer";
import { graphql } from "react-apollo";
import { MockedProvider } from "react-apollo/test-utils";
import { addTypenameToDocument } from "apollo-client/queries/queryTransform";
import { mount } from "enzyme";
import { withSavedPayments, SAVED_ACCTS_QUERY } from "../";
@atellmer
atellmer / rxjs_operators_by_example.md
Created December 2, 2016 16:19 — forked from btroncone/rxjs_operators_by_example.md
RxJS 5 Operators By Example