The Wayback Machine - https://web.archive.org/web/20220721233039/https://github.com/orta
Skip to content
Avatar
🐕
🐕

Sponsors

@AnandChowdhary @38elements @pabio @guicurcio @MoonSupport @cruisediary @telyn @neonichu @KrauseFx @csauvage @antfu @SD10 @mrcljx

Sponsoring

@meisenzahl @ljharb @davidmhewitt @octref @swannodette @antfu @caspervonb @rbuckton @JoshuaKGoldberg @jessesquires @brandonroberts

Highlights

  • 1 discussion answered
Block or Report

Block or report orta

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 1
    Since 2013 I've worked entirely in the open, lowering the barriers to different 
    2
    developer ecosystems as one of the most active users on GitHub. 
    3
    I've helped big OSS projects with design, project management and occasionally code.
  2. ⚠️ Stop saying "you forgot to …" in code review

    TypeScript 4.5k 327

  3. TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    TypeScript 82.6k 10.8k

  4. The Cocoa Dependency Manager.

    Ruby 13.8k 2.5k

  5. artsy/eigen Public

    The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.

    TypeScript 3k 484

Contribution activity

July 2022

Created 3 repositories

Created a pull request in redwoodjs/redwood that received 2 comments

[minor] Makes the error message a bit clearer when a navigation url is crashing your app

I missed the cause of this error each time (and was figuring my routes were incorrect) until I dug through the error stack, this should raise the k…

+7 −3 2 comments
Opened 2 other pull requests in 2 repositories
facebook/relay 1 closed
rogerluan/arkana 1 merged

Created an issue in microsoft/TypeScript that received 2 comments

Offer auto-completions for string literal unions while writing case statements

Suggestion declare const example: "one" | "two" | "three" switch(example) { cas| } Offer in suggestions: 'case (add missing cases)'. Which would t…

5 tasks done
2 comments