Tomasz Cybulski

Results 4 issues of Tomasz Cybulski

#### Describe the bug Running this test: ``` TEST(SliceTests, LinProg) { const double d0 = -0.62374404235647007; const double d1 = -3.0454022949824036; const double rp0 = 0.0; const double rp1 =...

bug
pending verification

According to [Build Metadata](https://semver.org/#spec-item-10) it should be possible to use '+' sign to annotate version with build metadata. However, the regex [packager.go:500](https://github.com/abrisco/rules_helm/blob/8b5f89988057e54cf395c71c3d05b6e58ed843db/helm/private/packager/packager.go#L500) doesn't allow that. Using this string as a...

**Describe the bug** It looks that in search of files to watch ibazel considers repos from externals that are symlinked and the ones specified by override_repository. There is one more...

Hi, I have a robot which uses MuJoCo actuators together with fixed tendons to implement constraints between joints. Genesis seems to just ignore these and only parses actual joints. Are...

enhancement
P1