Andreas Wachowski
Andreas Wachowski
A requirement of the form `package @ git+https://...` is converted by pip-compile to `git+https://...`. Running `pip install -e .` with such a line inside requirements.txt works with pip 20.0.2, but...
On the book's website, section "4.1.7.1 Derivation of Marginal Distribution for μ" (see https://statswithr.github.io/book/inference-and-decision-making-with-multiple-parameters.html#sec:normal-gamma) shows "\intertext" in red, and the included text is cropped. Note: The `amsmath` package was once...
The code to extract text from docx files includes the following snippet: `unzip -p #{to_shell(file_path)} | grep ...` However, streaming the docx-data to grep can create a problem when the...
Create a file `test.yaml` with just one key-value where the value consists of a number (i.e., integer or float). Plain decryption works fine: ``` $ sops --version sops 3.7.1 (latest)...
Search for the case-statements for Akkordlage - when adding one (b9, 11, etc. yet to come), it's easy to overlook some parts, so they should all be centralised in one...
I have seen that this has been raised before in #4, but haven't understood why the issue was closed unresolved. In any case, I just stumbled upon the problem of...
When comparing the _title_ when the child is an object, the associated folder-structure is ignored, which leads to weird results. This fix will recursively look for a string-child, thus preserving...
Consider the following use case: On the UI, a list of several items with a checkbox next to each one. You activate a number of check boxes, then click a...