Hans Wolff
Hans Wolff
Same here, it's really annoying. We can only use PhantomJS because our Continuous Integration Server only supports headless testing and all other drivers are not headless. The error I get...
@EsbenSkovPedersen Thanks for the info. As a workaround we currently strip the CSP header from all HTTP responses. It's not nice but at least we can run the PhantomJS tests...
I haven't really looked how the AUTH works for SMTP. But your code looks okay so far. If I find time today I'll read about AUTH and see what is...
Indeed this is hard to achieve. I should add some functionality to do that. For now this could be a workaround: ``` c# // ... smtpServer.BindAndListenTo(IPAddress.Loopback, 25); // ... //...
You can use the preprocessing code from NeuMan (see https://github.com/apple/ml-neuman/tree/main/preprocess) for most of the preprocessing but HUGS also needs some preprocessing from 4D-Humans (see issue 6: https://github.com/apple/ml-hugs/issues/6)