Live data from Hacker News

Viewing profile — itotallydont

itotallydont

HN member
Joined
Sat, Jul 06, 2024, 3:03 AM UTC
HN karma
1
Public activity
1 items

About itotallydont

No profile information was provided.

Recent public activity

  1. comment
    Comment #40910767

    fetch( accountId, true, // include disabled, true, // fetch history, true, // fetch details ); typescript saves the day again fetch(accountId: AccountId, options: {includeDisabled?…