Steffen Seckler
Steffen Seckler
when I try to use the Cavendish skin (current master) using the newest MediaWiki release (1.34), the method getStyles() of the ResourceLoaderCavendishSkinModule is never used, so I cannot add a...
* **Thunderbird version:** 78.7.1, 68.8.0 * **Thunderbird Conversation version:** 3.2.11 * **Operating System:** windows + linux **What did you do?** 1. Somehow receive a mail twice (e.g, once directly and...
In the slides to the current tutorials (e.g., https://github.com/kokkos/kokkos-tutorials/blob/master/Intro-Full/Slides/KokkosTutorial_PACT19.pdf, p. 101ff) the constructor to TeamPolicy is described as: ```C++ TeamPolicy < ExecutionSpace >( numberOfTeams , teamSize ) ``` while on...
Adds support to fail on warnings. These warnings can be filtered by a regex using grep. Filtered and remaining warnings will be printed and the step will be set as...
### Feature request I would like to see the curses gui (ccmake) integrated into the python wheel. I am guessing that only the necessary requirements are missing for that.
Wasn't able to get the new SELinux based version running. I ran into the following problems, when trying to get it started. Apparently some selinux error (running in project kube-system):...
**Is your feature request related to a problem? Please describe.** For very complicated force calculations, using a mask for distances outside of the cutoff is no longer feasible. Instead, gathering...
**Is your feature request related to a problem? Please describe.** Currently, the algorithm to match strings to enum values will always try to find a match and might produce a...
**Is your feature request related to a problem? Please describe.** ParticleCell::_cellLength is unused. **Describe the solution you'd like** Remove it.
**Describe the bug** The new Test fails for the C04SoaTraversal if the cell size factor is 0.5: ``` 481 - Generated/AutoPasInterfaceTest.HaloCalculationTest/LinkedCells_c04SoA_Structure_of_Arrays_N3disabled_cellSizeFactor0_500000#GetParam()=((1,15),1,0,0.5) (Failed) 484 - Generated/AutoPasInterfaceTest.HaloCalculationTest/LinkedCells_c04SoA_Structure_of_Arrays_N3enabled_cellSizeFactor0_500000#GetParam()=((1,15),1,1,0.5) (Failed) ``` **TODO** once fixed:...