Harry Adel

Results 40 issues of Harry Adel

every minute goes by without merging this PR a puppy dies. ![save_puppy](https://github.com/meteor/meteor/assets/6644545/5e7cdbf8-6db8-4a7b-8374-0332191ff7cf)

Project:Guide

https://github.com/meteor/validated-method is long over due for some changes. I opted instead to replace it with [jam:method](https://github.com/jamauro/method) for many reasons: - It's backwards compatible with a very similar API - Built...

Project:Guide

The http package is deprecated as it's moved to the `deprecated` directory in the packages folder but it's still clearly [visible](https://docs.meteor.com/api/http.html) on the docs website which is misleading given fetch...

Project:Docs
good first issue

Autoform relies on mongo-object internally but doesn't state it as an explicit NPM dependency because it's one of the sub dependencies of simple-schema which you get it by default when...

As reported in Slack by @StorytellerCZ : ```bash W20240122-18:59:31.199(1)? (STDERR) meteor://💻app/packages/mongo.js:3584 W20240122-18:59:31.200(1)? (STDERR) throw new Error("".concat(m, " + is not available on the server. Please use ").concat(getAsyncMethodName(m), "() instead.")); W20240122-18:59:31.200(1)?...

will accept pull request
potential bug

[Allow arbitrary expressions](https://edgejs.dev/docs/introduction) is a useful future as I find myself constantly creating helpers to do basic computations using [veliovgroup/Meteor-Template-helpers](https://github.com/veliovgroup/Meteor-Template-helpers).

In progress... Gonna wrap things up in a couple of days :crossed_fingers: I'm trying now to get the tests to pass flawlessly.

Add changes from @activitree [fork](https://github.com/activitree/scss3). There were lots of style changes so I tried to distill them to the absolute minimum. cc @StorytellerCZ @jankapunkt

Add fixes proposed by @DesignMonkey

Compatibility changes along with async friendly changes.