Stéphane Klein

Results 41 issues of Stéphane Klein

This line https://github.com/mattupstate/flask-mail/blob/master/flask_mail.py#L385 don't work with Python3.4 With : ``` return self._message().as_string().encode(self.charset or 'utf-8') ``` Subject encoding work with success. With : ``` return self._message().as_bytes() ``` Subject encoding fail. I...

bug

Can you append a section in Readme about react-codemirror vs react-code-mirror (https://github.com/ForbesLindesay/react-code-mirror) ?

Hi, I need something like : ``` python HTTP( GET="http://localhost:8000/", freq=Time.ms(500), contain="foobar" ) ``` to test if the web page contain "foobar" string. I'll try to implement it as soon...

Suggestion: Can you add « Goreturns vs Goimports » section in README.md

Hi, I suggest to add this section in `README.md`: * Why should I use `sameersbn/docker-postgresql` instead [Official postgresql Docker container](https://hub.docker.com/_/postgres/)? * pros / cons for sameersbn/docker-postgresql vs Official postgresql Docker...

Hi, I suggest to add recipe with ElasticSearch + Template configuration. Best regards, Stéphane

More information here : https://github.com/omarqureshi/jQuery-URL-Parser/pull/1

Hi, in [flask-bug](https://github.com/harobed/pazel/tree/flask-bug) branch, I can execute with success: ```sh $ bazel build //... INFO: Invocation ID: 6fe25081-9152-484d-8c1f-2f3d90e9a465 INFO: Analysed 16 targets (0 packages loaded, 0 targets configured). INFO: Found...

Add all bazel folders in `.gitignores`.

Fix « ERROR: error loading package '': Encountered error while reading extension file 'python/pip.bzl': no such package '@io_bazel_rules_python//python': The native git_repository rule is deprecated. load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") for a replacement. »...