Justin Bull

Results 22 issues of Justin Bull

### Steps to reproduce We tried to upgrade our Rails app from 5.x to 6.x (which in turn upgraded oracle-enhanced from 5.x to 6.x), but noticed we lost the ability...

Unsure which gem is responsible for this behaviour: https://github.com/jnicklas/capybara/issues/1683

Bug

**Is your feature request related to a problem? Please describe.** Flower has a persistence file feature. For our purposes, we run Flower inside docker and have its persistence file mounted...

enhancement

Related to https://github.com/rack/rack/issues/1269 ### Steps to Reproduce/Expected Per the [RFC8187](https://tools.ietf.org/html/rfc8187) spec, I should be able to pass a header like so: ``` $ telnet localhost 3000 Trying ::1... Connected to...

feature
c-ext

As per Openwall's [tweet](https://twitter.com/Openwall/status/706162681045262336): > CVE IDs difficult and slow to obtain? Enter OVE: http://www.openwall.com/ove Problem solved? Perhaps we should consider supporting the OVE because whatever, who knows, maybe it'll...

Hello! When running this example code on macOS and Windows 10, macOS will gracefully shutdown, evaluating `my_shutdown()`, whereas Windows 10 will throw a `KeyboardInterrupt` exception and immediately exit without calling...

bug

I know there was a rationale issue on the AIMSICD repo, but I was hoping we can define here what needs to be done. Perhaps in a more granular fashion....

Some assets such as [`/app/assets/images/UnisexBathroom.png`](/tkwidmer/refugerestrooms/blob/master/app/assets/images/UnisexBathroom.png) and [`/app/assets/images/ADABathroom.png`](/tkwidmer/refugerestrooms/blob/master/app/assets/images/ADABathroom.png) display slightly blurry on high-resolution devices like the Nexus 5. ![screenshot_2014-03-14-14-30-06](https://f.cloud.github.com/assets/740289/2424402/1cc1846a-aba7-11e3-8c60-699521b8a559.png)

Apologies if this is an obvious question, first time delving into Android (and Java outside the realm of an academic setting). I'm trying to generate a HTTP POST request that:...

When using `tally` or `plusminus_tally` is used in a ActiveRelation it breaks the will_paginate `page(params[:page])` or `paginate(:page => params[:page])` methods. I'm not sure who's at fault but I believe thumbs_up...