Cristian Le
Cristian Le
I don't think `/tmp` defaults to `tmpfs` on non-docker environments. Here is my Fedora partition for reference: ``` $ df -hT devtmpfs devtmpfs 4.0M 0 4.0M 0% /dev tmpfs tmpfs...
Hmm for some reason this doesn't work. I suspect it's because of: ```yaml on: pull_request_target: types: - opened ``` So that it still runs the version on main. Edit: Indeed...
Initially I thought it can make it cleaner and more in line with upstream documentation, but having to enforce a compilation workflow is a bit of a disadvantage. Maybe if...
> * this is done by deleting the old git tag (`git push --delete origin v1`) and re-tagging it (`git tag v1 `) This should be handled by GH workflow,...
Is this not available on matrix.org server? I don't see any sign-in with qr code button in the initial onboarding screen
Could someone update https://github.com/element-hq/element-meta/issues/1915? Something similar to > - No OIDC support yet on the matrix.org homeserver The situation is not great because matrix.org users who created their accounts with...
You should bump the `cmake_minimum_required`. Bumping it to 3.21 will allow you to skip the `find_package`. The minimum of 3.2 is already broken with the usage of `FetchContent`. One thing...
Actually a mock for `Command.run` would really be useful. I've been trying with `flexmock`, `unittest.mock` and [`pytest-subprocess`](https://github.com/aklajnert/pytest-subprocess/issues/155). So far unsuccessful
Fixed the typing issues, but there is still one left: ``` found 0 vulnerabilities /home/runner/work/tmt/tmt/tmt/steps/report/html.py /home/runner/work/tmt/tmt/tmt/steps/report/html.py:12:1 - error: Type of "HTML_TEMPLATE_PATH" is unknown (reportUnknownVariableType) /home/runner/work/tmt/tmt/tmt/steps/report/html.py:103:17 - error: Argument type is...
Ok, this one is ready for another look-through reworked much of the `pathlib.Path`/`tmt.utils.Path`/`MultiplexedPath` weirdness. ~~The only thing left I believe is to extend the test to check that the schema...