Bartlomiej Dudzik

Results 20 issues of Bartlomiej Dudzik

https://github.com/ember-fastboot/ember-cli-fastboot/issues/924

Encountered while working on ember-simple-auth. ESA test-suite tests some basic scenarios with fastboot in one of the test apps. `embroider-optimized` scenario fails. See [Embroider Optimized Test Scenario](https://github.com/mainmatter/ember-simple-auth/actions/runs/5903704407/job/16014244371) The error points...

https://github.com/ember-fastboot/ember-cli-fastboot/issues/924

- Changes `@tbranyen/jsdom` which has been unmaintained for ~ 8 years to the original `jsdom`. I'm not aware what was the need for a fork but the APIs we use...

dependencies

- Shows heading anchor links when heading are hovered in blog posts ![image](https://github.com/user-attachments/assets/47714139-907d-488b-9714-925e77454c17) Turns out we already had a transform for this but it never showed on hover, instead a...

Hi, I have a question regrading the **migration** commands. `generate-migration`, `run-migration` and `rollback-migration` accept `--field` and `--component` arguments to form migration files as such: `change_{component}_{field}.js` and `rollback_{component}_{field}` e.g. `change_breadcrumbs_size`, `rollback_breadcrumbs_size`...

During typescript migration we've noted that `responseJSON` and `responseText` properties returned from `OAuth2PasswordGrantAuthenticator` are deprecated. However I've overlooked the fact that there's no clear migration path for this. Originally reported...

bug

- Fixes the following deprecation >DEPRECATION: You are relying on ember-data auto-magically installing the StringTransform. Use `export { StringTransform as default } from '@ember-data/serializer/transform';` in app/transforms/string.js instead [deprecation id: ember-data:deprecate-legacy-imports]...

internal