Lee Jarvis

Results 37 comments of Lee Jarvis

@luan Sorry I am planning on finding time for this, I'll rebase the changes against master. I need to fix some of the big bugs on head before this featured...

Sorry I've been super busy lately. I've merged this locally but I'm having failures I'll need to resolve before merging upstream

I've merged this into the [localization](https://github.com/mojombo/chronic/tree/localization) branch and fixed the conflicts. It's not yet running green though, as there are issues with the numerizer parsing.

There's currently no way of interpreting `last` as the end of a month. Chronic doesn't contain a month day lookup table except for when constructing Time objects, which is too...

@jeremywadsack Yeah that was my intention for this. Just haven't found time to get around to it yet.

I don't think this is necessary. I'd like to add the ability to use debug/time_class configuration values per Parser instance. That would solve the problem of hitting race conditions. Then...

Again I don't think this is necessary. If we are going to go the route of making stuff thread stuff like this, then it should be kept simple: ``` ruby...

Yeah I was suggesting that as a change, it's not yet possible. I'll mark this as a feature.

It's correct that this is not thread-safe. There is currently no workaround until we build something into Chronic (see the other issues). This shouldn't be so hard now that `parse`...

@dnagir Honestly, I don't. I haven't managed to find time for Chronic for quite a while. As frustrating as it is, I do plan to find some time to work...