David Taylor
David Taylor
Same issue in both gjs and gts 😓
This fails :x: ```gjs {{#each array as |item index|}} {{index}} {{/each}} ``` This passes ✅ ```js someFunction((item, index) => console.log(index)); ``` Conceptually, they are the same, so the eslint result...
Is there a plan for `Ember.EventDispatcher`? I don't see it listed in the RFC, or the deprecation-guides PR 👀 (context: we access it to [disable its functionality](https://github.com/discourse/discourse/blob/4f87f0d7ef72abc0b3f68db701e915c4d6f538b8/app/assets/javascripts/discourse/app/lib/ember-events.js#L58-L60), so that we...
Prettier config is [here](https://github.com/discourse/discourse/blob/main/.prettierrc) - we use the default `lineWidth` of 80. Our [eslint config](https://github.com/discourse/eslint-config-discourse/blob/12362baa05af355a1c0b6ce5c197f7a8d60fbaee/index.js#L134) has `decorator-position` configured with a matching lineWidth of 80
This should be fixed by my PR https://github.com/newtheatre/history-project/pull/732
And chrome: https://github.com/newtheatre/history-project/issues/681
> is there a carousel album embed option in Smugmug All the embedding on history site is hand coded by @wjdp I believe - it's not the standard smugmug embeds....
@samozzy this seems to have broken the search description: Deploy preview:  Live site:  Code: https://github.com/newtheatre/history-project/blob/e2a47982ff26318ab501419466369df9b69081c4/feeds/search.json#L41 ---...
How about using the file name - that should unique. So you'd have: ``` award: - title: Best Projection Design org: Experts year: 2015 show: 15_16/dark_room ``` No idea how...
How's this looking @samozzy?