Justin Decker

Results 6 issues of Justin Decker

As a feature request, having the option to have commands with optional arguments would be useful.

Using the new arduino-cli tool will make supporting newer chips much easier. https://github.com/arduino/arduino-cli for more information. I don't know enough about the build process to use it within PlatformIO, but...

I was recently writing some simple cli bash scripts to automate testing my particle.io libraries. When there is an error, it doesn't appear in stderr. To demonstrate: particle compile photon...

I have run into this with a couple Arduino libraries. They expect to be able to check the ESP32 build version through this header file. [Here's one](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/blob/bd9894f08a236600e8425311d46da3b502c20b8d/src/InfluxDbClient.cpp#L28) as an example...

Just writing to see if a BLE server implementation is being worked on. Specifically, what I'd like to see is turning the ESP32 into a server that other devices connect...

enhancement

### Describe the feature in detail (code, mocks, or screenshots encouraged) I was adding in [addResizedColumns](https://svelte-headless-table.bryanmylee.com/docs/plugins/add-resized-columns) to the [Data Table](https://www.shadcn-svelte.com/docs/components/data-table) and needed to pass `use:props.resize` to the `Table.Head` component. ``....

type: feature
status: help wanted