Matthematic

Results 4 issues of Matthematic

**Describe the bug** Correct me if I'm wrong, but shouldn't this return an invalid DateTime? ```typescript luxon.DateTime.fromFormat('11-08-2023 15:00 AM', 'MM-dd-yyyy hh:mm a').toString() // '2023-11-08T15:00:00.000-06:00' ``` **To Reproduce** Just go to...

issue: bug

This is a fix for the case where the input **'11-08-2023 15:00 AM'** is parsed and interpreted as **'11-08-2023 03:00 PM'**. Instead of this, it should be a Datetime.Invalid with...

Hello, I am using create-react-app to generate my build folder for my SPA and I want to serve a single, standalone html file called health.html that is also in the...

**Describe the bug** While using Yarn 3 and after following [these installation steps](https://storybook.js.org/docs/react/writing-tests/test-runner), running test-storybook shows the following error: ![image](https://github.com/storybookjs/test-runner/assets/6292111/9a901223-eaa9-4eb4-8a8f-34be765c7114) What problem could cause this, and is there a workaround?...