Pinned Loading
-
client-rect-notifications
client-rect-notifications PublicProvides notifications for changes in the position of an HTML element relative to the viewport.
JavaScript
-
throttled-event-listener
throttled-event-listener PublicThrottle or debounce calls to window.addEventListener(). The listener will additionally be throttled by window.requestAnimationFrame().
JavaScript 7
-
-
spot-job-alerts
spot-job-alerts PublicA bot that scrapes the Spotify Career's site and sends me a daily email for new openings.
TypeScript
-
map-reduce.ts
map-reduce.ts 1import pMap from "p-map";
2import { invokeLambdaAsync, invokeLambdaSync } from "./lambda-utils-aws";
34export const mapReduce = async <TItem, TMap, TReduce>(options: {
5items: TItem[];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.