Nis Meinert
Nis Meinert
Add link to paper p0145r3 (accepted for C++17).
I would like to see an option to enable the address (and UB?) sanitizer(s) in `CMakeUserPresets.json` or even enable it/them by default for (at least) the unit tests. The address...
Would you accept a pull request that adds an implementation of the [RDP algorithm](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm)? An implementation that uses the shortest distance between a point and a geodesic line *segment* (or...
I have created a new project called `foo` of type "static/shared". During building the project for the first time an error is thrown by clang-tidy due to "invalid case style...
First of all, thank you for the fantastic work on the radar_pi plugin! I have seen issue #260 where it was mentioned that running the plugin without OpenCPN is not...
Fixes #3050 ## Description The example "Creating a Custom Dataset for your files" was missing the import `from torch.utils.data import Dataset`. Since other imports are shown and the purpose of...
The [example "Creating a Custom Dataset for your files"](https://github.com/pytorch/tutorials/blob/8a8331eb2796c05113c8a98bc03a7a164407fcbf/beginner_source/basics/data_tutorial.py#L123) is missing the import `from torch.utils.data import Dataset`. Since other imports are shown and the purpose of this example is to...