Jordan Williams

Results 81 issues of Jordan Williams

Would it be possible to add support for flashing via a [USBtiny programmer](https://dicks.home.xs4all.nl/avr/usbtiny/)? There's built-in support in avrdude, but it requires using the `-c usbtiny` command-line flag instead of specifying...

ravedude

Is it possible to make it simpler to read data and then write that same data? The read function reads in rows as `unordered_flat_map`, but the write function expects `unordered_flat_map`....

This is same use case as #16 except for writing to a file. An option to have the writer append to an existing file would be very helpful. Even better...

I have a use case where I want to parse the first part of a CSV file with my own parser and the rest of it with your parser. Currently,...

enhancement

# Flatpak Issue ## Description When running inside a Flatpak, it seems that avrgirl-arduino version 4.2.3 runs into problems stemming from the node-serialport library not finding available ports when flashing...

If you are not sure about anything below then please post on our [forum](https://discourse.mopidy.com/) first. **Describe the bug** I have Mopidy running on a Raspberry Pi Zero 2 W which...

## 💥 Proposal ### What feature you'd like to see Fallback to reading device information from `/sys/class/tty` when `udevadm` is not available, such as when run from inside a Flatpak....

feature-request
help-wanted

## Example A fatal assertion with logged output for failure. ```cpp expect((true == false) >> fatal)

The check for the `std::filesystem` header is not robust enough for older versions of macOS. Versions of macOS up to Mojave may have the `std::filesystem` header while not having support...

When compiling for C++20, the following error occurs: ```console ../tests/test_parse_unicode.cpp:51:23: error: no matching conversion for functional-style cast from 'const char8_t [53]' to 'std::string' (aka 'basic_string') std::string(u8"Ýôú'ℓℓ λáƭè ₥è áƒƭèř ƭλïƨ...