Eric Riff

Results 12 issues of Eric Riff

Pipenv supports a lot of configurations though environmental variables. This is useful but those are not persistent and can't be pushed to a VCS. For example if we have a...

Type: Enhancement :bulb:

**Issue** If you create an environment and you either don't specify a python version for it or specify the one which is set as default on the system, the symlinks...

enhancement

- [X] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing. - [X] I've followed the [PEP8](https://www.python.org/dev/peps/pep-0008/) style guides for Python code in the recipes. - [X] I've used the [latest](https://github.com/conan-io/conan/releases/latest) Conan client...

`pybind11` is a headers only library, but it exposes a bunch of targets that the consumer can link to in order to inherit build options and flags. Here it is...

bug

On C/C++ native, sentry needs libraries and executable with `build-ids` to work properly. Otherwise the crash report will mark the debug information, aka `images` as missing and the backtrace will...

Status: Stale

It looks like this tool hasn't been updated for a while. But there are a couple of commits on master not included on the latest release. I'm particularly interested in...

**Issue** I'm trying to pin the version of `pip` my virtual envs will have, regardless of the version of virtualenv being used. I realized that if the requested pip version...

bug
help-wanted

Hi All Our` CDash` instance started considerably lagging behind recently and we're not sure how to debug this. We use `CDash` version `v3.0.3-14-gef36cf0d` with a remote mysql db over aws...

bug report

As the title says, my host doesn't have `libparse-debianchangelog-perl` installed so I get ``` $ ./build.sh debian:buster /bin/sh: 1: parsechangelog: not found Traceback (most recent call last): File "./setup.py", line...

The instructions from the hook itself do not work, it fails with ``` [HOOK - recipe_linter.py] pre_export(): ERROR: Install pylint to use 'recipe_linter' hook: 'pip install pylint astroid' ``` Looking...