Mathieu Fenniak
Mathieu Fenniak
Hi all, I thought it would be nice to have support for sending snatch/download notifications via SMS messages, so I coded it up using Twilio's API. The implementation is basically...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
The "Group boosts in timelines" functionality reviews the last 40 posts on a user's timeline and prevents them from re-displaying when a new post comes in. This is a great...
Heyo, The line ```from sumologic import *``` in __init__.py (https://github.com/SumoLogic/sumologic-python-sdk/blob/2ca5e97e4f7514a98cdf8ddd372a9ff00ea8b8a1/sumologic/__init__.py) doesn't work correctly in Python 3.6 because it uses an absolute import, and not a relative import. It ends up...
prepend: prepends an element to an array ~~append: appends an element to an array~~ insertAt: inserts an element at the specified index spliceAt: splices a list into another list at...
These all look pretty straightforward; most of the "hard" work was adjusting the DateTime and DateTimeOffset datum converters to use the new ReQL pseudotype format. ~~now~~ time epoch_time iso8601 in_timezone...
DateTime & DateTimeOffset's AddMonths method adds a specified number of months to a date time. If the date falls on an invalid day (eg. February 31st), it rolls the day...
Should be similar to the existing "time.add(number) -> time" expressions, but with negative timespans and a new operator. This one should be pretty similar to the implementation done as part...
A RethinkDB time minus another time should yield a number. For our expressions, two DateTime or DateTimeOffsets being subtracted should yield a TimeSpan.