Oleg Lebedev

Results 96 comments of Oleg Lebedev

https://github.com/olebedev/config/pull/26

Yep, you right. README.md needed to be improved totally. I'll do it in nearest future. But I don't mind if some good man send me a PR :) By the...

Yeah, it's abandoned. Sorry guys for the inconvenience.

I have not enought time to manage this project. Please add semver and send a PR. PRs are welcome, as always :)

Hey @gbaptista, Thanks for your contribution. The main concern about this PR is that even real human cannot say for 100% sure which format is used for, say, `03/04/2019`. That's...

PRs are very welcome :D

Hi @JamesHaskell, thanks for the report! I will dig into it soon. It seems we have to add yet another rule for US date format.

Sure, I've planned it to add. I think the tool should do: - read from _stdin_ or file and send the outout to the _sdtout_ or file in various formats...

Well, it seems to be a case for plugging those rules you would like to use for a particular case. Example: ```go import ( github.com/olebedev/when github.com/olebedev/when/rules/en github.com/olebedev/when/rules/common customENGRules github.com/demisto/when/rules/en //...

Hi @crockeo, that's great to see you found it useful for your project! Yeah, the issue you describe is not easy to solve in general because it requires more knowledge...