Jay Linski

Results 94 comments of Jay Linski

Note: failing test was not caused by this PR and fixed in #1964. Needs rebase.

@smmhatami I added a test for your PR, but it seems that combining `compat` and `strict` compiler-options causes another issue, because the template in the test doesn't compile correctly. I'm...

Does this only happen in strict-mode? (If yes, probably related to https://github.com/handlebars-lang/handlebars.js/pull/1855)

> shouldn't it have the correct index for the row I call it from? Yes, it should have. I'm not sure why this works in the playground but not in...

If I understand you correctly, you want to access the `robots`-object inside the `robots.husky`-block as a `_parent`-object when using the `with`-helper? I guess that's a reasonable feature request. Should be...

@steveklett If you have time, it would be nice if you could add documentation for this in https://github.com/handlebars-lang/docs.

> > @steveklett If you have time, it would be nice if you could add documentation for this in https://github.com/handlebars-lang/docs. > > @jaylinski shall I add documentation for it? @satyajitnayk...

It doesn't make sense to use `@root` and `../this`. If you are at the root, you don't have any parent context. Or am I missing something? It is a bug,...

:information_source: There is now a dependabot configuration: https://github.com/handlebars-lang/handlebars.js/blob/master/.github/dependabot.yml

@nknapp I think we should merge this into `master` (v5), but keep v4 Node.js support as is.