Cory Loken

Results 9 issues of Cory Loken

### Environment - Ember Version: 4.4.1 - Ember CLI Version: 4.4.0 - Ember Intl Version: 6.0.0-beta.2 - Browser(s): Chrome / Safari - Node Version: 16 ### Steps to Reproduce When...

The husky steps are preventing any additional ember adding from installing once this is part of a project. I am not familiar with husky so this just removes it or...

After upgrading to ruby 3.3.1 from 3.2.2 the interfax gem fails with the following error: ```/versions/3.3.1/lib/ruby/gems/3.3.0/gems/interfax-1.2.1/lib/interfax/object.rb:1:in `': uninitialized constant OpenStruct (NameError)``` Adding `require "ostruct"` to `object.rb` resolves the issue.

Changed Provile to Profile. This pull request focuses on correcting a typo across multiple components and test files. The typo "My Provile" has been corrected to "My Profile" for consistency...

We just updated to v.17 alpha. It looks like there is a hard dependency on `ember-element-helper` because of the divider component. I was going to PR adding the dependency, but...

Converts to a v2 add-on. The test app builds and works, but still working through some of the ember-try scenarios. Also switches to pnpm from yarn. This solved some babel...

This pull request includes a minor change to the `lib/interfax/object.rb` file. The change imports the `ostruct` library to ensure the `OpenStruct` class is available for use. * [`lib/interfax/object.rb`](diffhunk://#diff-f1dbd6c02fec8b36f86cbcb3818dde095aa69012435a59daffc9e924c01f511bR1-R2): Added `require...