Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
4,648 contributions in the last year
Activity overview
Contributed to
microsoft/TypeScript-Website,
DefinitelyTyped/dt-mergebot,
microsoft/TypeScript
and 5 other
repositories
Contribution activity
August 2020
- orta/video-notes
- orta/docusaurus JavaScript
- orta/logo.ts
- orta/playground-clippy JavaScript
Created a pull request in orta/code-owner-self-merge that received 9 comments
- Adds translatable docs to the localization summary issues + Korean
- Adds the codeowners action for offering the ability to merge PRs
- Remove ligatures
- Recommend TSDX user docs
- Re-do the esmoduleinterop docs
- Add import helpers to the playground config
- Uses node dependencies to unzip and untar for cross platform support
- Reference the TSConfig bases in the tsconfig docs
- Improve the JSX docs
- Some QoL improvements
- Fix windows builds in the plugins template
- A grab bag of feedback from the internet
- Deploy to production on a weekly basis
- Playground theme colors
- Final docs re-polish
- Run through open issues for docs
- Line up the folder structure to the nav
- Comprehensive Docs Run
Created an issue in microsoft/TypeScript-Website that received 3 comments
Module: Twoslash Query Issues
Repro:
```ts twoslash
interface PageInfo { title: string;
} type Page = "home" | "about" | "contact"; const x: Record<Page, PageInfo> = { about: { …
3
comments
- Korean Localization Coordination Issue
- Idea: Add a translations overview page
- Playground: using `next` to resolve the nightly build results in getting wrong nightly somehow
- Idea: Twoslash emit with JSX preserve doesn't ASCII encode the <>
- Idea: Don't re-layout the footer on refresh
- Idea: Dark mode transition back not applying light theme
