matheusccastro

Results 9 issues of matheusccastro

[WIP] - Enable top level await on Meteor. This is our current plan (subject to changes): - [x] Support TLA with Babel compilation. - [x] `babel-preset-meteor` was nested in another...

Project:Mongo Driver
Project:JS Environment
Project:Tool
Project:Isobuild
Project:Release Process
Project:NPM

WIP - Make Fibers optional on server. Will write a better description when we have something more concrete here.

Project:DDP
Project:Webapp
Project:Mongo Driver
Project:JS Environment
Project:Tool
Project:NPM

The new play store requirements (https://developer.android.com/google/play/requirements/target-sdk) states that new apps (for now) should target API 31 of Android. Starting from november, all apps (new apps or updates) will need to...

Fixes #12963. The issue here was that `getTransport` stores the cache on the `global` scope, but since the addition of `top level await` on `reify`, the compiled code has a...

Project:Utilities:Email

Seems that all the releases after the `2.0.0` from the `cordova-plugin-meteor-webapp` are missing the `GCDWebServer` code (which is a `git submodule` on the repository). This makes cordova builds for iOS...

Project:Mobile
Type:Bug

Hello, everyone! From what I saw from the docs, the language server doesn't support server plugins (it does support some at some extent, but not for adding custom logic to...

question

Don't know if this repo is still alive, but this could be considered a cli version. Next step would be to just publish it to npm.

Hi! This PR goal is to have a version that is compatible with Meteor 3. - [x] Convert code - [x] Fix tests Closes #395

- [x] Enable indexing for methods and publications on React projects. - [x] Enable support for monorepos on the client-side - [ ] Enable support for monorepos on the LS...