Benjamin Woosley

Results 17 issues of Benjamin Woosley

Improve customizability by moving the private fillFaceboxFrom* functions onto the $.facebox object as $.facebox.fillFrom*. E.g., you can now override $.facebox.fillFromAjax to customize your AJAX calls. Previously private function which are...

The docs say: > WARNING: if you are using auto-registration, any fields you map should NOT have constraints enforced at the database level. Authlogic_rpx will optimistically attempt to save the...

under evaluation

I'm having trouble testing due to the time-sensitive nature of the RPX tokens, and not knowing how to generate one myself or stub out the necessary interactions internally. Could we...

accepted
slated for 1.2.0

When options are grouped, their group has the class select2-results__option, and the attribute role=group. Absent this fix, that means selections against grouped fields result in: ``` Capybara::Ambiguous: Ambiguous match, found...

- [x] Name: Blockfi Bitcoin Trust - [x] Exchange: Not applicable, from website: "There is currently no secondary market for the shares and no there is no guarantee that a...

NEW ENTRY
NEED REVIEW

This reworks/revives https://github.com/bitcoin/bitcoin/pull/15848 to add a check for low disk space on first startup and issue a warning if disk space is below the expected space required to accommodate the...

This results in a more informative debug string to the validation state in the case of failure.

TX fees and policy

This allows the user to set a field other than id for use in the third column. The user calls: `RolloutUi.find_users_by(:email)`, and the email field is used to Users. The...

The link was intentionally left unstyled, in defference to y'all's design talent.

Point's prototype is set to the prototype of `ec('secp256k1').curve.point()`, which means the library itself is global state, and mutation to it is shared across users of 'elliptic'. This is not...