Samuel Dowling
Samuel Dowling
> A key question here is what the best way to package the C++ agent would be (i.e. there's no Cargo for C++). Suggestions would be welcome here. You could...
Thanks for the explanation @JohanMabille. Do you think a description of this and an example should be included in the documentation?
Hi @JohanMabille, I'm attempting to build a custom data type, but I'm running in to problems. I can get a trivial wrapper for a number to work, but as soon...
> Looks like mostly whitespace / formatting / linting? changes to pyvenv.py There aren't a huge amount of changes to pyvenv.py. The biggest functional change was the addition of the...
> Does this mean that by setting different options.requiements on `python-virtualenv`: > > ``` > self.options["python-virtualenv"].requirements = json.dumps([ > "sphinx==5.0.1", > "sphinx-book-theme==0.3.2", > ]) > ``` > > That we...
> To be fair, I don't wish to let my team's use case, or any of my proposals take priority over your approach. Your efforts to land this work should...
> Perhaps one suggestion then, supposing I had such a script, and I've defined my pip requirements appropriately, should the `CMakePythonDeps` generator _also_ include a path to the supporting venv?...
> About the `CMakePythonDeps`, we think that maybe what is really missing is modeling the executables that a package has, no matter if coming from a Python virtual env package...
I'm interested in these changes from a packaging perspective - this is pretty stale though, is there likely to be any movement on merging this in?
@wabscale can you comment on the utility of the `TZDATA_DIR` vs `TZDIR` environment variables? why are these not the same in this PR?