Alec Koumjian

Results 45 comments of Alec Koumjian

Let me get a look at the regex patterns to see if we can require a minimum whitespace or delimiter characters there. That is a recently modified feature so that...

If you know your dates are day first, pass the argument `first="day"` to the method. `datefinder.find_dates('12.02.1980', first='day')` https://github.com/akoumjian/datefinder/blob/master/datefinder/__init__.py#L305

This is kind of an advanced use case of #171 . What would be the preferred type of objects returned for this? Are you expecting two datetimes for each range?...

Sure, makes sense. That part should be fixable. The library starts by grabbing the largest possible chunks of date related strings and then attempts to find individual dates in there...

@pawankg Please try installing the master branch version and let me know if the solution works. There is a new `first` init option which will let you declare if you...

Also, the reason I took all the test files and put them in a `data` folder was to make it easy to crawl for all test files. I think it...

Somehow I completely missed both of those PRs, oops! Obviously it's your call, but the thing I like about textract's design is that is solves the 80% case and deals...

I'll try to take a look at it this weekend based on your feedback. On Fri, Mar 24, 2017 at 4:09 AM Dean Malmgren wrote: > One more thing... based...

I understand it is an edge case, but currently it is a requirement for users of phonegap if they want to handle notification callbacks on Android. Essentially, you need to...

I could implement a flag that does that. It was my understanding that the `extra` keyword argument was supposed to map roughly to each services' data hash, is that not...