Jon Johnson
Jon Johnson
I think we're going to need this for https://github.com/ilios/ilios/pull/4889 - reopening as I work on it a bit.
Even when using the new `insertScriptsAt` I'm unable to use `defer` in scripts after 2.x I tried with and without `publicAssetURL`. Not sure if I'm not understanding the new syntax,...
We've managed to get this working as documented now with `app/index.html` containing. ```html ``` and our `ember-cli-build.js` with: ```javascript autoImport: { insertScriptsAt: 'auto-import-scripts', }, ```
I was just trying to figure out where this gets built from. I'm pretty sure it's used somehow in [ember-a11y-testing](https://github.com/ember-a11y/ember-a11y-testing) as invocations of `a11yAudit` come with 404s every time looking...
Is this only when a new user get's created, or is it OK to clear the search whenever either of these two things are clicked (from searching and clicking a...
While we don't keep the report date it is now possible to sort and filter reports as of ilios/frontend#7488 is that sufficient, or should we add report creation date to...
Team Discussion: Unpublished Pre Work ILMs need an icon to show their unpublished state.
Not quite fixed, smaller screens may still have issues when text strings are long. We probably need to shorten these, format them differently, or pull them out of the list...
Any chance of getting a new release? The silent error deprecation warning is getting to me.