Robby Morgan

Results 42 comments of Robby Morgan

@jclark-vh I'm not seeing the issue with scrolling, so I suspect that the issue is specific to your CSS. As long as the `micromodal-container` is the div with the `(max-)height`...

Speaking for all the teams with legacy Ember codebases for which this is going to involve lots of work: Is there an opportunity for (at least the major parts of)...

As a long-time (since 1.5) Ember user and fan, maintaining three production apps, one of which is still running successfully pre-Octane (3.12), I must say that this proposal concerns me...

Thanks all for your responses. I actually agree with most of your rebuttals, and I recognize that there are tradeoffs required if Ember is to continue with forward momentum into...

@chriskrycho thank you (and others) for listening and responding to feedback. This was my first comment on an Ember RFC, and even though there were strong opinions expressed, I found...

I believe this is still an outstanding issue for `loaded.created.uncommitted`. In this state, even if the exact data is returned from the server (because of a successful save in a...

Following up from [my earlier comment](#issuecomment-1085271466) which pertained to 3.20.5, I've re-tested this scenario on 4.4.1, and it appears that this is no longer an issue. Upon data being pushed...

That's fair, and honestly the response that I expected. I think the surprising part as a developer is that Ember Data's `ManyArray` behaves like a JavaScript Array in most other...

In order to get the real IP to appear in the ModSecurity audit log, I've come up with the workaround of adding it to a header before ~~the RemoteIP module...

The biggest downside of this change for me is the loss of the `.findBy`, `.filterBy`, `.mapBy` (and to a lesser extent `.sortBy` and `.rejectBy`). I use these heavily through my...