Harry Adel

Results 76 comments of Harry Adel

Now that the [Optimizations](https://github.com/benjamn/reify/pull/246) PR got merged in. Can we expect this to ship in 2.4?

It's definitely a starting point, but the fact that it's located within the cloud guide messes things up aside from the fact that it's narrowly focusing on improving performance using...

I didn't know that. Thanks for pointing it out. How about [whatwg-fetch](https://github.com/github/fetch/releases/tag/v3.0.0)? Doesn't seem like it utilizes any of ESM stuff, no?

> Maybe it might be better to split into multiple smaller PRs to make it more manageable. It's just there're way too many packages involved with underscore and it'd be...

>But as more files changed in PR, as less chance to be merged) I understand the value of small PRs and I'm not against them but given the scope of...

@StorytellerCZ like I said, I'm down to solve any comments you guys have but https://github.com/meteor/blaze/pull/359 needs to be merged to fix the tests.

@filipenevola I'm stuck on the testing part because of https://github.com/meteor/blaze/pull/359 I did a compromise on my end by undertaking this task so I thought you'd be willing to do the...

We have to wait for the release of 2.6 to retest things as it's failing because of the unavailability of the blaze packages. ```js buf: '=> Running Meteor from a...

Actually `pnpm` works with Meteor you just have to set the [`node-linker`](https://pnpm.io/npmrc#node-linker) to `hoisted`. Which preserves legacy behavior by `npm`. .npmrc ``` node-linker=hoisted ```

@timvansteenis if you can create a repo that replicates the problem, I'll look into it.