- Auckland, New Zealand
- https://curly.kiwi
-
orange-twist Public
A task management tool designed for my personal style of working
TypeScript UpdatedJan 5, 2025 -
charter Public
Charter - for creating HTML data visualisations | Analyser - for analysing data from CSV files
-
-
-
-
-
base-project Public template
This is my base project to use when creating new projects.
JavaScript UpdatedDec 6, 2024 -
base-package Public template
This is my base project to use when creating new packages.
JavaScript UpdatedDec 6, 2024 -
-
DefinitelyTyped Public
Forked from DefinitelyTyped/DefinitelyTypedThe repository for high quality TypeScript type definitions.
TypeScript Other UpdatedApr 4, 2024 -
marked Public
Forked from markedjs/markedA markdown parser and compiler. Built for speed.
JavaScript Other UpdatedMar 15, 2024 -
eslint-plugin-import-newlines Public
Forked from SeinopSys/eslint-plugin-import-newlinesESLint plugin for enforcing newlines in ES6 import statements past a certain number of items with automatic fixes
JavaScript MIT License UpdatedMar 10, 2024 -
content Public
Forked from mdn/contentThe content behind MDN Web Docs
Markdown Other UpdatedDec 15, 2023 -
jsdom Public
Forked from jsdom/jsdomA JavaScript implementation of various web standards, for use with Node.js
JavaScript MIT License UpdatedDec 11, 2023 -
-
preact-hooks-jest-ts-esm-repro Public archive
Reproduction of an issue with testing Preact hooks in Jest alongside TypeScript and ESM.
TypeScript UpdatedOct 29, 2023 -
jest-ts-esm-repro Public archive
Reproduction of an issue with using Jest alongside TypeScript and ESM
TypeScript UpdatedOct 28, 2023 -
browser-compat-data Public
Forked from mdn/browser-compat-dataThis repository contains compatibility data for Web technologies as displayed on MDN
JSON Creative Commons Zero v1.0 Universal UpdatedOct 3, 2023 -
-
typeguardian Public archive
A tool for generating typeguard functions in TypeScript.
TypeScript UpdatedApr 20, 2023 -
working-days Public
Calculations around working days for the Official Information Act
TypeScript UpdatedSep 21, 2022 -
portfolio Public
A place for my smaller, more portable web development components.
HTML UpdatedApr 17, 2022 -
-
throttle-with-debounce Public
Throttle functions while also providing a debounce at the end of the throttled period
JavaScript UpdatedApr 15, 2022 -
-
activate Public
Click event listener helpers that maintain button-like keyboard behaviour for all elements
TypeScript UpdatedApr 2, 2022 -
-
-
throttle Public
Throttle functions so they can't be called faster than a given rate.
JavaScript UpdatedSep 27, 2021 -
debounce Public
Debounce functions so they won't be executed until a delay has passed since the last call.