Trevor Lohrbeer

Results 7 issues of Trevor Lohrbeer

Add an option to convert the return values from ImportJSON to numbers instead of strings. Currently all return values are strings. See this comment for more info on the issue.

enhancement

JSON-P adds JavaScript into the JSON format so it can be parsed using a <script> tag and be assigned a variable or passed as a parameter into a callback function....

enhancement

### [REQUIRED] Describe your environment * Operating System version: MacOS 12.5.1 * Browser version: Chromium 102.0.5005.63 * Firebase SDK version: 9.10.0 * Firebase Product: auth ### [REQUIRED] Describe the problem...

api: auth

### 🐞 Describe the Bug When attempting to pass a component as an argument using the `component` helper, modifiers that apply to the component itself are not applied. ### 😕...

When testing whether dynamic content is rendered correctly as HTML, it would be useful to have a `hasHtml` assertion. This would be the same as `hasText` except that instead of...

When using this library in a Glint component, I am getting a type error trying to use `validateYup` with `@validate`: ``` import { validateYup } from 'ember-headless-form-yup'; ... export default...

### 🐞 Describe the Bug Ember uses sticky query parameters by default. To make a parameter non-sticky, [the documentation](https://guides.emberjs.com/release/routing/query-params/#toc_sticky-query-param-values) says there are two options: 1. explicitly pass in the default...

Bug
Routing