Stanley F
Stanley F
This commit fixes the issue that image filename used to be sanitized when downloading image files but not in links, which therefore pointed to non-existing files.
This commit fixes the link to the `assets` directory (where images are downloaded to when running markdownexporter with the `--jekyll` flag), which used to be an absolute path (starting with...
This will loosen the restriction for `https://medium.com` URLs to allow downloading from 3rd party domains that host at medium.com, like [https://towardsdatascience.com/](https://towardsdatascience.com/).
In German, the plural form of Dummy is Dumm**y**s, not Dumm**ie**s, which instead triggers a false positive: 
When defining `\headlogo` or explicitly setting `ddcfoot` to a non-false value (e.g. `ddcfoot=color`), the DDC logo goes into the footer of title pages. While the main title page does not...
The error arises when inserting a confirmation in a thesis that is marked as a special type (master, bachelor, student, diploma, diss, etc.) using the `\thesis{}` command. Here is a...
While the [documentation states](https://www.tensorflow.org/probability/api_docs/python/tfp/distributions/Empirical#args) that > The first k dimensions index into a batch of independent distributions this is not the case for the implementation. As can be seen from...
This PR intends to add support for projecting threshold coordinates using the common `compute_xy()` interface. However, currently the `RunwayAirport()` constructor [just swallows](https://github.com/xoolive/traffic/blob/master/src/traffic/data/basic/runways.py#L59) the enriched DataFrame passed to it at the...
I realized that for this snippet: ```python import keras_tuner keras_tuner.__version__ hp = keras_tuner.HyperParameters() min = .2 max = .6 step = 0.2 hp.Float("dropout_rate", min, max, step) print("This should print 3...
Setting `cdmath=false` as class option when using the `unicode-math` package leads to issues in typesetting of math operators like `\ln` and `\exp`, which are now italicized. This MWE: ```latex \documentclass[...