Rick M

Results 91 issues of Rick M

**Describe the bug** `AWSServiceConfig`’s initializer forces a non-nil timeout by [providing](https://github.com/soto-project/soto-core/blob/03e90873632969aca82db21fa8586616d468c0ab/Sources/SotoCore/AWSServiceConfig.swift#L114) a default value if nil is passed in. This eventually gets passed to async-http-client, which uses it as a...

This might not be the best channel for reporting this issue, but I can't think of a better one. I'm using the MatrixPortal S3 merely as an example here, but...

Any hope of getting a [brew](https://brew.sh) formula for this? TIA!

GCC's C++17 support is pretty poor, including lacking [``](https://en.cppreference.com/w/cpp/header/charconv). It's from 2017, and the toolchain really should be updated.

### Describe the problem There is a bug reported in a couple of different places in the `bossac` command line tool for flashing Microchip SAM MCUs. The fix is straightforward...

Component: Toolchain
Component: Uploading
Architecture: SAMD

### Board UM Feather S3 ### Device Description I'm using a UM Feather S3 on a custom PCB with a few additional components to drive an LED matrix panel. ###...

Type: Question

A very brief experiment suggests adding Sendable conformance is trivial, just change the declaration of `Path` to: ```swift public struct Path: Pathish, Sendable { ```

I just ran into the limitation that content files must be markdown. This makes it impossible to put non-trivial HTML in the file. I had hoped Zola would be a...

I got a Teknic ClearCore motion controller that's based on an Atmel SAMD5x MCU, and they have Arduino support for programming it. I'm able to build the examples on macOS...

My code attempts to use DHCP, and if that fails, falls back to static IP address config. `Ethernet.cpp` stores a pointer to a DHCP struct, and doesn't clear that in...

topic: code
type: imperfection