Evangelos

Results 7 comments of Evangelos

Hey no worries, It may be a headache to support swagger-ui. Thanks for the suggestion I will look into it. I really like your plugin, it was exactly what I...

Same happened to me. It turns out I was loading different configuration, so check what config is loaded. I use Flask's instance folder and the config.py so in case you...

Sure. ``` python from flask_recaptcha import ReCaptcha re_captcha = ReCaptcha() def create_app(): app = Flask(__name__) re_captcha.init_app(app) return app ``` I use function to create the app(to avoid circular imports) so...

Sure I could change it but I did it this way cause I wanted to see if jinja uses those variables in templates which seems not, so if I change...

@darko3 I think you are confused, I replied to the guy that opened the issue to tell him check what config is loaded in your application because I thought also...

@h0rac intereseting, i just have {{recaptcha}} and works

I get error in `:messages`: ```Error executing vim.schedule lua callback: ...opair.nvim/lua/ultimate-autopair/experimental/cmpair.lua:34: attempt to index field 'data' (a nil value ) stack traceback: ...opair.nvim/lua/ultimate-autopair/experimental/cmpair.lua:34: in function 'on_confirm_done' ...opair.nvim/lua/ultimate-autopair/experimental/cmpair.lua:78: in function 'callback'...