Fredrik Lanker
Fredrik Lanker
Seems to be an issue in taskwarrior: https://github.com/GothenburgBitFactory/taskwarrior/issues/1830, https://github.com/GothenburgBitFactory/taskwarrior/issues/1908, etc. Supposed to be fixed in the 2.6.0 branch.
We run into this problem after we added [chartjs-plugin-datalabels](https://github.com/chartjs/chartjs-plugin-datalabels) to our project. When serving the result from `parcel build` we get the runtime error: ``` Uncaught ReferenceError: $78fb23f46eb09f80$exports is not...
This PR is depending on https://github.com/GothenburgBitFactory/libshared/pull/83. Not sure how you handle bumping the version of libshared that is used in Taskwarrior...?
Just some additional info if anyone ends up here in the future: Looking at the commit and PR history, I couldn't find any reason for the lower limit when [parsing...
> If you're ready for a review on this, please add me and/or @smemsh as a reviewer! I don't think I have enough permissions to be able to add reviewers....
> Have you considered just using `Datetime::parse_epoch()` itself and checking the return value? Since the range check is already in there. This way it wouldn't have to be duplicated in...