Jacob Duffy
Jacob Duffy
- [x] This is not a usage question, this is a bug report - [x] This bug can be reproduced with the script I provide below - [x] This bug...
I just tried this out on a new Macbook Pro with the goal of matching the 16:9 aspect ratio of my iMac so Screen Sharing could use the full monitor...
## Description Fresh 18.04 VM, fresh rvm, installed ruby 2.3.5 doesn't have openssl compiled in. ## Steps to reproduce 18.04 desktop daily ``` gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \curl -sSL...
I'm looking to upgrade omniauth to 2.0, but the gemspec for this strategy is major version locked at 1. https://github.com/omniauth/omniauth-ldap/blob/3242f85968f26938d9a6ce028e511e788cc54722/omniauth-ldap.gemspec#L12 Are there internal plans to update omniauth-ldap, or are you...
I'd like to be able to use `modify` exactly the same as I use `add`. With `add` obviously you're sending a hash of all attributes an entity gets. The best...
My workflow entails [encoding gifs as text files](https://github.com/duffyjp/barf) so they can be emailed. See the above example. For legal reasons we call the text files databases, as I'm sure you're...
When using [multiple databases](https://guides.rubyonrails.org/active_record_multiple_databases.html) I'll see lots of warnings to use eager loading, but that's not actually possible across multiple databases, right? Made up scenario: | Local Database | Vendor...
## Description I'm on an M1 mac, and while I can easily install either `x86_64` or `arm64` versions of whatever Ruby I want, I can't figure out how to install...
I've had issues where deleting characters in the input field faster than the server is responding to queries can leave old results on screen, even if the entire field is...
## User Story It turns out my cron scheduled backups haven't been running due to a stale lock file. I recommend changing the default location of the backup.lock file to...