Chris van der Ploeg

Results 11 issues of Chris van der Ploeg

low-priority

### Goals - Simplify `freestyle-usage` slugs - Provide better control for component usage snippets ### To Do - [ ] Make `freestyle-usage` slugs optional - [ ] Document how adding...

Hello 👋 We are currently migrating from using `ember-moment` usage of `moment-format` to the `ember-intl` usage of `format-date`. Previously we could globally set our desired date format via config. ```...

While upgrading from `ember-engines` 0.8.8 -> 0.8.12 we experience the following issue in our CI test suite; `Cannot read property 'paths' of undefined`. It seems that https://github.com/ember-intl/ember-intl/blob/40aafd72b27344b109b9faba3097552b92f5d42f/index.js#L47 no longer finds...

I upgraded my code base and got the error `Cannot read property 'split' of undefined` in my test suite in the cookie service. `this.get('_document.cookie')` returns `undefined` even though `document.cookie` has...

triage

I have a file call `app/templates/snippets/buttons.hbs` with the content of ``` {{!-- BEGIN-SNIPPET buttons --}} {{#x-button}} Test {{/x-button}} {{!-- END-SNIPPET --}} ``` If I put `console.log(path.join(destDir, name) + path.extname(filename) +...

See https://github.com/chancancode/ember-concurrency-ts/pull/40

With ember-concurrency 2.3 we no longer require these packages _if_ we update all our tasks. If we want to use both syntaxes (with a large code base for example) then...

fixes #2818 Note ==== This repository is for Vue 1.x and 2.x only. Issues and pull requests related to 3.x are managed in the v3 doc repo: https://github.com/vuejs/docs-next.

In the latest release of `ember-prism`, normalize white space was added. We handle our whitespace a little differently than the default setting. Is there a way to change the values?...