Daniel Nelson

Results 19 comments of Daniel Nelson

I think this should be closed @jerel. Thanks for the addon!

This problem manifested itself in a number of my integration tests that previous to ember-intl@v6 managed to format without me explicitly setting the locale. Not certain how this worked in...

I'm using ASDF-VM to manage several versions of Ruby in my OS X world. I've had the `solargraph` gem fail to be found from VS Code upon opening a Ruby...

`import { htmlSafe } from '@ember/template';` seems to have been around since Ember 3.8. No action required in this addon's README. Thanks for maintaining!

Looks like this will still be a problem until this is resolved? 🤷‍♂️ https://github.com/emberjs/ember.js/issues/19393

Note from core team here: https://discuss.emberjs.com/t/fixing-htmlsafe-and-ishtmlsafe-deprecation/18639/2 Upgrading to Ember 3.25.2 should turn down that deprecation noise: - https://github.com/emberjs/ember.js/releases/tag/v3.25.2 - https://github.com/emberjs/ember.js/pull/19396

With Pundit 2 supported in #104, could we not author a `NamespaceAuthorizingProcessor` that will take the resource's namespace into consideration when requesting the appropriate policy(ies)? Enabling this behaviour is as...

Interesting, that may add more complexity. Lazy me will argue that in following with Rails' _convention_ over configuration, a `NamespaceAuthorizingProcessor` would only use the class path to derive the corresponding...

Thanks @cloke & @Koen03 for posting here. I too am blocked from some library upgrades (Rails-6.1 & JSONAPI-Resources-0.10) that might be alleviated if we can get this PR passing tests....

I just recently upgraded my main project to Ember-2.16 and would love my JetBrains IDE to auto-import. I'm speculating that we've still got many things to figure out. I've **hacked**...