Cristian Le

Results 260 issues of Cristian Le

Curiously I've found snippets like `when: how == provision`, but they are very cryptic in what they mean. What I am trying to do is add a `venv` construction step...

I just got hit by a bunch of deprecation warnings coming from: https://github.com/teemtee/tmt/blob/78742f93789da5bbc13db3713cd6de3e8f744443/tmt/utils.py#L7359-L7364 ```console warning : /usr/lib/python3.12/site-packages/tmt/utils.py:7003: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in...

`chrisjsewell/sphinx-autodoc2` -> `sphinx-extensions2/sphinx-autodoc2`. Caught this because of `linkcheck`

Thanks @chrisjsewell for this project. I have been trying to configure `sphinx-hoverxref` to work on `myst-parser` with no success, so I am considering jumping ship. There is however one aspect...

I have recently noticed that the python files that are covered by `pytest-cov` are missing in the codecov UI. Probably this is not the right repo to ask this, but...

Waiting for: Product Owner
Support

- [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly...

category:new-port

### Does your PR solve an issue? I have encountered this issue when trying to package a downstream project where the in-memory sqlite database was simply gone at subsequent accesses....

I hope you don't mind opening this issue, it's just that it would be useful for downstream to have something to track regarding this update since it seems to have...

It could be useful to expose the public api using `pybind11` (or equivalent) so that python native or upstream `jinja` tests can be run/tracked. `scikit-build-core` is a great tool to...

From the top page of [Jinja API](https://jinja.palletsprojects.com/en/latest/api/#basics), the workflow of defining `Environment` with a `Loader` is presented, while `Template` is just a shortcut using some default values for `Environment`. It...