Brendan Erwin

Results 17 issues of Brendan Erwin

I'm having some problems where, if I watch the install happen I see flashes of red text. How can I find out what actually happened? I don't see any logging...

enhancement

Like so: ``` objective-c + (DCKeyValueObjectMapping *)mapper { static DCKeyValueObjectMapping *mapper; if (!mapper) { @synchronized([self class]) { if (!mapper) { DCParserConfiguration *config = [DCParserConfiguration configuration]; [config addObjectMapping:[DCObjectMapping mapKeyPath:@"id" toAttribute:@"repositoryId" onClass:[self...

It seems to use sourcekitten CLI but not the daemon.

I have a case where I need to create multiple entries in a config file based on the existence of environment variables. (its for a reverse proxy and I want...

Similar to this: https://bottleofcode.com/2014/08/11/adding-files-to-xcode-projects-from-command-line/ Have the ability to automatically add source files in the right places based on their directory names. The goal is to tie into a save event...

I seem to have "lucked out" and gotten a Daly BMS with a sinowealth chip. After struggling to get mpp-solar to work I searched around for another implementation to see...

I don't think I've seen them all in one place. And I suspect I may have a mix of the original design's dimensions and the current. I'd love to be...

It'd be nice to have my screw heads counter sunk. Sometimes the cooling fan catches on the screw heads.

A few zip tie anchors would be nice to aid in wire management around the electronics. I think they might go right on the edge of the frame: ![image](https://f.cloud.github.com/assets/3039/1981679/816b7fb6-83e2-11e3-8e6b-e889aef74bee.png)

More careful checking of the endpoint attributes to look only at the bits indicating transfer type. A little more paranoia while checking the endpoint address direction as well. Not assuming...