Cheuk Ting Ho
Cheuk Ting Ho
I think if we can have it for any query would be great, as users can filter anything but not just type. But I guess it's harder to implement? On...
I have fixed the problem by adding "_" to the list of JUMP. It passes this test and all other tests. I still don't fully understand why it got eat...
I can reproduce this case in test, let me have a look at it? @pganssle
I think it is down to the logic of _timelex.get_token(), without space the year will not be considered as a separate token. A new case may be needed in the...
The problem is that "," can be a separator or decimal point. Now the logic only checks if there's more than one "." or "," to determine it is a...
That's what I am thinking as well @pganssle It will be very difficult and unsure to distinguish 2,1993 meaning 2.1993 seconds and the case above which 1993 refers to a...
May I give this a try @Zac-HD
@jenstroeger @Zac-HD Hey sorry it has been silent for a while. I started a new job last week and was a bit busy. I am diving back into this and...
Thank you so much 😊
@jtpio Do I have to include `pyodide_http` in the environment? I got `ModuleNotFoundError: No module named 'pyodide_http'` when trying to import it