Robert

Results 6 comments of Robert

As a workaround for the black high contrast mode we've added a css media query: ```css @media (forced-colors: active) { g.viewport { filter: invert(1); } } ``` However, for other...

This issue unfortunately seems to cause a lot of avoidable hassle. It cost us almost one day to analyse. > Good npm citizens publish their tests, in my opinion. I...

@ljharb That's not the point. My point is that this approach violates general best practices, namely > Remove test code before deploying the application into production. and, in doing so,...

I'm running into this too. I'm using the http-server node package and plan to use nginx for hosting. I vote for re-opening this issue until we've found a solution. @mkay581...

@aemonge Did you actually build the app? I had to build it and host it from the build output directory. Before that I was hosting from the project root folder...

@govis You need to build your project - as explained above. @mkay581 Mark, I think you can close this issue again. We've found the solution we were looking for.