Ignace Maes

Results 34 issues of Ignace Maes

https://deploy-preview-1104--ember-website.netlify.app/survey/2024/

Switches to [qunit-theme-ember](https://github.com/IgnaceMaes/qunit-theme-ember) as the default theme. | Before | After | | --- | --- | | ![preview2](https://github.com/emberjs/ember-qunit/assets/10243652/f69d638f-645c-4e54-9572-960dc5d80807) | ![image](https://github.com/emberjs/ember-qunit/assets/10243652/bb712f69-e8fc-454a-a45e-ca083f39b4e5) | Open questions: - Should it be released behind...

When enabling the `attribute-order` rule like so: ```json5 { // ... rules: { 'attribute-order': true, // ... }, } ``` Running `pnpm ember-template-lint "**/*.hbs"` succeeds (as in, completes): ``` ✖...

## Description The auto fix of `attribute-order` removes empty string values for attributes and arguments. ## Example Before: ```hbs ``` After: ```hbs ``` Expected: ```hbs ``` ## Versions Seeing this...

Octanifies code examples to use class syntax.

Context: https://github.com/mainmatter/ember-intl-analyzer/issues/658 Todo: - [x] Implement helper - [x] Add helper to AST discover - [x] Add to README - [x] Add test

# Support stand-alone translation keys ## Use case In JavaScript (or TypeScript), translation keys are discovered by matching on `this.intl.t('')` and `t('')` function calls. This assumes the keys are translated...

**Name with link** X: [x.com](https://x.com/) **Description** The new Twitter logo. **Link to the vector file, preferably from an official source** Direct SVG for convenience: https://gist.github.com/IgnaceMaes/744cd9cf41ec6acf46fc8f4e9f370f86 From: https://about.x.com/en/who-we-are/brand-toolkit

request

Implements https://github.com/ember-learn/ember-styleguide/pull/514 | Before | After | |--------|--------| | | |

After a resize the search options are repositioned correctly. Works fine in `guidemaker-ember-template`. 🤔 (https://guidemaker-ember-template.netlify.app/release/)