Miguel Camba

Results 61 issues of Miguel Camba

If someone wants to contribute to translate the documentation to more languages, I could use some help. Having the docs translated into German, French, Portuguese, Chinese and Japanese would cover...

documentation
help wanted

After migrating a few codebases to async/await and ember-native-dom-helpers, the single most annoying pattern to transform is selectors that use the `:contains("text")` pseudoselector from jQuery. I proposed supporting a subset...

under consideration

@iezer I'm working on improving the deprecations.

This table is a fantastic source of information: https://allyjs.io/data-tables/focusable.html /cc @xcambar

enhancement

It works!! :tada: :tada: :tada: Don't merge this yet.

The more I use VSCode the more I value the little helps that the type definitions (even those defined externally like momentjs / lodash). Although Ember's flexibility limit the effectiveness...

Using Ember canary, if the feature flag `ember-glimmer-remove-application-template-wrapper` is enabled when the JS boots the SSR content is not replaced, ending on a repeated page:

Unless someone has a good reason and motivation to keep supporting Ember 1.X, I'd suggest making the addon 2.X only.

Now the polyfill is a **real** polyfill, so we can destructure from ember itself. This is a subset of the changes in #447 in the hope CI is green and...

One of the difference between adding closure action with `onsubmit={{action "foo"}}` vs adding actions in the "element space" (`{{action "foo" on="submit"}}`) is that closure actions don't call `event.preventDefault()` automatically. This...