iamkun
iamkun
I run the `npm test` on my locale machine and it fails with some errors.
According to your fix, is that mean, we should not update the startOf func in a timezone plugin, and the problem is solved?
Can you please fix the conflicts
we have fixed this issue, thanks
I did some further investigation using the GitHub GraphQL API with same code in @semantic-release/github and found the following: When querying the commit for associated pull requests, the `associatedPullRequests` field...
Additionally, you can directly check the GitHub REST API endpoint for this commit: ``` https://api.github.com/repos/iamkun/dayjs/commits/b37431d84403689d7eb86b854925e21509dc78bc/pulls ``` It clearly shows **two associated pull requests**, matching what I observed with the GraphQL...
You're absolutely right. Feel free to submit a pull request to update the chart image in the README. You can directly use the link to the image you uploaded: https://private-user-images.githubusercontent.com/8135962/476133898-004162b8-cd2c-48c1-88c9-ea34efad3995.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTY1MjU2MjMsIm5iZiI6MTc1NjUyNTMyMywicGF0aCI6Ii84MTM1OTYyLzQ3NjEzMzg5OC0wMDQxNjJiOC1jZDJjLTQ4YzEtODhjOS1lYTM0ZWZhZDM5OTUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDgzMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTA4MzBUMDM0MjAzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGFjYmNhNzg3YTcyY2EzOTJhY2NjY2RmNDRiNDkzM2U3MmE2NDI0NGViYWY5ODUzYmRjYzcwNTVhMjE2OWFhOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.g0WcQMW74ckZQYZK5wDLnHGdkql_rL9CQ-b96CisYlM
this is a nice catch, however, ... syntax will result in a large increase of the bundle size, maybe we should looking for some other way to fix this.
I'll mark this PR to wait for some native speaker review. also you can check https://github.com/moment/moment/blob/develop/src/locale/pt-br.js as a reference
By default, **Day.js** uses a *lenient parsing mode* and will try to parse a datetime input as much as possible, even if the values are not strictly valid. If you...