Kaelin Laundry

Results 60 issues of Kaelin Laundry

I have an HTTP client library that I test with mockito. One of the recent additions is support for trusting custom TLS root certificates, and it would be nice to...

**Is your feature request related to a problem? Please describe.** The `getRangeImage` and `getRangeImageArray` APIs both return Python `list`s. For my 640x480 image, the former takes ~10ms as measured by...

enhancement

Say I have a project which extends `modm:disco-f469ni`. Note that it has [a significant number of files](https://github.com/modm-io/modm/tree/develop/src/modm/board/disco_f469ni), some of which aren't included by other targets. Now, I change my project...

bug 🐞
lbuild 🏗

The templates for the SConscript file and a variety of other files are intentionally designed to produce paths (and, in some sporadic cases, newlines) which are specific to the OS...

bug 🐞
advanced 🤯
lbuild 🏗

# Temporary solution Set [platformio-ide.activateOnlyOnPlatformIOProject](https://docs.platformio.org/en/latest/integration/ide/vscode.html#settings) to `true`. ----- Currently, the extension always activates and in many ways "takes over" the editor whenever you load it, even if you aren't working...

enhancement

With Project Centennial, Microsoft introduced the ability to package standard win32 apps as AppX packages which could be published to the Windows Store. Packages produced in this way go through...

platform:windows
type:misc
component:gui

Currently, I am trying to get a simple test app up-and-running that uses the Xinput-based vJoy library. I was able to successfully install the driver from the most recent Xbox...

enhancement

I'm currently using `socketcan_bridge` to interface with CAN in my ROS project. While it does generally work, it will sometimes spit out a sequence of four lines like this: ```...

Here's my take on a reproducible benchmark for property accesses. What do others think about this? I picked a few representative properties (mostly arbitrarily). My hope is that we can...