Stefan Fochler

Results 6 issues of Stefan Fochler

As you probably have noticed, I haven't spend any time to maintain this repository in the last months, and I'm very sorry about that. ## ember-power-select (the future?) Maybe you...

As described in https://github.com/iStefo/ember-select-2/pull/23, there is a need for accessing the full flexibility of the jQuery select2 plugin, that can not be established in the near future when trying to...

Like expand/collapse, set filter term(?)... I don't think there is a canonical way of talking to a component from a controller in ember, right? There are two different ways I...

help wanted

When updating to Ember 3.28, I got the following error involving ember-side-menu: ``` index.js:181 Uncaught Error: Assertion Failed: You attempted to update [object Object].default to "", but it is being...

Hi! In our app, we typically use localized strings like this: ```obj-c NSLocalizedStringWithDefaultValue(@"CantRecordAudioMessage", nil, MAIN_BUNDLE, @"Please restart and try again.", @"Alert View Error message when audio recording failed."); ``` When...

enhancement
Priority: Low

This PR fixes the issue of #316 and adds tests for both string and function based `typeKey`s.