Yi Cheng

Results 34 issues of Yi Cheng

Currently multiple options with the same `@Short` would silently run, so the behavior would be nondeterministic. Following up with https://github.com/coursier/coursier/pull/797#pullrequestreview-100322165

E.g. from bazel's repo, adding `#` to the end of test filter class would work. ``` % bazel test //src/test/java/net/starlark/java/syntax:all --test_filter=net.starlark.java.syntax.LexerTest INFO: Analyzed 2 targets (0 packages loaded, 0 targets...

Attach the screenshot in case it got slack log rotated ![scala_jdk_convo](https://user-images.githubusercontent.com/596358/151423066-0f159bad-2bba-4944-bfca-cdc090946b47.png)

I have created a minimal repro at https://github.com/bazelbuild/rules_scala/pull/1358/files 3 targets: a -> b -> c. Temporarily setting the following for scala toolchain to show the point. ``` --- a/scala/BUILD +++...

### Problem `java_library` and `scala_library` produce jars with different layout for the same resources. Note this only happens for certain path patterns, such as a path contains `resources/` and `src/test/resources/`...

### Problem On master: ``` $ bazel build test:ScalaLibResources ... $ unzip -Z1 bazel-bin/test/ScalaLibResources.jar META-INF/ META-INF/MANIFEST.MF scalarules/ scalarules/test/ scalarules/test/ScalaLibResources$.class scalarules/test/ScalaLibResources.class scalarules/test/byes scalarules/test/hellos test/ test/data/ test/data/some.txt ``` Now, remove the srcs...

It was erroring out during camera setup. Didn't dig too much, but looks like some checks were missing before initialization. I was able to work around the issue by using...

Hi, I was wondering if we can have a contributing guideline, as things are still a bit unclear to me. 1. What shall we use to track the issues, this...

Currently the ranges are hardcoded https://github.com/apockill/uArmCreatorStudio/blob/47a8acd039897ac4eec353996975d312b8100305/CalibrationsGUI.py#L800-L818, but in practice, the real range also depends on how camera is mounted or zoomed in. For example, the effective range my camera can...

As the project grows, it becomes harder for quality control, i.e. to ensure any incoming change does not break anything in the past. E.g. we can use systems like TravisCI...