luzik

Results 52 issues of luzik

I found such error ``` Error from src bufferevent: 0:- 337092801:193:no shared cipher:20:SSL routines:378:tls_post_process_client_hello Additional SSL error: 1:1:(null):0:(null):0:(null) ``` Is this a bug ? or I just not configured something...

How can I achieve an need of mapping AD groups/rules into builtin django groups ? For example if user is in ActiveDirectory "user_can_edit_web" group I can make an transformation this...

As name suggest before_login should be run befor login. New users are loggin to, but trigger do not fire.

It would be awesome if double-take support deepface. https://github.com/serengil/deepface

enhancement

trigger.{to|from}_state.state in my configuration is a name of camera I have only one camera, so that state never changes. ``` condition: - condition: template value_template: '{{ trigger.to_state.state != trigger.from_state.state }}'...

bug

Brand new SUN2000-5KTL-M1 here. All values are ok but energy is: Grid exported energy 21474836.47 Grid accumulated energy 21474836.47 FusionSolar shows 2,46kWh

I have some false positives when person do not facing forward(even 99% hit), especially if it facing about 90deg to the left or right (side face). Can I prevent face...

Please consider providing support for Safari web browser.

feature request

With `let g:UltiSnipsExpandTrigger = ""` I can **Shift+v**, select lines, press **TAB** write` try`**TAB** and I got python `try except` snip working with selected lines inside. After using NCM documented:...

### Description I can't find a way to mix @api.dispatcher.add_method with @jwt_required from flask-jwt-extended ### Steps to Reproduce ``` @api.dispatcher.add_method @jwt_required def rpc_test(param: str) -> str: return 'mucha %s '...