Robert Jackson

Results 133 issues of Robert Jackson

I haven't dug in yet, but we should definitely start researching exactly how to leverage `yarn.lock` for dependency validation.

I'm basically proposing adding a `ember fix-dependencies` command that does essentially the following: - For npm deps installed at the wrong versions: `rimraf('node_modules/');` - For bower deps installed at the...

Since this is used quite a bit in the FastBoot world, maybe we could move this repo over into the `ember-fastboot` org. @ronco - What do you think? If that...

Updating to @handlebars/[email protected] introduces a number of test failures that need to be debugged: ```js not ok 1378 Chrome 89.0 - [2 ms] - [integration] jit :: {{log}} keyword: correctly...

bug

Currently using `{{array.[0]}}` parses and "functions" when used in a template, but the printer does not support this syntax. Ultimately, we should either throw an error for this syntax _or_...

Apparently, we do not current test production builds in CI. Recently we ran into an issue where our local CI passed but the builds that are published (and used by...

good first issue

When a ConcatStatement has a `TextNode` as its first part, the location information of that `TextNode` is wrong. A specific test for this existed, but the location information used in...

This is a failing test PR (for now) showing that the location information of a valueless attribute (e.g. `...attributes` or `disabled`) is not the "last" attribute for a given `ElementNode`,...

Currently, `EmberDebug` uses `owner` in our own tests, but in production we _always_ use `_application.__deprecatedInstance__`. This split is kinda bad to begin with but it also prevents issues with using...

bug

In #1106, we introduced a `obj instanceof GlimmerComponent` style check because `@glimmer/[email protected]` includes a few properties that throw errors when accessed (they are not intended to be used in Ember,...