Christopher Perry

Results 11 issues of Christopher Perry

From Bob's [Screaming Architecture post](https://8thlight.com/blog/uncle-bob/2011/09/30/Screaming-Architecture.html): I poked into your example here and it didn't scream "Clean News!" to me. Consider packaging by feature and doing Clean in one vertical slice...

Every build through docker does a lot of things that could probably be cached. I couldn't get a local build to work, so iterating via the docker build is quite...

When trying to run the sample tests on my Nexus 6P running Android 7.1.2 I get the following RuntimeException: > We need WRITE_EXTERNAL_STORAGE permission for OkReplay. Please add `adbOptions {...

Here's the stack trace: > java.util.ConcurrentModificationException > at java.util.ArrayList$Itr.next(ArrayList.java:831) > at org.yaml.snakeyaml.representer.BaseRepresenter.representSequence(BaseRepresenter.java:132) > at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentList.representData(SafeRepresenter.java:173) > at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) > at org.yaml.snakeyaml.representer.Representer.representJavaBeanProperty(Representer.java:125) > at okreplay.TapeRepresenter.representJavaBeanProperty(TapeRepresenter.java:40) > at org.yaml.snakeyaml.representer.Representer.representJavaBean(Representer.java:83) > at org.yaml.snakeyaml.representer.Representer$RepresentJavaBean.representData(Representer.java:49)...

Getting the message: > Failed to create the directory for tapes. Is your sdcard directory read-only? on my Nexus 6P, and the Pixel. I tried to debug, the relevant source...

There's nothing in Sonatype snapshot or central repo for the dependency listen in your maven example.

This is a feature request, unless I'm missing something. When aligning this next to plain old `TextView` using material theme the text does not align. The text in `MaterialEditText` hovers...

The following causes Dagger to compile incorrectly. ``` java @Module( injects = SomeClass.class ) public static class MyModule { @Provides InjectedClass provideInjectedClass() { return new InjectedClass(); } } public static...

I have a lot of boilerplate because I can't use generics with my module classes. A contrived example: ``` java @Module public class ShapeModule { @Provides Shape provideShape() { return...

Both `infer` and `eradicate` fail to run to completion, failing with the message: ```bash An annotation processor threw an uncaught exception. Consult the following stack trace for details. java.lang.RuntimeException: Found...