Matt Palmer

Results 42 issues of Matt Palmer

I've got a need to specify the endianness of a discriminator, without having that propagate to substructures. Hence this little change. Great crate, BTW; well-documented and easy to use!

## Describe the bug When attempting to apply the secure-baseline to a newly-created account, I'm getting the following errors: ``` Error: error creating S3 bucket ACL for -audit-logs-access-logs: AccessControlListNotSupported: The...

bug

### Current Behavior I just looked at [the crates.io page for my crate, `service-skeleton`](https://crates.io/crates/service-skeleton), and noticed that the lines that I *thought* I'd hidden (using [the standard rustdoc mechanism](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html#hiding-portions-of-the-example)) are...

C-enhancement ✨
A-backend ⚙️

It would be helpful for bridge operators to see longer-term trends in the per-country usage patterns to assess the likelihood of having been blocked. This data is available using `GETINFO...

It got stabilised in 2019, I think it's safe to remove the caveat by now. :stuck_out_tongue_winking_eye:

## PR Type Bug Fix ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x]...

## PR Type Bug Fix ## PR Checklist - [x] Tests for the changes have been added / updated. - [N/A] Documentation comments have been added / updated. - [x]...

Available since Ruby 2.3. Is a noop on earlier Rubies.

I'm trying to configure Planka to connect to Postgres over a Unix socket, rather than TCP (because that saves on stuffing around with passwords and such, since I can just...

help wanted

When I build and run the current `master`, I get the following abort: ``` *** Error in `/tmp/aten-proxy/build/aten-proxy': double free or corruption (out): 0x00007ffff79a5200 *** ``` Via `gdb`, I've identified...