bovlb

Results 14 issues of bovlb

https://github.com/google/python-fire/blob/c1266d0dbb2114514fcf8be62044344b5a51c733/fire/core.py#L239 https://github.com/google/python-fire/blob/c1266d0dbb2114514fcf8be62044344b5a51c733/fire/core.py#L287 When I get the help message, includes INFO: messages like: INFO: Showing help with the command {cmd} I would like such logging messages to use Python's logging framework...

enhancement
help wanted

**Describe the bug** I am using your image as a base for setting up a remote environment for student programmers, with tools like VSCode and Github Desktop. Tools like Github...

enhancement

These files are commonly found when using Windows and/or VSCode and should not generally be checked in by default. They are typically large and cause upload problems. **Reasons for making...

stale

**Describe the bug** Shuffleboard will start up, connect to the robot, and display results, but will then crash within a few minutes. **To Reproduce** Steps to reproduce the behavior: 1....

I just tried using this to print a sewing pattern and, after hours of cutting and taping, we noticed that it was about 12% larger than it should be. Fortunately...

https://github.com/wpilibsuite/allwpilib/blob/1db3936965bd8ed33224ad388cf9f16d12999a08/wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command/ParallelCommandGroup.java#L53 Traditionally, it was fairly easy to track down problems with conflicting requirements just by looking at the back trace. With modern tools (e.g. PathPlanner) that create commands for you,...

component: command-based
type: fix

I use hacker for my website, but I found it doesn't print well. This is important to me, as my website is intended to double as handouts. Here are a...

This should work with both old Universal Analytics (UA) and new Google Analytics v4 (GA4). Resolves #63

From code inspection, the C++ implementation does not honour the rotation target override. https://github.com/mjansen4857/pathplanner/blob/05a123d86f47976c564564674fdb997e25b03773/pathplannerlib/src/main/native/cpp/pathplanner/lib/controllers/PPHolonomicDriveController.cpp#L59-L68 Compare with he Java implementation: https://github.com/mjansen4857/pathplanner/blob/05a123d86f47976c564564674fdb997e25b03773/pathplannerlib/src/main/java/com/pathplanner/lib/controllers/PPHolonomicDriveController.java#L147-L156 I suggest that this should should instead say: ```c++ units::radians_per_second_t...

bug

Small change to get rid of the annoying boundaries between cubes, especially when using negative QR. ``` module qr_render(data, module_size = 1, height = 1) { maxmod = len(data) -...