David Vo

Results 95 issues of David Vo

Would be great for Radical to add itself to matrix.to. I'm not entirely sure if this is possible currently, but maybe React provides enough hooks for it to be feasible?...

idea

Dash allows users to [contribute docsets](https://github.com/Kapeli/Dash-User-Contributions), as outlined in zealdocs/zeal#170. dasht should provide a command to automatically download and extract these as well. (See also #4.)

enhancement

The DuckDuckGo API returns calculations perfectly fine... Moreover, why is it scraping HTML before trying the API?

Feature
Low Priority

Well, at least it just plain wholesale doesn't work, rather than half applying.

bug
facebook

### Description of the bug Running `git sparse-checkout set` will cause all git-branchless commands to fail with `Git error GenericError: unsupported extension name extensions.worktreeconfig` in that repo. ```sh cd /tmp...

bug
no-planned-fix

The 3D CAD .stl viewer gets a checkerboard background with the same white hover effect for transparent images. There's no reason for them to be, and it is very distracting....

bug :bug:

The syntax highlighting themes template describes `.pl-s` as `support`. However, from what I can see, it should actually be `string`. This has caused strings to be highlighted as the wrong...

github :octocat:
bug :bug:

### Problem description If an exception is raised from `startCompetition`, e.g. within `testPeriodic`, then the exception is raised but doesn't cause the robot code process to terminate, when on the...

bug

robot.py: ```python import wpilib class Test(wpilib.Sendable): def __init__(self): super().__init__() wpilib.SendableRegistry.getInstance().add(self, "Test", 1) def initSendable(self, builder): pass class Robot(wpilib.TimedRobot): def robotInit(self): self.test = Test() wpilib.SmartDashboard.putData("test", self.test) if __name__ == "__main__": wpilib.run(Robot)...

bug

## Short description The standard Firefox chrome respects the OS color scheme (dark mode) when using the Firefox Alpenglow theme. TST will only show the Alpenglow light background regardless of...

Firefox-issue