Tom Coates
Tom Coates
Hi, @solnic and I recently discussed the possibility of adding success feedback to the AST after calling an operation. I understand success is not currently returned as it will have...
The spreadsheet gem converts Excel dates to a Date/DateTime object but this conversion does not get passed through to the conformist schema. For example ``` spreadsheet.worksheet(0).row(1) => [1.0, Fri, 19...
A class and instance method of message is defined with the gem installed. ``` bash BasicObject.message => # ``` I first noticed when trying to access `#message` on a model....
Hi, I just installed for the first time using CocoaPods and noticed that when calling device.hostName the devices IP address is being returned. I'm guessing a change has been introduced...
This PR solves an issue we had experienced during integration caused by our expected query string parameter set in the `client.site` option being removed resulting in an unauthorized error. By...
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
After adding the [klaviyo-api-ruby](https://github.com/klaviyo/klaviyo-api-ruby) gem to a Ruby on Rails project and making an API request the following error is thrown which is caused by one of the gem's dependencies...
# Description This PR fixes an undefined tag issue when editing existing tags on a resource. # Checklist: - [x] I have performed a self-review of my own code -...