Harry Adel

Results 76 comments of Harry Adel

@StorytellerCZ :shipit:

Guys, I think you misunderstood what I meant. The docs still have a dedicated chapter to HTTP which is supposed to be deprecated! https://docs.meteor.com/api/http.html ![http](https://github.com/meteor/meteor/assets/6644545/9f52386b-0962-4818-a434-da6069ccc566)

This section is ought to be deprecated, that's what I meant.

@roy9495 Shoot first, ask questions later.

> export const NonEmptyString declares a constant named NonEmptyString that will be exported for use in other parts of your code. > > Match.Where() is a Meteor function that is...

@radekmie Please recheck.

Glad to see folks giving back to the Meteor community. Kudos to you @wreiske and your employer.

This needs to be promoted a hella lot more. @Grubba27 @acamikuro official channels: dev.to, X/twitter & blog @wreiske A forum post, and nobody should've the honors to do it but...

@rizzling It doesn't seem to have even been [attempted before](https://console.algora.io/org/meteor/bounties?status=open) @rizzling It'd be awesome if you can give it a go!

Why can the configuration be set from settings.json and not the code? ```js // This is pseudo code so don't judge import { mongo } from 'meteor/mongo' mongo.oplogExcludeCollections = [];...