Steve Hoeksema

Results 9 issues of Steve Hoeksema

This PR allows Faraday version 2.

Given two invoices with payments created in the same batch, `get_invoices` returns the correct value for `batch_payment_id` and `payment_id`: ```ruby xero_client.get_invoices(xero_organisation.id, i_ds: [inv1.invoice_id, inv2.invoice_id]).invoices.flat_map(&:payments).map(&:batch_payment_id) => ["137916a0-c94b-4b94-a708-67424f1c1dac", "137916a0-c94b-4b94-a708-67424f1c1dac"] xero_client.get_invoices(xero_organisation.id, i_ds: [inv1.invoice_id,...

We run actions with a custom Docker image that already contains Ruby and Bundler. The [recommendation](https://github.com/actions/cache/blob/main/examples.md#ruby---bundler) is to use this action to cache gems with Bundler, but I don't want...

We use the collector for monitoring our RDS instances via a Docker image on ECS, which uses the quay.io registry. It would be great if you could additionally publish the...

I have followed the convention above that error handling is TODO, but I can start implementing it if you like. References: * https://russellcottrell.com/greek/utilities/SurrogatePairCalculator.htm * https://mathiasbynens.be/notes/javascript-unicode * https://en.wikipedia.org/wiki/UTF-16#U+D800_to_U+DFFF_(surrogates)

There are now no published images on Docker Hub: https://hub.docker.com/r/solarwinds/fluentd-papertrail/tags There were present until very recently.. This is still linked from the official documentation: https://www.papertrail.com/help/fluentd/

Running on a Tulip CC with unmodified `tulip-firmware-TULIP4_R11.bin`. Attempting to connect to a random neighbours network (with the wrong password) returns an empty prompt after a second or two. ```...

### `brew doctor` output ```shell Your system is ready to brew. ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am...

bug
help wanted
install from api

Reproducible crash running `rustic prune` on an `opendal:sftp` repository initially created with r**e**stic. ``` [00:00:00] reading index... ████████████████████████████████████████ 132/132 [00:00:00] reading snapshots... ████████████████████████████████████████ 15/15 Well, this is embarrassing. rustic-rs had...

C-bug
I-panic