Fabio
Fabio
## Problem whatthecommit.com does not support https (anymore?). All links of the form https://whatthecommit.com return `ERR_SSL_UNRECOGNIZED_NAME_ALERT`, aka just do not work. ## Solution ```bash sed -i 's|https://whatthecommit|http://whatthecommit|g' * ``` ##...
# Issue When there is a code listing using " \`\`\` " in the `.md` file it is not shown. # Example \``` this is some code \``` The above...
# Description ## Problem Prepending environment variables to commands works differently (if at all) on Windows. Sadly, you can't just do `FOO=value myCommand`. For this reason, the `pdflatex` alias command...
# Description On a system with multiple screens the wallpaper was still generated with the resolution of only one of the screens. E.g. For three `1920x1080` screens the wallpaper had...
#### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version Dataspell #### Operating System Linux / Windows #### TeXiFy IDEA version `9.3` and `9.5` #### What I did (steps to...
**Is your feature request related to a problem? Please describe.** Verlet List Cells have the problem that they don't provide the information in which cell an interaction partner is stored....
**Is your feature request related to a problem? Please describe.** `VarVerletLists` were an approach to make the Verlet Container more generic because most different VL approaches only differ in the...
**Is your feature request related to a problem? Please describe.** https://github.com/AutoPas/AutoPas/blob/3053eeca87758a9e89670c62fdb53a83cd8ea2e8/src/autopas/tuning/AutoTuner.cpp#L268-L275 `AutoTuner::willRebuildNeighborLists()` currently works by counting iterations and, from there, estimating if neighbor lists should be rebuilt because of the...
## Idea Description The logger can count how many messages of each type it printed. This information can then be used at the end of a simulation to give a...
## Description With our `ParticleBase`, we incentivize every particle to have a member for force and velocity. Neither is actually needed by AutoPas but only by applications that do something...