DM

Results 9 issues of DM

I am using this code directly from the [documentation](http://docs.pipelinedb.com/streams.html#pipelinedb-stream-targets). However is not not working, since I am getting: **ERROR: unrecognized configuration parameter "stream_targets"** ``` CREATE FOREIGN TABLE stream (x integer,...

Hello. First of all this package works great. However since Google has updated considerably the rate limit for free usage, what do you think about a replacement or at least...

Otherwise you can get this error. In my case I am using google api in another pages (base template) that leads to a duplicate import. _You have included the Google...

enhancement

It will be helpful if these messages could be translated without modify locally this file: flask_wtf/recaptcha/validators.py RECAPTCHA_ERROR_CODES = { 'missing-input-secret': 'The secret parameter is missing.', 'invalid-input-secret': 'The secret parameter is...

enhancement
recaptcha
i18n

I can't find an answer in [SO](https://stackoverflow.com/questions/52005725/how-to-set-recaptcha-lang-with-flask-wtf), so let me post here. There is any way to set a language without using RECAPTCHA_PARAMETERS = {'hl': 'zh'} ? This will ignore...

question
recaptcha

https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/ There is any way to chose the Bootstrap version in config?

I am triggering an inline validator, but i can't make it work when using BooleanField or RadioField. Only works with SelectField, StringField or IntegerField

Would be awesome if quick_form supports the placeholder option using a dictionary. Something exactly like button_map option. https://pythonhosted.org/Flask-Bootstrap/forms.html?highlight=button_map#form-macro-reference The implementation could be exactly the same as button_map, so probably is...