Cristian Le

Results 475 issues of Cristian Le

CMake uses a similar idea, where you define one test to have a setup/teardown relationship with another test so that: - The test run order is guaranteed - If a...

code | core
status | discuss

With the release of F43 comes a need to update the images. We should think of how to better automate these. Some ideas: - Use [`fedora-distro-aliases`](https://github.com/rpm-software-management/fedora-distro-aliases/) to pick up all...

area | maintenance

It's about time we do this, since we do not want to advertise these as options for user to install

area | maintenance

First step for the rebasing related to #4325. Adding a bunch of pyright ignores for now, but most of them are fixable with `typing.cast`, not sure if I should just...

status | blocked
code | style
ci | full test
area | maintenance

Some basic refactoring to make the code more contained and gradually bring back pyright to check these bits

code | style
status | blocking other work
ci | full test
review | trivial
area | maintenance

Splitting up the documentation parts out of #4156 so that it would be merged and announced when fully finished. Pull Request Checklist * [x] write the documentation * [x] adjust...

documentation
status | blocked
plugin | artifact

### What happened? What is the problem? I guess it is in the documentation that it doesn't introduce the `-` but I missed it. Is there any reason why not...

kind/bug

Can you include documentation for [`Caddy`](https://caddyserver.com/docs/) as a webserver? Here is the `Caddyfile` I am using which works perfectly well. ``` ## Caddyfile snipe-it { root * /var/www/snipe-it/public encode gzip...

documentation

### Pull Request Checklist - [ ] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable)....

In `tmt` we are using the following design ```toml [project.optional-dependencies] all = [ "tmt[provision-virtual]", ... , ] provision-virtual = [ "testcloud>=0.11.7", ] ``` And we are using the integration with...