Cody Caughlan

Results 8 issues of Cody Caughlan

I see that the expires flag just works by respecting that on reads - but since Mongo doesnt implement any native expiring functionality it means that those key/values will just...

I noticed that Nokogiri 1.7+ requires Ruby >= 2.1. Is it safe to assume that support for Ruby 1.9.3 & 2.0.0 can be removed? One proxy for the usage of...

I'm attempting to generate a document using tables & subtables and I cannot see how to turn off borders on the sub-table. The sub-table itself is created using `make_cell` so...

Trying to get started with the gem and following along from the README I have: ``` ruby if AddressBook.request_authorization ab = AddressBook::AddrBook.new ab.picker(presenter: self) do |person| puts person end end...

In the Git Rebase example the user is **on** the `feature` branch and wants to rebase `master` on top. Given that - the example of ```bash $ git checkout --ours...

Really would just need to expose the underlying `BluetoothGatt` instance so users can in turn call `requestMtu` method: https://developer.android.com/reference/android/bluetooth/BluetoothGatt.html#requestMtu(int)

What API (SOAP) versions are people using? I have been using `2020_1` for a couple years without issues. But it will soon be deprecated. I very lightly proof-of-concepted `2024_2` and...