Ans

Results 145 comments of Ans

> Wagtail 5.2 introduces a new [{% wagtailcache %}](https://docs.wagtail.org/en/latest/topics/writing_templates.html#wagtailcache) template tag that we may be able to adopt to get past this blocker, once we upgrade to that version. Now...

I get this same error when attempting to import `marked`. Apparently from this line https://github.com/markedjs/marked/blob/d342aaa0f8a0f5987ffb8b5898f9e2e01ecab784/src/Tokenizer.ts#L72

> Add styles for black link text + blue rollover state (see for example the 50/50s on the servicemember page) This seems kind of like an antipattern to me. Take...

> A better example would be the headings on filterable lists, where there is no other link to the item page, but we don't want headings generally to use standard...

> "link image and heading" option came out of heatmap data that showed a lot of people trying to click on those headings. Given the evidence we have in its...

> Any idea about the name of it? FWIW `'flat/recommended'` is what eslint-plugin-jsdoc names it https://www.npmjs.com/package/eslint-plugin-jsdoc#flat-config

We have internal a11y issues filed that I think will cover this

I'm not sure. My original inquiry was about why we duplicated the variable and value of, for example, `WAGTAIL_SHARING_HOSTNAME=content.localhost` in both `tox.ini` ([here](https://github.com/cfpb/consumerfinance.gov/blob/e7da99c8c66f83b016303ee8bee74711dcad6908/tox.ini#LL86C5-L86C47)) and in `.env_SAMPLE` ([here](https://github.com/cfpb/consumerfinance.gov/blob/e7da99c8c66f83b016303ee8bee74711dcad6908/.env_SAMPLE#LL27C8-L27C50)). Is there a...

This looks to have been fixed by https://github.com/cfpb/consumerfinance.gov/commit/58de811f7cb18f88203d1a0f358dee73df5cf1f4