I'm joining Meteor as Developer Evangelist!

Wow, bkmarke looks impressive!

I’ve not used MUI react yet but I’ve used FM7 and I want to experiment with Ionic 4 (will share with the community when I get something going), I’m still unable to find good samples for Ionic 4 since it is relatively new so I’m not sure how accurate their claim is about being mobile optimized. I might be a good step for Meteor and maybe supporting the react/vue native frameworks and cordova is a better approach, but what also got me interested in ionic 4 is that it is based on web components which might have longer lifespan that other frameworks. I just wanted to point out that there might be potential of integration with Meteor and it also good to keep an eye on that community.

Sorry for going off on a tangent.

1 Like

Congratulations @filipenevola! This is the best news in a while. I’m so positive now about the future of Meteor.

5 Likes

Congratulations @filipenevola. We’re witnessing something welcoming, game-changing, groundbreaking and heartwarming in the Meteor community - and I am very happy with all latest development (Tiny acquisition) and I wanna really say a big thankful for all those who stood and continued supporting Meteor and the community.

6 Likes

Great to see a familiar name to be working with Meteor. Congrats @filipenevola

By the way, I just sent this to my team earlier today

5 Likes

Great @rjdavid. :tada:

Thanks @illustreets and @martineboh. We are going to make great things together :wink: Meteor community is incredible.

7 Likes

Congratulations, @filipenevola, I’m so glad for you.
Brazilian’s developers community is growing up to worldwide.
:brazil:

1 Like

Congratz @filipenevola, happy to see such move…

1 Like

This is amazing! Congratulations.

5 Likes

Congratulations @filipenevola. Really good news! Can’t wait to see what magics you can do for the community :hugs:

2 Likes

Meteor community is unique and very active, looks promising! :grinning:

2 Likes

Great to hear! You are very much needed here @filipenevola :grinning: Looking forward to seeing where we are going next

2 Likes

Congrats! Glad to see Tiny taking its first actions.

I can think of about 57 of those :wink:

3 Likes

Yeah, I know, we are going to improve this together. Please list here the ones that you think are still valid :wink: if possible starting from the most important ones.

1 Like

My top 2 are:

There is a lot of small and simple ones for which a quick review should be enough to get them merged. For example:

etc.
I think these small ones should be quickly merged/closed (and also in the future), so that the clutter does not obstruct the more important/complex big ones. After that the next step should be all the Typescript conversions (before or after 1.8.2 release, does not matter).

6 Likes

Although I absolutely agree that functional changes should take priority, I would like to add a +1 to reviewing TypeScript conversions (after 1.8.2 is fine). As someone who submitted a few conversion PRs, I kind of lost steam when I had a few PRs that had been hanging out for a while without review, but I’d love to jump back into it if this is still an initiative that Meteor wants to move forward with.

6 Likes

Especially with new TypeScript 3.7 :star_struck:

2 Likes

I just went over all of them, and all of them seem to still be valid. Of course, for the ones more than a year old, it might be hard getting in touch with the submitter for changes.

1 Like

I’m still just waiting for this :lolsob:

4 Likes

@benjamn answered about it https://github.com/meteor/meteor/pull/10498#issuecomment-551541755

I would love to see that merged, but the test failures indicate that the major version bump (to jQuery 3) is causing version solver conflicts. This is no surprise, since packages that depend on jquery almost certainly need to be updated to work with jQuery 3 instead of 1.12.1 (or maybe they can stop using jQuery entirely), but I’m not sure how much work that will take.