Andrew Fecheyr

Results 6 issues of Andrew Fecheyr

BERT using Ruby 1.9 can encode the integer 2282389, but when it is sent to an Ernie server, the call hangs. I don't know yet if this is an issue...

We've been running WAL-E for over a year. The backup-push is run via cron every Sunday morning and has successfully finished every time, until about a month ago. The last...

When using this code, the category url did not replace spaces with dashes. The added parentheses in this pull request resolved the issue. ``` html {% for category in site.categories...

According to https://www.stellar.org/api/#api-subscribe you can subscribe to transactions for a list of accounts. This works well using plain websockets outside of stellar-lib. I would expect the library to support something...

It seems like [line 111 of handler.ex](https://github.com/parroty/exvcr/blob/0ae8a0f04416138ba9137fa66a695c48ef20fb8e/lib/exvcr/handler.ex#L111) raises an exception when fetching a response and the cassette file already exists. This prevents the recording of multiple different requests inside a...

I'm struggling in figuring out the difference between `LogStasher.add_custom_fields` and `LogStasher.add_custom_fields_to_request_context`. The example in the Readme doesn't help explain the difference or when to use which. It seems to duplicate...