Viewing profile — pcattori
pcattori
HN member- Joined
- Wed, Jan 25, 2017, 3:26 PM UTC
- HN karma
- 31
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About pcattori
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
- story
- story
- story
- story
-
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` …
-
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…
-
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…
-
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
-
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.
- story
- story
- story
-
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…