Dale King

Results 133 issues of Dale King

You have documentation around how to assign bindings to environments but not about how that is handled in the generated function. I can tell you that because even after looking...

So the injection is all about injection of an instance of a class. What I am looking for is an easy way to inject a function that creates the instance...

See the explanation for the feature from Dagger: https://dagger.dev/dev-guide/multibindings

Currently your generators are hand written code that is difficult to see the big picture in and if some one wanted to customize the generation they would need to modify...

Was trying to throw together a quick project to demonstrate the capitalization bug I reported. Rather than specify the version I just put this in pubspec.yaml: ``` dev_dependencies: flutter_test: sdk:...

The groovy and kotlin examples for configuring tasks are labeled backwards, the one labeled kotlin is groovy and vice versa. Also for the kotlin example (incorrectly labeled as groovy) tasks.named...

The advice for turning on accessibility to enable Reset Simulator is no longer valid for OSX Maviericks. This page shows the changes to the UI for accessibility: http://mizage.com/help/accessibility.html But I...

Stop Simulator keyword does kill the simulator but it then hangs for me under OSX Mavericks.

The first problem is that calabash-android has moved on and is now at 0.4.x and no longer has an extract-manifest command. That causes the ExPat error reported in #63. I...

When calling a suspend function, internally a continuation object is returned and pitest complains that mutations are not handled on that returned value.