Stijn Spijker
Stijn Spijker
I'm an programmer myself (originally embedded), and am looking to buy a new charger. Do you think it would be possible for the SmartEVSE to implement a clock, and this...
I'd rather not run a server at home for these things. I'm not really into home-automation. I like things to be self-sufficient. Worth opening an issue in the `-3` repo?
I'm an programmer myself (originally embedded), and am looking to buy a new charger. Do you think it would be possible for the SmartEVSE to implement a clock, and this...
I'd rather not run a server at home for these things. I'm not really into home-automation. I like things to be self-sufficient. Worth opening an issue in the `-3` repo?
This may be possible with new OCCP 2.0 standards
Google employee (see referenced issue) has confirmed they will be renaming, so it's up to this lib to decide if they want to do the same.
For future reference: https://github.com/andreacremaschi/ShapeKit https://github.com/Ancestry/CocoaPod-Specs/tree/master/ShapeKit
Pretty please :) I loved this comparison and your post still leaves me wondering: should I jump to Xcode 7 UI Testing now, is KIF to keep on breaking?
I ran into the same problem, but fixed it like this: ``` ruby post_install do |installer_representation| installer_representation.project.targets.each do |target| target.build_configurations.each do |config| if target.name == 'Pods-sqlite3' config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)'] config.build_settings['GCC_PREPROCESSOR_DEFINITIONS']
there is already a subspec? https://github.com/CocoaPods/Specs/blob/master/Specs/sqlite3/3.8.4.3/sqlite3.podspec.json ``` ruby { "name": "rtree", "dependencies": { "sqlite3/common": [ ] }, "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_ENABLE_RTREE=1" } }, ``` ( Sorry, I'm kinda new to...