Francis Charette-Migneault
Francis Charette-Migneault
This PR is not as complete or extensive as #202, but provides minimal implementation that fulfills the use case I'm facing. It partially addresses #201. This allows to decorate a...
When using `cache_region` decorator, beaker will use the following snippet to determine if it should instantiate a new cache for each function that was decorated with it. https://github.com/bbangert/beaker/blob/889d3055a4ca31b55a0b0681b00f2973b3250d88/beaker/cache.py#L545-L570 When `cache[0]`...
### Description When viewing compare changes between two branches/tags, the number of commits that are included between the two selected versions impacts how the pages is rendered. If the amount...
resolves #996
I encountered error https://github.com/PointCloudLibrary/pcl/issues/4926 when trying to link PCL with another library when it was compiled using a self-provided VTK (same as in issue). I found 2 workarounds. First, being...
Recent reports seem to indicate false positive related to `celery`. https://pyup.io/repos/github/crim-ca/weaver/commits/?page=1#0d9d2e845c11a48a39cab0a73962ce87dae6428f | Package | Installed | Affected | Info | |---------|--------------|----------|-----------------------------------------------------------------------------------------------------------| | celery | 3.1.26.post2 |
pyup seems to always push a new branch with a basic config even if one already exists on the newly added repo via pyup.io It should detect that the config...
Hi, I am aware of #482 where outputs have been limited explicitly to only a single format. I have more of a question regarding that decision. I do not understand...
Hi, First, I would like to say thanks for this amazing library! Very useful. While developing on some of my projects, I came across a few times into situations where...
- fix `if` failing condition to get provider config value such as `False` - add method `_log_param` to simplify some logging lines - add OAuth2 settings `certificate_file` and `ssl_verify` so...