Cristian Le

Results 1273 comments of Cristian Le

> > sphinx domain documenter > > Not sure what is this? Another level of indirection by hiding scripts into extensions? > > If something in Sphinx breaks, I have...

> If I am to choose documentation system in 2025, I would choose something different, markdown based Sphinx is markdown compliant with `myst-parser`. > Sphinx is way too complicated that...

The common workflow is to make a PR to consolidate and refine the changelog. There doesn't seem to be one in this project, but not opposed to adding one either...

I cannot find my original reference, so hope [this comment](https://github.com/twisted/towncrier/issues/585#issuecomment-2271735761) is helpful enough to describe the workflow. Basically it creates and rebases a release PR where the changelog is compiled....

That is basically `.github/release.yaml` workflow, perfectly fine workflow IMO. The things you would have to note is that the PR title is used for the entries so make sure you...

> The rationale behind `get_fortran_stderr` is for use by python, where it is necessary to have a public function (of course this function is not needed from fortran). I am...

Sorry for the late reply, I have reformulated the issue to be more relevant for the caddy webserver issue only.

Maybe it's worth making environment variable overrides. Here's a snippet from `Lmod`, and although not related to interactive shell, would be good reference: ```bash if [ -z "${LMOD_ALLOW_ROOT_USE+x}" ]; then...

`/etc/profiles.d/modules.sh` is loaded only once in order to define the `module` command. That section is a fallthrough to check if the file is sourced by the `root` and if there...

> - Did you mean just an example to test the root user? Yes, just that. Just having an interface like `*_ALLOW_ROOT_USE` and such to have fine-grained control of these....