Mark Avery

Results 296 comments of Mark Avery

I'm going to do some further investigation on this, but was considering just wiping all of 3 of the refresh tables, and rerunning our providers. I think for us it...

@Rugvip would you be open to having the default configure https://github.com/backstage/backstage/blob/01843b1bf3f5ce8ef569f3d52b2b3bb5614ca8ac/packages/backend-app-api/src/services/implementations/rootHttpRouter/rootHttpRouterServiceFactory.ts#L57-L66 exportable or configurlble in some way so that didn't have to be copy and pasted when you only wanted...

We use it currently to override the morgan request logger with our own. There was a method in the old backend system for this, but this appears to be the...

Maybe this is getting off topic. But should the server be a service, or maybe it gets resolved from the lifecycles? So if you opened into a lifecycle it could...

``` ● Validation Warning: Unknown option "coverageProvider" with value "v8" was found. This is probably a typing mistake. Fixing it will remove this message. Configuration Documentation: https://jestjs.io/docs/configuration ● Validation Warning:...

I feel like it's something to do with this https://github.com/facebook/jest/blob/6e5b1d60a1214e792b5229993b5475445e9c1a6e/packages/jest-config/src/index.ts#L56 I'll have to stick a debugger on there when i get to a computer next.

There's been several comments listing out options that are throwing warning after the upgrade in the issue.

``` collectCoverageFrom coverageDirectory coverageProvider coverageReporters maxConcurrency name projects reporters testTimeout verbose watchPlugins ``` these were the ones I found in this issue.

was looking to add custom pallete variables, and this is the only thing that came up. @tudi2d If this PR doesn't really have a path forward, what would an acceptable...

Above question still stands. Something around this should be possible.