Live data from Hacker News

Viewing profile — pcattori

pcattori

HN member
Joined
Wed, Jan 25, 2017, 3:26 PM UTC
HN karma
31
Public activity
13 items

About pcattori

I'm Pedro Cattori, a software engineer living in D.C.

Currently, I work on Remix within Shopify. I focus mostly on the compiler, dev server, and Typescript integration.

You can find me on Twitter and GitHub: @pcattori

https://pedrocattori.dev/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #34660161

    Yep, totally could do that. But I like I mentioned here ( https://news.ycombinator.com/item?id=34659597 ) I wanted to keep the interfaces for `compileBrowser` and `compilerServer` …

  6. comment
    Comment #34659597

    The manifest is an artifact produced by the browser compilation, but it can be shared _before_ the browser compilation writes its results to disk. I _could_ refactor to have "brows…

  7. comment
    Comment #34659417

    The main trick on display here is that you can store a reference to the `resolve` method of a promise that normally would have to be called within the promise definition itself. Of…

  8. comment
    Comment #34659358

    Its a Typescript-ism for asserting that the value is not `undefined`. So you're telling the typechecker to trust you on this one

  9. comment
    Comment #34659297

    That's correct. The last three paragraphs of the article cover this and include links to libraries that have "full" channel implementations.

  10. story
  11. story
  12. story
  13. comment
    Comment #13482439

    The point about "Inadequate data modelling facilities" is why I wrote Maps: https://github.com/pcattori/maps . Specifically, the "Named Maps" variants provide the same interface as…