Zachary Skalko

Results 4 comments of Zachary Skalko

https://github.com/parcel-bundler/parcel/blob/e294eafd9a49c056fb4b223c5ace5c0653428ede/packages/transformers/typescript-types/src/shake.js#L39 With the debugger, it looks like here is the node remains undefined.

Based on an out of band conversation, the most straightforward way to handle this would be to introduce a new envar, `VELA_BUILD_REF_BASE` that automatically removed the `refs//` prefix Enabling this...

There are really only two differences between GitHub and GitHub Enterprise (GHE) 1. The API is at a different URL. 2. The user is logged in, usually via some kind...

I can tell that Cypress is intentionally overwriting this arg here. https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/browsers/chrome.ts#L692 But there seems to be no escape hatch to chose it yourself.