Zach Tindall

Results 4 issues of Zach Tindall

### Description of change Update DateUtils to correctly handle years less than 999. For instance, a date of 0999-01-01 should parse to the same string value with a leading 0...

## Issue Description There is an edge case with very early years where the date parsing logic is incorrect. The code here does not handle years 1-999 correctly: https://github.com/typeorm/typeorm/blob/51b2a63d/src/util/DateUtils.ts#L25 As...

bug
requires triage

### Current Behavior When using Yarn v4 and executing a build using @nx/webpack with `"generateLockfile": true`, the generated yarn.lock file is not generated correctly. The first item in the yarn.lock...

type: bug
scope: core

### Current Behavior When generating a project graph with version 19.3.0, the following error occurs ``` Failed to process project graph. Run "nx reset" to fix this. Please report the...

type: bug
scope: core