Brian Armstrong

Results 13 issues of Brian Armstrong

It looks like github it using a new version with tooltips instead of keeping blank whitespace to the right of the button. Anyone know how we can track down a...

Had a request from a user, "Since bitcoins are over the value of 1 USD, can you please unlock the 8 decimal places?"

P1 - Important
Feature Request

Was surprised not to see it.

We've noticed that mobile devices often have the same fingerprint (all iphones, galaxy nexuses, etc get grouped together). I'm thinking if the user agent has 'mobile' in it (or whatever...

I'd like to let clients choose which permissions they want access to similar to FB/Twitter. Was wondering if this was possible. Thanks!

I'm having a little trouble understanding the difference between these two. Ideally, I'd like it to only show the miniprofiler if I call `authorize_request`. This seems to be the case...

Ran into a tough-to-debug situation when I accidentally put: ``` ruby object false node :foo do extends("api/v1/shared/user", object: @user) end ``` instead of ``` ruby object false node :foo do...

Trying this as an alternative: https://github.com/mlanett/redis-lock I haven't spent the time to look at the cause of how it happened, but wanted to comment on it.

Has anyone got eager loading working with this? I'm trying a line like this: :include => {:taggings => :tags} but it doesn't seem to be working. Thanks for the great...