Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

We did that in the `kinto-http.py` client so that it tries and fail silently.

enhancement

In some case we want to be able to change this default settings. Here is a PR to let us do it.

needs review

If you try to do the following: ``` Animation.style [ Animation.top (percent 100) ] |> Animation.interrupt [ Animation.to [ Animation.top (px -200) ] ] ``` Note the `(px -200)` It...

Are you interested by a Python 3 support for this lib?

Fixes #60 ``` USAGE: doorman -c policies.yaml CLI options ----------- -c: string Path to the configuration file (default `policies.yaml`) -D: Set log level to `debug` -v: Display the current server...

`--help` to see the available options `--version` to see the current version `-c,--config` to select the policies file

proposal

For now we can only return static files from the get_attachment() BaseMail method. We want to be able to return FileLikeObjects (that implements read()). So if the parameter has a...

enhancement

I often encounter this exception, especially when I previously ran pytest and a syntax error prevented it to run. ``` File "/usr/local/lib/python3.7/site-packages/random_order/plugin.py", line 60, in pytest_collection_modifyitems INTERNALERROR> process_failed_first_last_failed(session, config, items)...