Max Fierke

Results 20 issues of Max Fierke

https://github.com/Exelord/ember-rollbar-client/blob/88c4d35657ae383a56128c00fd7038fba81cc4d4/addon/instance-initializers/rollbar.js#L6-L14 I was investigating some memory leaks in our test suite and found that the use of services within `Ember.onerror` and recursive wrapping of `Ember.onerror` was resulting in application containers...

When doing operations on lots of models, strip_attributes can be responsible for a lot of small allocations for strings and regexes that do not change, but are nonetheless re-allocated every...

`updateFor` is kind of a hack to induce a call to update the tooltip display if some content changes. Instead, I think we can wire something up with a `MutationObserver`...

enhancement
3.x

According to the v4 migration guide, because the app I'm working on directly imports rules, I need to convert it to ESM. However, when I do so, it doesn't seem...

- [ ] PHP 5.6, PHP 7 support (#107) - [ ] Refactor ludicrous data structures (schedules, availability, etc.) - [ ] Introduce maintainable schedule view - [ ] Cleanup...

enhancement

Ideally, you'd be able to go into the position schedule view, uncheck the employee for the chunk of time that they are no longer available for, and save changes. However,...

bug
confirmed

enhancement
in progress

Allow doing hour reports against live clock data, and not just archived clock data

enhancement

When supervisor or admin is editing their own user profile, they show up in the supervisors list and can thus set themselves as their own supervisor. Doing so does not...

bug
low priority
confirmed

The `tests/dummy` app that powers the docs site is still using pods and it would be great to get it onto a more supported Ember layout Ideally, we could keep...

enhancement
help wanted
good first issue
docs