Nathan Whittaker

Results 64 issues of Nathan Whittaker

Is it possible to trigger the `did-update` lifecycle modifier on reload? Consider a case where `@user` takes a few seconds to populate: ```hbs ``` On the first render, the thumbnail...

### Actual Behavior Overflowing content within a nested `` is clipped by the `"children"` slot container. ### Expected Behavior Overflowing content is allowed to flow out of the `"children"` slot...

bug
2 - in development
milestone adjusted

### Actual Behavior Given a ``, then dynamically changing its `selection-mode` to `multi`, the user is unable to expand multiple sections. ### Expected Behavior Given a ``, then dynamically changing...

bug
0 - new
milestone adjusted

The `assert.dom()` type allows for passing `undefined` as the `target` parameter: ```js assert.dom(undefined).exists(); ``` However, doing so results in a `TypeError`: ``` TypeError: Unexpected Parameter: undefined at DOMAssertions.findElement (https://localhost:7357/assets/test-support.js:12711:15) at...

## Observed If the request's content-type is `"x-www-form-urlencoded"`, and the route handler function calls `normalizedRequestAttrs()`, flow is directed towards: https://github.com/miragejs/miragejs/blob/b965b8a058523dac0d6ab4792826887154e25368/lib/route-handlers/function.js#L52 And away from: https://github.com/miragejs/miragejs/blob/b965b8a058523dac0d6ab4792826887154e25368/lib/route-handlers/function.js#L70 `_getAttrsForRequest()` ends up in `_getJsonApiDocForRequest()` where...

When programmatically changing a Stencil element's properties or attributes, the change is propagated asynchronously. In a test environment, it's typical to set a property or attribute on an element and...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Bug: Validated

The link in the README to the documentation site is dead: https://offirgolan.github.io/ember-validators.

Given the strings: - `http://www.a.com http://www.b.com` - `http://www.a.com, http://www.b.com, and http://www.c.com.` Expected output: - `http://www.a.com http://www.b.com` - `http://www.a.com, http://www.b.com, and http://www.c.com.` Observed output: - `http://www.a.com http://www.b.com` - `http://www.a.com, http://www.b.com, and...