Valentin Krasontovitsch

Results 27 issues of Valentin Krasontovitsch

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables ### What part(s)...

content

It is not obvious that default environment variables will not be available in the `env` context. We add a note to that regard. ### Why: Closes: #24895 ### What's being...

content
actions
waiting for review

util_file_readable uses `util_entry_readable` (and `util_is_file`, not focussed on here) - that function, util_entry_readable, looks as follows: ``` bool util_entry_readable(const char *entry) { stat_type buffer; if (util_stat(entry, &buffer) == 0) return...

regarding bootstrapping - i'm coming from the docs on gitlab, trying to setup an integration for "gitops" between gitlab and flux. i followed the install bootstrapping guide, and it was...

in the [section on after flux bootstrap](https://fluxcd.io/flux/migration/flux-v1-automation-migration/#after-flux-bootstrap), the docs reference rerunning `flux bootstrap` with an extra option `--components-extra`, referring to the [installation guide](https://fluxcd.io/flux/installation/#bootstrap) which supposedly shows usage of that extra...

Following the principle of least surprise, we write messages completely into the `short_message` field, even if they contain several lines. To not break gelf standard, we also write the full...

Related to #5273 (found while trying to solve that one) **To reproduce** 1. Get your hands on a user model that has lots of fast running forward models, run it...

enhancement