Christen Lofland

Results 15 issues of Christen Lofland

Node 16 has gone into LTS, but there are no binaries for it in the release, so using this package with Node 16 requires building locally.

Is it possible to have the log files listed one at a time on the left side, while using a wildcard in an input path? Currently, if I use a...

The current revision of the code will not build with .NET Core 3.0, but 3.1 works, and that is the current LTS anyway.

Can this package be released for Noetic? teb_local_planner already exists in Noetic, so this would be a helpful addition. Is there anything blocking the release that I can help with?

I am getting periodic crashes at line 104 of [SocketAdapter.js](https://github.com/RobotWebTools/roslibjs/blob/develop/src/core/SocketAdapter.js) when data.data is missing the closing `}`. Putting the `JSON.parse` line into a `try` block prevents the crash. Here is...

Allow adding an option called `skipAddressValidation` when calling the `Led.Digits` function to skip validating the given address and deleting them. This will address Issue #1834 This allows using multiple HT16K33...

I am running Johnny-Five on a Raspberry Pi connected to two Arduino Mega 3's using the Firmata. LEDs, Buttons, Potentiometers and switches all work fine following the instructions here: https://johnny-five.io/examples/board-multi/...

Based on updates requested in this PR for the docs: https://github.com/godotengine/godot-docs/pull/9124 These are extremely minor tweaks, but this would make the tool-tips match the docs and be more correct.

enhancement
topic:editor

According to https://peps.python.org/pep-0632/, and text output when running `make install`, the use of distutils is deprecated and distutils will soon be removed from Python. distutils is used in `setup.py` https://github.com/joan2937/pigpio/blob/c33738a320a3e28824af7807edafda440952c05d/setup.py#L3...

### Tested versions v4.3.dev.custom_build [6118592c6] ### System information Godot v4.3.dev (6118592c6) - Windows 10.0.22621 - GLES3 (Compatibility) - NVIDIA GeForce RTX 3080 Ti (NVIDIA; 31.0.15.5222) - AMD Ryzen 9 5900X...

bug
topic:rendering