Marc Hernández
Marc Hernández
Oh, I didn't close the issue, I mean, I think we could try to support it. I was just curious about the format :)
HI @DenverCoder1, thank you for this PR. Could you add those tests you mention in the description in the project tests? Thanks!
Hi @DenverCoder1 @Gallaecio Thank you for the PR. I like the approach, however, I'm don't want to merge this as-is, because not all the locale/regions accept both (period and comma)...
I'm not able to reproduce this :thinking: @Gallaecio, are you getting these errors?
No, I'm running `tox -e docs` and it is using the last release `Sphinx v4.1.1`. Also, when doing it manually: `python3 setup.py build_sphinx -b man --build-dir build/sphinx`, I'm not getting...
FYI some cases will be fixed in the next version (after merging this: https://github.com/scrapinghub/dateparser/pull/786)
> Hi, I need a suggestion should I use translated chunks or the original chunks to further parse the data objects. I have currently used **translated chunks** instead of **original...
Hi @gavishpoddar , could you do a similar test you did but using another language like French, Hindi, Spanish, or whatever, just to see the differences? Thanks!
Using some code formatters like black or blue help to have a more standarized code, but at the same time can be annoying. I'm not 100% sure of adding this,...
I explained here how to know the "smallest part" that has been parsed: https://github.com/scrapinghub/dateparser/issues/700#issuecomment-734326956 However, what you say makes sense, it could be interesting to add an option to return...