Alexander Prinzhorn

Results 617 comments of Alexander Prinzhorn

After #785 I just wanted to ask for exactly this :D Regarding precedence: I personally assume everything under `stages` to be merged into the top level up.json depending on the...

I'd love to see the following that I've done semi-manually in the past which also solves the issue with invalidations and a bunch of others: `up` will deploy static files...

> an easier way would be to just hash the file contents and have that as a manifest @thewillhuang could you elaborate? What would the manifest contain exactly? How does...

Here's another use case which is currently not possible: lazy loading of images. The images which are visible right after rendering need to be replaced asap. But I don't know...

As I said (and you read) in #27, using a function for `el` is actually great. I do this everywhere, not just for `el`. In your case it could be...

With Node.js 12 being EOL, we can drop hdr-histogram-js. Is that correct?

> btw, there is a changelog at the end of the README.md Ooof, thanks! I was just "ctrl+f"ing for "changelog" and it hadn't crossed my mind to scroll all the...

This is how it looks in Node.js without piscina. I was thinking about using a second MessageChannel for signaling but it looks like there are no guarantees regarding the order....

> Please provide a clear code example of what you're trying to achieve. ``` meteor create --minimal defaults cd defaults meteor npm i mongoose simpl-schema meteor add mongo meteor add...

> Well first off, I wanna thank you for taking the time to recommend ways to improve Collection2. I really appreciate it! :) Thanks for looking into them! > but...