Nis Meinert

Results 10 issues of 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...

enhancement

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...

feature request

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...

cla signed
intro
core

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...

My `g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0` compiler warns me about a dangerous alloc in https://github.com/HDFGroup/hdf5/blob/ec0d3411333feb614c913dd970332043f35bf763/c%2B%2B/src/H5Location.cpp#L2001 This is the warning I got: ``` hdf5/c++/src/H5Location.cpp:2001:46: warning: argument 1 range [9223372036854775809, 18446744073709551615] exceeds maximum...

Priority - 3. Low 🔽
Component - C++
Type - Improvement

I would like to suggest adding support for libFuzzer in the generated test directory. While the current template includes dummy unit tests without relying on a specific testing framework, integrating...

Hello, I am successfully using glbinding in a combination of SDL and OpenGL 3.0 ES as an application running locally on my Desktop machine. However, I could (allegedly) easily port...