Henrick

Results 4 issues of Henrick

**CPod version:** 1.27.1 **Platform:** Linux 4.15 (ElementaryOS 5.0) **Installation type (.deb, Snap, etc.):** AppImage **Description:** When i search for and select "London Real", it leads to "Dj Ju Crazy" podcast...

Collect functional requirements for the application by talking with the customer. Functional requirements can be brainstormed inside the team or tweaked if needed. Top level priority "should" be given to...

Is not possible to instantiate concrete classes from their base classes, this a severe limitation. ```dart BaseClass base = get(); // Instantiate ConcreteClass ``` The code below would probably be...

enhancement

Provide possibility to create instances with dependencies provided from other modules. ```dart class RepositoriesModule extends Module { RepositoriesModule () { // PersonRepository depends of PersonWebService factory(DependentRequestsRepository(inject()), () => DependentRequestsRepository(inject())); }...

enhancement
good first issue