Joe Neuman

Results 36 comments of Joe Neuman

Ya, that is definitely a strange error while trying the following there ``` swift public override func setObject(object: AnyObject, key: String) { dispatch_async(dispatch_get_global_queue(self.priority, UInt(0)), { NSKeyedArchiver.archiveRootObject(object, toFile: self.fullPath(key)) }) }...

I have made is successfully compile and work with tests in https://github.com/Dimillian/HackerSwifter/pull/12 It doesn't seem to fix the scroll stop, I will keep looking into it.

@fila612 handle those like this: ``` - type: 'custom:simple-thermostat' entity: climate.mjolnir_hvac_climate_system name: Climate control: hvac: 'heat_cool': name: "Heat/Cool" preset: _name: Preset Mode 'normal': name: 'Normal' 'defrost': name: 'Defrost' 'week_program_1': name:...

> I'm going to go ahead and close this since there is a workaround. There are some changes coming for the mac version which will let you set this through...

Ya, I was looking around and it seemed to still be the standard way to check if there is a valid internet connection. A lot of things still are only...

I do like the idea of a dated cache, that makes a lot of sense to me. A couple thoughts: 1. That could still lead to a double closure call,...

1. I guess just the only time I have ever seen that happen was in bugs. There aren't any explicit rules against it, I have just never seen it before...

I think that could work pretty well and is a good plan to mock up. As for the rearranging, I don't think it would be too bad to program. I...

Sounds good to me! And I may try that out, if nothing else than for fun :) Ya these kinds of discussions are always great! Makes you think about all...

After a lot of play with provisioning and disabling of linking the today extension I was able to get it to compile. I'm just curious, is there a way to...