Greg Westneat

Results 12 comments of Greg Westneat

I looked at the [most recent version diff](https://github.com/amanda-mitchell/suppress-eslint-errors/compare/v2.0.4...v2.0.5) Wasn't anything obvious! But I remember seeing `chalk` referenced in the error message I got. Found this: https://github.com/chalk/chalk/releases/tag/v5.0.0 >If you use TypeScript,...

I have almost the same use case. Hoping to forward `args.stage` to the `fetch-params` target, but it reads `undefined` Tried adding `"forwardAllArgs": true` but no dice. ![image](https://user-images.githubusercontent.com/2213636/177852199-5c4953ea-e8f0-4759-96b0-2f46fa109c26.png) Thanks! EDIT: seems...

This would be awesome -- the confluence-related GH Actions currently on the marketplace a pretty rudimentary. @kovetskiy would you be open to that PR? Edit: Found [this repo](https://github.com/mbovo/mark2confluence) with the...

@truca in case it's still relevant, or relevant for others, this is (approximately) what I did. Not sure it's the ideal, but it preserves the minHeight in the ScrollView's contentContainer,...

@ibussieres @esutton re: accessibility & rem https://alastairc.ac/2017/11/is-text-sizing-dead/

Here's what I did, using [this extension](https://marketplace.visualstudio.com/items?itemName=mervin.markdown-formatter) ``` "[markdown]": { "editor.defaultFormatter": "mervin.markdown-formatter", "editor.renderWhitespace": "all", "editor.quickSuggestions": { "other": true, "comments": true, "strings": true } }, ```

I'm curious to learn more about the switch away from `DATADOG_*` vars. I know it used to be that you could use either `DATADOG_*` or `DD_*` We'd been preferring the...

Thanks for the informative response! > changes you mentioned were made on a [beta command](https://github.com/DataDog/datadog-ci/blob/81bf230a0323650931dce178e997ec4616a11182/src/cli.ts#L8), so we allow ourselves such breaking changes. Ah! That makes sense (regrets for the hasty...

@jordan-boyer thanks for the intel. Your comment inspired me to investigate a little more. Looking at the [patch code](https://github.com/ZachJW34/nx-plus/blob/master/libs/vue/patch-nx-dep-graph.js#L12-L18), it seems like the [nx logic](https://github.com/nrwl/nx/blob/a97212b6014c6188552b895d29261426c34fdfb9/packages/nx/src/project-graph/build-dependencies/typescript-import-locator.ts#L27-L30) it's modifying is still around....

Figured out the issue here -- just waiting on a PR to merge on the plugin repo. I'm going to close this. Thanks for your help @khalilou88!