johanrd
johanrd
This could of course may need to be extended to the internal uses of options, results, and maybe Select, but adding this PR as a POC. The goal is to...
Type support for case where ember-concurrency task.perform is set as the search function. restartableTask Promise>(asyncArrowTaskFn: (term: string) => Promise): TaskForAsyncTaskFunction Promise> (+4 overloads) ```ts updateSearch = restartableTask(async (term: string) =>...
Steps to reproduce: Set `require-button-type` to false in the config: ```js module.exports = { extends: ["recommended"], rules: { 'require-button-type': false, // rather enable on forms only, than to clutter all...
1. Go here: https://tutorial.glimdown.com/7-form-data//7-form-data/3-number-inputs.md or try to select any other tutorial in the chapter «Form data» and and see error: ``` Prose for the current tutorial, /7-form-data//7-form-data/3-number-inputs.md , could not...
Hey. I tried the new [@apollo/client 4](https://www.apollographql.com/docs/react/migrating/apollo-client-4-migration) in my app. After running the codemod and adapting the error handling, most seems fine, except there are build errors because of some...
When running my app, i get the deprecation warning: `importing Test from the 'ember' barrel file is deprecated.` The stack points to `node_modules/.vite/deps/glimmer-apollo_ember-initializer__js.js`: This is maybe because the [imports](https://github.com/josemarluedke/glimmer-apollo/blob/main/packages/glimmer-apollo/src/environment-ember.ts#L13) from...
Cleanup dependencies and peer dependencies to help against possible duplicate issues in consumer's node_modules. See https://discord.com/channels/480462759797063690/1379160808730132531/1379181315219263702
Proposal: Official `Temporal`/`Intl` time adapter, as a path to no external date library requirement
## Feature Proposal Chart.js’ [time scale docs](https://www.chartjs.org/docs/latest/axes/cartesian/time.html#date-adapters) currently state: > “The time scale requires both a date library and a corresponding adapter to be present.” With the JavaScript [Temporal API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal)...
## Summary Fixes an issue where `occluded-content` height could be inflated by inherited `line-height` when used inside tables, causing visual jumps during scrolling. ## Problem When using VerticalCollection inside a...
Fix for #296: Insert the virtual component bound back to DOM also for the case `shouldRecycle=false`
Fix for #296 race condition with `shouldRecycle=false` during fast scroll. The issue was that we had 'forgotten' to apply the fix 'Insert the virtual component bound back before removal to...