Connor Worley

Results 9 issues of Connor Worley

Currently [these lines](https://github.com/bazelbuild/rules_kotlin/blob/dd14b4da927b53ebba4cec59f0522dd8f08401e3/src/main/kotlin/io/bazel/kotlin/builder/utils/BazelUtils.kt#L28-L35) will make windows builds fail when `--experimental_enable_runfiles` (or `--enable_runfiles` in the 5.0 RC) are set, as they unset the `RUNFILES_MANIFEST_FILE` environment variable. Is this check even necessary...

P2

Relates to #78 #### Expected behavior An HTTP request with a binary body is sent through a mountebank proxy (such as a multipart/form-data request to upload an image). The request...

I'm not able to differentiate between specialized error types thrown in workers, as they appear to be upcast to Error in the main thread. This makes specializing error handling in...

Currently only one angle index is passed in, but there are cases where multiple angular state variables may be desired (ex robot heading and turret heading).

component: wpimath

The implementation of AngleMean varies between C++ and Java. C++: https://github.com/wpilibsuite/allwpilib/blob/2cb171f6f5bfc01f852234e1a1cc9646936f153c/wpimath/src/main/native/include/frc/estimator/AngleStatistics.h#L97-L102 Java: https://github.com/wpilibsuite/allwpilib/blob/4d9ff7643318f2bd7eb7530c1b70106d0875e800/wpimath/src/main/java/edu/wpi/first/math/estimator/AngleStatistics.java#L101-L102 Both are supposed to be based on code from https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/10-Unscented-Kalman-Filter.ipynb (see definition of `state_mean`) but the C++...

component: wpimath
effort: 2
type: testing

I'd like to run clang-tidy on my C code. I can add a clang arg to generate compilation command JSON, but it ends up referring to temporary include paths: ```...

osx-sign will attempt to pass a PnP zip path to `codesign`, which it can't read, resulting in an error: ``` WARNING: Code sign failed; please retry manually. Error: Command failed:...

Hi, I'd like to use this project to type a schema that makes several uses of patternProperties. I was thinking I could handle them by relaxing the pattern constraint and...

This library is currently not compatible with toolchains like `stable-x86_64-pc-windows-gnu`. I wasn't able to modify the build script to support building with MSYS/MinGW, but it could be possible to offer...