Pete Gonzalez

Results 67 issues of Pete Gonzalez

I was having problems where my entire calendar would get deleted temporarily, only to be recreated an hour later, due to intermittent HTTP errors being reported by the calendar source....

### pnpm version: 6.32.2 The real world scenario at my work involves internal company NPM packages with a relationship like this: `A --depends-on--> B --peer-depends-on--> C` ...where `A` and `C`...

type: bug

## Summary This is a proof-of-concept fix for the issue that @wachunga reported in https://rushstack.zulipchat.com/#narrow/stream/262521-api-extractor/topic/packageDocumentation ## Details Normally API Extractor requires the `@packageDocumentation` doc comment to be the first comment...

From this [Zulip chat](https://rushstack.zulipchat.com/#narrow/stream/262521-api-extractor/topic/omit.20undocumented.20types.20from.20output/near/217649302)

The spec is [here]( https://github.com/microsoft/tsdoc/blob/d6de423a166d33f31488aad0a74524590028cd1f/tsdoc/src/details/StandardTags.ts#L371). This PR also improves API Documenter to render `@example` blocks for the DocFX target.

## Summary Some builds were failing randomly because the VM was under heavy load.

## Summary Fixes #4467 ## Details @bartvandenende-wm has proposed a simpler fix in PR https://github.com/microsoft/rushstack/pull/4468 However, it seems error-prone and unnecessary to allow operations to be started entirely anonymously. My...

This PR is attempting to repro the issue reported in https://github.com/microsoft/rushstack/issues/4301 However the project builds successfully, so we need more information: ``` rush install rush build --verbose --to eslint-8-test ```