Denis Perov

Results 7 comments of Denis Perov

@dburles Using Collection instances in Handlebars E-mail templates on the server. So I need `{{order.total}}` to work seamlessly. Unlike Spacebars, functions here are called with current template context so `this`...

Хочу написать сам. Согласно инструкции к этому репозиторию создал Issue.

Please accept the request and update plugin in meteor packages directory. This is really blocking bug for me.

**UPDATE:** Looking at the source code I've found out that `--rampup` argument is actually considered, but it accepts value in seconds not minutes, as stated in the documentation. I think...

**UPDATE:** I was able to compile TypeScript file using `element compile` which outputs single JavaScript file with all the dependencies embedded. Then, I was able to execute that JavaScript file...

I'm using the example from the doc: ``` JsonRoutes.ErrorMiddleware.use(RestMiddleware.handleErrorAsJson); ``` When I comment out this line, the errors handle normally but displayed as HTML not JSON.

I'm experiencing the same issue with VSCode + Chrome debugging. The app takes very long to load in Chrome with these debugger pauses. Closing the Chrome Developer Tools panel helps...