Cristian Vrabie
Cristian Vrabie
When using `@types/google__maps` in a project, `tsc` seems to work without issue, however both [YousefED/typescript-json-schema](https://github.com/YousefED/typescript-json-schema) and [vega/ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) fail with `Cannot find name 'PromiseConstructor'`. This happens despite the fact that the...
When writing a custom `JsonFormat` the currently proposed way of using pattern matching/extractors on `JsObject.getFields` is elegant and concise especially when all the fields are required. However we often meet...
Would it be possible to cache the rendering result for partials that are called with the same variables? I use [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) with handlebars-loader to create static webpages (in the order...
I'm currently working on a project where the user base is skewed toward people with very little experience with computers. After doing some user testing I discovered that the only...