graffhyrum - Overview
Seasoned SDET. Passionate about quality & accessibility. Playwright/TS wizard. Bridging gaps with automation & insights. Rust enthusiast 🦀. Complexity BAD!
- Austin
- 13:29 (UTC -05:00)
- https://pendragon-coding.dev/
- in/pendragonjoshuag
Pinned Loading
-
This is a portfolio website written in Typescript. It primarily uses Astro
TypeScript
-
A side project to scrape my Pathrise pipeline and fill out unemployment forms for me.
TypeScript
-
1
import {Locator} from '@playwright/test';
4
* Wait for `elem` to have no mutations for a period of5
* `noMutationDuration` ms. If `timeout` ms elapse without a "no mutation" -
1
The provided TypeScript code defines a utility type `RecursivePartial`. This type is used to create a version of an existing type, but with all of its properties (and their nested properties) made optional and able to be partially provided.
3
The `RecursivePartial` type is defined as a mapped type that iterates over all properties (`Prop`) of a given type (`Type`):