Tyler Weaver

Results 110 issues of Tyler Weaver

Using this test urdf: ``` let urdf = r#"" "#; ``` I parse calling your `read_from_string` function, the color value is always a None. Here is a debug output of...

I'm not sure what is involved here or even what would be gained (other than being able to run this on newer versions of utunbut without python2 easiesr). It looks...

``` Note that a value of null satisfies the condition of having the attribute. A value of null has the usual meaning where null is an acceptable value for the...

help wanted
scheduled

Following up from [discussion in slack](https://cpplang.slack.com/messages/C05KA1B6PNX/p1710541202610949?thread_ts=1710535467.028959). We agree that supporting link search paths and short names, ie `-L/usr/lib -lfoo` is more error prone than just supporting linking full paths, ie...

bug
help wanted
scheduled

[cps_version](https://cps-org.github.io/cps/schema.html#cps-version) is a required attribute of `package` the sample here is missing it https://cps-org.github.io/cps/sample.html

bug
help wanted
scheduled

From the spec on component.name.type: ``` If the type is not recognized by the parser, the component shall be ignored. (Parsers are permitted to support additional types as a conforming...

documentation

# Featrure proposal for Per-Repo Linting Linters are generally applied at the repo (or even standardized across orgs) and are not package-specific. The way it is now if you have...

question

This is partially related to https://github.com/colcon/colcon-package-selection/issues/25. I am trying to understand when a we wouldn't be able to depend on cmake/make/ninja to handle the situation of the incremental building and...

question

This is an attempt to use the caching features of GitHub Actions to further speed up builds by caching entire workspaces.

The travis config does not do a clang-tidy test, and neither does my migration to GitHub Actions. I discovered there are a bunch of changes it wants that are non-trivial.