Alasdair McLeay
Alasdair McLeay
Would be very useful for "make sure you update the too!" style comments
No, I mean the feature (as you propose it) would be useful for adding comments to the .nvmrc to remind people to change values elsewhere. e.g. ``` # this should...
@ljharb yes it would, but it may not always be feasible or convenient e.g. - the place to keep in sync is not within the repository, such as a wiki...
Same here, I'm just getting started with OpenAPI and have spent ages trying to create an OpenAPI generated mock server with custom mock controllers. It's very confusing trying to figure...
This is a correction to https://github.com/siddharthkp/ci-env/pull/37 and I'm not sure there are any tests that can be updated, or what a relevant test would look like
They are similar enough that the SCSS parser can be used for docco (at least, that was the intention of #136). If there was an LESS parser for Highlight.js, it...
A warning would be great, for me due to me wrongly thinking I'd pushed a branch and then distributing the MR link with my team only to later be told...
I'm finding that docs will generate for this: *Works:* ```tsx import React from 'react'; export const Button = (props: ButtonOwnProps) => ; export interface ButtonOwnProps { /** * Some prop...
It seems that react-docgen-typescript is not respecting `allowSyntheticDefaultImports: true` (or esModuleInterop) if you have it in your project's tsconfig.json: > When set to true, allowSyntheticDefaultImports allows you to write an...
This is related to https://github.com/cypress-io/github-action/issues/145 but is related to a monorepo structure rather than lock file name.