Christopher Anderson

Results 51 comments of Christopher Anderson

If you restart the app, does it work again? My first guess would be your running out of available connections to the SQL DB.

This is likely an issue with the Azure CLI itself, and not a service side issue. Using the REST API is definitely the best course of action, for now, if...

I'll take a look at this. What was the name of the library that you used that hit this?

Locally, if you delete your node_modules, does this work or fail? What's your Node version?

Uglify doesn't support ES6. I fixed this before with a hack, but that left WebPack itself behind. Looks like uglify-es is going to support ES6, but I think, given the...

Kept the support in by marked it deprecated in 0.3.0

@lindydonna - any idea why this would be?

So this produces a structure like: ``` -/.funcpack/index.js -/foo/index.js -/foo/function.json -/bar/index.js -/bar/function.json ``` I think the problem here is that you can't navigate back to `.funcpack/index.js` once you navigate away....

It's a good feature request. I can see if I can find any file watching utilities I can just throw in and try it out.

Yeah, that's fine. It's not intentionally going to stderr, just default config.