Matt Hernandez

Results 22 comments of Matt Hernandez

I love the idea of running it immediately after creating the project. It always bugs me that I have errors in the `index.ts` that opens from not having run npm...

@Flanker32 has the stacks API been updated for this yet?

This is probably because demeteorizer `spawn`s and binds the stdio rather than `exec`ing and outputting the result. Maybe make an interactive option or something that binds stdio (the current behavior)...

What version of Meteor are you on and did you recently update?

I guessing that somewhere in your code you are attempting to find or update a user object from MongoDB like this ```js Meteor.users.find( { emails.address: '[email protected]' }) ``` The MongoDB...

I didn't realize that, in the original issue, you were using DocumentDB over MongoDB! It makes some kind of sense now. :) I'm guessing that DocumentDB doesn't support this part...

From the DocumentDB team >Looks like the problem is with ensureIndex since unique index is not supported yet (it’s coming this week) but will only enabled for new accounts at...

This is related to #130 The Validation exercise is not super useful in its current state, but updating it would make it incredibly similar to the next exercise (validation using...

Oryx is an DevDiv project: https://github.com/microsoft/Oryx It's used in place of Kudu when deploying to App Service Linux. Those steps are correct. This is also how we're doing deployments in...

Any idea on the right person/team to contact about getting this fixed?