David Sherret

Results 771 comments of David Sherret

Yup, running through prettier works easily for code in repos, but it doesn’t solve the accessibility issue when people view code in GitHub code blocks in issues typed on mobile...

Based on briefly looking at this, it seems that ts-jest will actually provide its own compiler to the factory function. I didn't find this documentation until now and previously I...

@lonix1 Actually, this might not be the issue in this case if it works on its own. I'll open up a separate bug for that later. Have you tried changing...

The compiler never listens to my prayers either 😞 No, it's fine—keep it open. I'll look into it eventually. Also, opened #52.

@rsuk no sorry! There just needs to be a way to inject a `ts.TransformerFactory` object (the export of this library) into create-react-app and it would work. I haven't found anything...

@refex create-react-app is very locked down, so I'm not sure there's a way to inject the transformer into it. It might be possible with https://github.com/timarney/react-app-rewired in case anyone has time...

I used to have a changelog, but got rid of it when I moved to a monorepo. I'm not sure the best way of maintaining one in a monorepo, so...

@lonix1 I'm going to keep this open because I'd like to figure out a solution and get a changelog back.

Hey @decoder318, I'm not familiar with angular cli, but it seems like they have the whole build system pretty locked down. I know it uses webpack though, so it seems...

@luker2 seems like ngx-admin uses angular 7 and perhaps the instructions I posted earlier only work for angular 6. I'm not sure how to make it work with 7, but...