pfaffenrodt

Results 4 comments of pfaffenrodt

@edbizarro we also face some build fails caused by sass and node-gyp trying to compile c++ files. It may be nice, if we could use "nvm". Maybe with preinstalled versions...

I thought about spliting my pipeline and do an extra job using an node image and pass all assets to the next job as artifact.

Same here with my PS3 controllers. GUID of my controllers are in gamecontrollerdb.txt and still moonlight. I wish I could use my old mapping file

I temporary disabled it ``` app()->bind(SecureHeaders::class, function () { $secureHeaders = new SecureHeaders(); $allButNotHttpOnly = ~SecureHeaders::AUTO_COOKIE_HTTPONLY; $secureHeaders->auto($allButNotHttpOnly); return $secureHeaders; }); ```