Trevor Smith
Trevor Smith
I sometimes copy text directly from diffs to paste in other places. It would be amazing if the copied text didn't include the +/- markers at the beginning of each...
When changing any file in the repository, the history view immediately jumps from whatever commit you're currently viewing to the very latest commit. This is super annoying when I'm trying...
This commit fixes the following Typescript error: ``` Could not find a declaration file for module 'urlcat'. 'foo/node_modules/urlcat/dist/index.mjs' implicitly has an 'any' type. There are types at 'foo/urlcat/dist/index.d.ts', but this...
I'd like access to more internal ts-pattern types to: - Create wrapper functions around `match` (e.g. from a class method) - Type generics passed into `match` / `when` / etc....