Wanasit Tanakitrungruang
Wanasit Tanakitrungruang
Hello. Sorry for my very late reply. It's a reasonable request, but I want to understand the problem more. * So, you must also handle an incomplete sentence in your...
@Slapbox Could you take a look at the change in 787c41b07205ae4990adeec4891f3507cb224cff? The strict mode now won't allow abbreviations on the timeunits. For your use-case, if you need to allow casual,...
Hello. It would take time for me to setup ENV to fix the build configuration. In the meantime, would include the script and use `chrono` in the top-level `window` works?...
Thanks for reporting this. We had a similar problem with Hermes engine's RegEx in #483. I thought it should have already been fixed in more recent versions. I would need...
Do you know which version of Chrono being installed into your project? The locale specific import only available in [v2.6.4](https://github.com/wanasit/chrono/releases/tag/v2.6.4) or later.
Sorry for my slow response. Please try update to Chrono v2.7.3 https://github.com/wanasit/chrono/releases/tag/v2.7.3 (As @elliscwc also mentioned) RegEx patterns in Russian and Ukrainian parsers are not supported by Hermes Engine. I...
Hello @bytrangle. Sorry for my slow reply. Could you explain more about your use case? Without the time input mentioned, "Wednesday" is parsed as "Wednesday at 12pm" (midday). So: *...
Yes. It'd work like that currently. It would not say it's "correct", but the `{ forwardDate: true }` simply means the output must be later than the reference date. In...
I have not time to change and test it, but I am thinking rather than rely on ForwardDateRefiner to make the change, `createParsingComponentsAtWeekday()` in `weekday.ts` should detect the forward date...
Hello @Pranoy1c. The `isOnlyDate()` has not documented, but my intention was to check if the component describes a date but does not include time, hence "is only date". The implementation...