Eli Chadwick

Results 54 issues of Eli Chadwick

I have a custom JS script in one of my documentation pages to allow the page to update with data from another page on the site (not in the docs)....

Enhancement
Theme-mkdocs

The `expect_test_failure` test attribute was added in Galaxy 22.01 (https://github.com/galaxyproject/galaxy/pull/10304), but using it causes a linting error as 'not allowed': ``` .. ERROR: Invalid XML found in file: pm_muairss_write.xml. Errors...

Install instructions read: > Install Python 3 by running the Anaconda Installer, using all of the defaults for installation except make sure to check **Add Anaconda to my PATH environment...

When using the role with ansible-core 2.12: ``` [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16. ``` This link has guidance on...

Addresses #2576 except for the admin guide updates. Merge when ready to release v4.3.

component: documentation

In views that create a new record (i.e. not those that update an existing one), double clicking on the submit button can reliably create a duplicate record - i.e. the...

type: bug
component: user interface (UI)

After reading https://docs.djangoproject.com/en/3.2/ref/utils/#django.utils.html.format_html I think we should review our use of `mark_safe`, as `format_html` may be more appropriate. _Originally posted by @pbanaszkiewicz in https://github.com/carpentries/amy/pull/2553#discussion_r1389697360_ In the wake of https://github.com/carpentries/amy/pull/2567 I...

component: user interface (UI)
type: research

This reduces the chance of someone taking a donated/shared code and requesting more workshops than they were meant to without the knowledge of the lead contact. _Originally posted by @elichad...

component: email automation

Motivated by a quietly failing migration in test-amy that went unnoticed for some time. - [ ] add `&&` between each step in `start.sh` - [ ] update deployment settings...

component: deployment

- project page in docs - database structure pages according to changes in models - admin guide including screenshots for TR/WRs - the soft validation implementation, a new design pattern...

component: documentation