Andras Lassu

Results 20 comments of Andras Lassu

@SimmonsRitchie were you able to find a workaround?

I think the issue is that this library does not read the options from the `output.json` file generated by mochawesome instead we have to pass cli options or create another...

Was anyone able to compile/use it on Linux?

I may add a couple of these later if you provide some info on how to do it, what needs to be implemented etc.

I don't really get this encoding. For example the IPs that are listed on the coolProxy website are not the actual proxy IPs that we need? edit: oh wait I...

This is still an issue for me too. Is there any workaround currently?

Did you find a solution on how to make the CLI use the `reporter-earl` package?

@erickreutz I use the webpack5 builder and have the same issue.

> > > ```js > typescript: { > reactDocgen: "react-docgen-typescript", > reactDocgenTypescriptOptions: { > shouldExtractLiteralValuesFromEnum: true, > skipChildrenPropWithoutDoc: false, > propFilter: (prop) => > prop.parent ? !/node_modules/.test(prop.parent.fileName) : true, >...