Alexander Lanin
Alexander Lanin
The goal here is to propose an *idea* for a better error message, which says what is wrong instead of pointing to some internal implementation detail that does not compile....
**Describe the bug** It seems there is no overflow protection / detection. **To Reproduce** Steps to reproduce the behavior: 1. Run a piece of code with branches many many times...
In order for a list to be detected it currently has to be preceded by an empty line. This is often quite unnatural and it feels like this should not...
### Description ### In google there are lots of instructions like this one: ``` set(ENV{CCACHE_COMPRESS} "true") set(ENV{CCACHE_BASEDIR} "/home") set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ${CCACHE_PROGRAM}) ``` However this does not work. Document how...
Steps to reproduce: * git clone https://github.com/Kitware/CDash.git * git checkout prebuilt (5be65db5903c846f39b5b0085 at the time of this issue) * call install.php, enter email address + password, click next or something...
doc8 currently requires docutils `>=0.19` which is the latest version that exists at the moment. Is this really a hard requirement or was it set by accident within [PR-103](https://github.com/PyCQA/doc8/pull/103/files#diff-fa602a8a75dc9dcc92261bac5f533c2a85e34fcceaff63b3a3a81d9acde2fc52)? I...
On https://pypi.org/project/sphinx-needs/ it still says that installation is done via `pip install sphinxcontrib-needs`. Also there is some inconsistency in the required python version. In one place it says `Python >=3.7.0,
# Motivation While devcontainers features aim to enable modern software development, the feature code itself is stuck in a lot of code duplication. For example we can find `# Determine...
# Background Currently we can specify a very specific version or the `system` version. Since the feature is supposed to run on a bunch of different base images, specifying `system`...
# Observation When running `devcontainer features test --skip-autogenerated . --features sphinx-needs` and one scenario fails to install, I get an error like this: ``` ERROR: failed to solve: executor failed...