Erik Hughes

Results 28 comments of Erik Hughes

Closed by: https://github.com/primer/react/pull/2154

This whole PR is broken and adds nothing to the extension except for supporting pluralization. It breaks imports, has the wrong usage patterns, and doesn't even add itself to the...

@carbopilot I did some preliminary testing by replacing `FlatList` with `FlashList` but couldn't get it working. The project is too complex for me to understand at a glance so I...

I wanted to lend some support for this pull-request as I too ran into the same issue. I cloned this pull-request and tried it on my full REST service OpenAPI...

I found our reason for this being that we had the wrong path in `router.mapDir(path.resolve('.'));` causing the mapping to look in `node_modules/koa-swagger-decorator` rather than the intended endpoint directory.

This might work, but needs testing with nested config objects that look similar. ```typescript /(\.bootstrapModule|\.bootstrapModuleFactory)\((.+|.+, ?[\[\{][\S\s]*[\]\}])?\)/gm ``` But a better solution would be to loop though and count opening /...