Wanasit Tanakitrungruang

Results 55 comments of Wanasit Tanakitrungruang

This is related to #211 but opposite. Will a custom refiner works for your use case?

Hello. Thanks for letting me know about your use case. It is an interesting problem, but I am afraid it would be difficult to make Chrono handle spellchecking. -- One...

Your build is using the newly published `esm` from 2.6.x (https://github.com/wanasit/chrono/pull/448). In 2.5.x, we have been publishing only `cjs` (not `esm`). It's weird that your build just switch to `esm`...

Thank you for letting me know and sorry for the problem. Could you please let me know about your `node-js` or project setup? * What node version do you use?...

Sorry for confusing you. I have found that `import chrono from 'chrono-node` applies only for Node.js based module I tested. If you use standard ES6 import you probably should use...

This is also frustrating and hard for me to reproduce the error. I have added an example on how importing the library works normally for me: https://github.com/wanasit/chrono/tree/master/examples/nodejs_minimal If your project...

Hello @HendrikJan. Could you share more specific details about the cases that are failing? or what error message do you get?

Hello @ntotao. Thanks for your contribution!! I will try to complete reviewing you change as soon as possible, but there is an obvious feedback I'd like to ask. Could you...

@federicodilo Thanks for looking. Sorry for my slow reply. As you see, tests for different locales are not equally comprehensive. But, in general, the more tests the better. The tests...

Hello. Sorry for my slow reply. I could not reproduce the issue. (Check the test I added: a6631ed) Could you please check if you really use version `2.3.1`? Or could...