Greg Larrenaga

Results 59 comments of Greg Larrenaga

This is totally possible and totally easy. Which is why Rivets is so damn cool. Here is a `rv-attr-*` binder for you. http://jsfiddle.net/tvx3L58L/ The important bits: ``` javascript rivets.binders['attr-*'] =...

I am neither for nor against...you could say that I am forgainst it. Lets use this issue to gauge interest. A few things to consider. Would the `rv-*` go away...

Hi, I have used CK editor with Rivets and backbone many times. Usually, it does not involve rivets. The key takeaway is that you add event handling to the editor...

Installing this into Ember 4.12.0 and Node 16 throws crashes builds with this error:

We are also seeing this. This breaks both our code-push deploys and our regular app-store releases. Disabling SRI as outlined above solves both issues. Passed app store review and able...

Ok, I am digging deeper. It seems that in order for this to run on in-repo addons we assume: * the string 'ember-addon' in the addons package.json keywords array *...

Actually, it seems like the `es5-getter-ember-codemod` is not intended to traverse the /addon dir. https://rawgit.com/ember-cli/ember-cli-update-codemods-manifest/v2/manifest.json ^ looking at its 'command' it only runs in the `/app` dir as designed. If...

I also ran into an nearly identical issue with `ember-data` `ember-fetch` `ember-cli-fastboot` and `ember-simple-auth` Ember-fetch's ajaxOption's does not call super, which results in any other extensions of your application adapter...

@ehubbell Totally. The latest ember-simple-auth has deprecated authorizers... So I had to change some things a few weeks ago. Now that `ajaxOptions` hook I pasted above looks a little different....