I hereby claim:
- I am compatech on github.
 - I am tom_scholten (https://keybase.io/tom_scholten) on keybase.
 - I have a public key ASAglQwpAPP-dM9MMA0IrcM3k1fwu3RwPUu0sMkHjlujzQo
 
To claim this, I am signing this object:
| esphome: | |
| name: sonoffv | |
| platform: ESP8266 | |
| board: esp01_1m | |
| wifi: | |
| ssid: 'mywifi' | |
| password: 'mysecret' | |
| manual_ip: | |
| static_ip: 192.168.1.20 | 
| def extract_form_fields(self, soup): | |
| "Turn a BeautifulSoup form in to a dict of fields and default values" | |
| fields = {} | |
| for input in soup.findAll('input'): | |
| # ignore submit/image with no name attribute | |
| if input['type'] in ('submit', 'image') and not input.has_key('name'): | |
| continue | |
| # single element nome/value fields | |
| if input['type'] in ('text', 'hidden', 'password', 'submit', 'image'): | 
I hereby claim:
To claim this, I am signing this object:
| [2016-03-16 10:19:58] [debug] Subscriber executed: Kanboard\Subscriber\BootstrapSubscriber::execute | |
| [2016-03-16 10:19:58] [error] ActionParameter::duplicateParameters => unable to resolve category_id= | |
| [2016-03-16 10:19:58] [error] Action::duplicate => skip action \Kanboard\Action\TaskAssignColorCategory 8 | |
| [2016-03-16 10:19:58] [debug] SELECT projects.id, projects.name FROM `projects` LEFT JOIN `project_has_users` ON `project_has_users`.`project_id`=`projects`.`id` WHERE (project_has_users.user_id = ? OR projects.is_everybody_allowed = ?) AND projects.is_active IN (?) | |
| [2016-03-16 10:19:58] [debug] QUERY_DURATION=0.00024509429931641 ALL_QUERIES_DURATION=0.00024509429931641 | |
| [2016-03-16 10:19:58] [debug] SELECT projects.id, projects.name FROM `projects` LEFT JOIN `project_has_groups` ON `project_has_groups`.`project_id`=`projects`.`id` LEFT JOIN `group_has_users` ON `group_has_users`.`group_id`=`project_has_groups`.`group_id` WHERE group_has_users.user_id = ? AND projects.is_active IN (?) | |
| [2016-03-16 10:19:58] |