Kevin Cooney

Results 8 issues of Kevin Cooney

Our custom build environment allows us to select which tests to run by passing a regular expression on the command line. This is implemented via a JUnit Filter. It would...

Without specifying "main" or "module" in package.json, reveal.js-menu cannot be imported from a module.

Since import.meta.url is a runtime feature, it will not exist if the menu.js code is bundled. This change updates scriptPath() to check if import.meta.url exists before trying to dereferencing it,...

**Describe the bug** If a quoted string ends in one or more non-alphanumeric characters, they are removed. **To Reproduce** ```shell $ rendercv --version RenderCV v2.2 ``` Input file: ``` cv:...

bug

To support legacy dashboards, the Java Preferences code installed a listener that marked all new topics as persisted. Unfortunately, having a listener that updates new topics in the background can...

component: wpilibj

This can add a delay if NetworkTableInstance::Destroy() is called while a Listener callback is running. Fixes #8215

component: ntcore

This change updates the templates that included code that canceled autonomous commands in TeleopInit() to instead cancel them in AutonomousExit(). While in a real competition teleop mode starts after autonomous...

component: examples
2027

## Description This can reduce reallocations of the underlying arrays. ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description...

backend