André Anjos
André Anjos
This package works great - very easy to use, does the job perfectly well. One missing feature is the ability to aggregate coverage from C/C++ code on the reports pushed...
Trying to use bento with buildout but, unfortunately, when bento installs through buildout, it gets its internal paths setup weirdly: ``` python BINDIR = '/usr/local/bin' DATADIR = '/usr/local/share' DATAROOTDIR =...
### Checklist - [x] Using latest version on the [App Store](http://itunes.apple.com/app/id1156707581) - [x] Read the [docs](http://blink.sh/docs/) - [x] Searched for [existing GitHub issues](https://github.com/blinksh/blink/issues) ### Configuration Blink version: v15.0.6.528 iOS version:...
This seems like a bug introduced on a couple of releases back. The test function `test_sequential_reading()` from ` tests/test_pyav.py` is failing on conda-forge builds (https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=544225&view=logs&jobId=656edd35-690f-5c53-9ba3-09c10d0bea97&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d). The reason, I think, could...
Apparently, https://repo.anaconda.com/pkgs/main now supports a speedier version of the tarballs dubbed ".conda" packages (https://www.anaconda.com/how-we-made-conda-faster-4-7/). It is curious that the "index.html" generated by `conda index` does not show them, but you...
I'm trying to use this flag on my system to create a bucket in which only the last version of the files are kept, but I have found no way...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have an issue with this plugin where I loose...
Apparently, this test fails to contact `http://sample.com/my/resource` with the following error: ```text FAILED tests/test_core.py::test_format_hint - urllib.error.URLError: ``` Here is a log from conda-forge where one can see the problem happening,...
For some reason, this test keeps failing on conda-forge: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=608588&view=logs&jobId=656edd35-690f-5c53-9ba3-09c10d0bea97&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d The reason seems silly, however I cannot judge its pertinence: ```text > assert "yuv420p" == W._meta["pix_fmt"] E AssertionError: assert 'yuv420p'...
I'm reaching an exception deleting a subfolder: ```python import photoscript library = photoscript.PhotosLibrary() A = library.create_folder("A") B = library.create_folder("B", folder=A) library.delete_folder(B) ``` will throw an exception on macOS 13.0 (22A380)...