Brandur

Results 50 issues of Brandur

Fixes a few minor typos in the `README` (which were also showing up in the Rust and Crate docs): * purproses -> purposes * collissions -> collisions Additionally: I was...

Add a mechanism for configuring an HTTP client that stripe-ruby will use. This is designed to solve such problems as: - Allow custom middleware to instrument requests and the like....

future

When someone assigns to a `StripeObject`'s attributes with an accessor: ``` ruby account.email = ... ``` Or with a mass assignment: ``` ruby account.update_attributes( email: ... ) ``` We should...

future

**Describe the bug** Preface: Wow — this project is great. I recently got a new M1 Mac and couldn't bring myself to install the existing Dropbox heavyweight Intel binary. Someone...

bug

Some Heroku properties like Dev Center will attempt to detect a logged in session via the presence of the Heroku nonce token in a user's cookie. When detected, they'll fetch...

If a client has a "sign-up" button that links directly to Identity, the standard OAuth cookie mechanism that we normally use to redirect users back to the right client after...

See discussion in #1191 for impetus, but in general, it's not particularly good practice to start up goroutines in package `init` functions, with one reason being that it means that...

Nice work on this one. Thanks! redis-rb [now has version 4 and above in their gem](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#40) and this gem restricts by coupling to `~> 3.2`. I assume that's mostly unintentional...

Currently, there isn't enough spacing between the default CSS classes for the next and previous buttons and a potential custom one, so if you use of them, the class names...

This line: ``` app_pid=8435 slot=api cloud=staging.herokudev.com instance_id=5315 exception class=API::Error::RecordNotFound message="Couldn't find that app." route= /apps/:id id=not_found app=api instance_name=api.5315 request_id=aa741cae-f2b9-4f10-817b-638d269d831c version=2 method=GET route_signature=/apps/:id ``` Specifically this: ``` message="Couldn't find that app."...