Alberto Cantú Gómez
Alberto Cantú Gómez
Hello @josemarluedke ! hope your'e doing well, would this be the best approach to expose chunks? I would like to have them as strings in order to create codesandboxes demos,...
Ember octane blueprint comes without jquery, so ember-ajax is no longer needed. One option is to use ember-fetch instead. Currently to use ember-fetch with ember-data, you have to use the...
Hello, this PR seems to fix a few bugs. (not sure if its the right way). - #517 #585 #499 #437 It seems that notifyPropertyChange doesn't work for nested paths,...
@snewcomer This is another approach for #586, property notifications We use tracked-built-ins to have a common tracked object reference that we can keep notifying of changes by lazily consuming tags...
Changes are silently set to the changeset when ember-inspector is used (?) tracked it down to this line https://github.com/emberjs/ember-inspector/blob/15f49e5ab04e738ec540550001ad8a1b1537eb70/ember_debug/object-inspector.js#L536 it triggers the proxy set and so `changeset.changes` is polluted. In...
Just updating blueprint {{head-layout}} -> ``
@jherdman here's only the interface PR we talked about at #189 A few things to notice: 1. It guards against fastboot, not sure how dynamic imports work in fastboot (guidance...
In order to avoid locked in to a particular addon for resolving assets, let consumers choose how they resolve assets i.e. `ember-cli-resolve-asset` or `ember-cli-ifa` for the hbs strategy the host...
## What Is the issue? There are some use cases when child iframes reload, it would be cool if we can automatically get an auto handshake or something like that...
Hello, trying to upgrade to 3.16.2 but got this error, starting from 3.16.0 AFAIK. Related PR: https://github.com/emberjs/ember.js/pull/18554 ```hbs {{#if form.isInvalid}} This form is invalid {{/if}} ``` Throws 