Matthew Woehlke

Results 15 issues of Matthew Woehlke

Consider the following code: ```c++ ClassType foo() { if (expr) return {}; } ``` Uncrustify parses this: ``` # Line Tag Parent_type Type of the parent Columns Br/Lvl/pp Flag Nl...

C and C++11

As previously mentioned [here](https://github.com/actions/upload-pages-artifact/issues/71#issuecomment-2008022166): > I was struggling with why deploy-pages was rejecting my artifact, and it turns out it is because I was following the README and gzip-compressing my...

It appears the only way to specify initial intrinsics to a `initialize_cameras_landmarks` is via the configuration? But this is a problem if the cameras are known to have different intrinsics...

We recently (#63) added generation of a JSON schema. However, the schema covers only the "root" CPS file, while the specification allows for at least two flavors of supplemental files....

Add a link to the JSON schema from the main documentation. Pretty-print said schema and add `format` and `default`, with the latter also moving to the "machine readable" block in...

For various technical reasons, some packages are very likely to consist of several libraries of which some are not intended to be directly consumed by external users. Because CPS strongly...

enhancement
help wanted
scheduled

Add an attribute specifying environment variables to set when executing a binary that uses a component. This is useful as components that do not live in system default search paths...

There are certain well-known directories on Windows in which software is often installed. CPS should specify these as search locations.

enhancement
help wanted

Update Poetry packages. In particular, this resolves security alerts for certifi < 2024.07.04, requests < 2.32.0 and urllib3 < 2.2.2.

Adjust the specified type of the "definitions" attribute to reflect that null values are allowed (as specified in the prose). Improve type parsing to be more robust about how union...