pfaffenrodt

Results 8 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; }); ```

@sinnbeck this is file related. * only for mac mount volumes with `:cached` (instead of :delegated). files may be out of sync, but thats faster, than waiting a second of...

@sinnbeck you use `:delegated` and not `:cached` in the cache branch. @zendraxl In my experience xdebug will affect the response time, but not that much that it is up to...

@zendrax you are right. @sinnbeck I guess it depends on the mac hardware. On our docker envs it has at least 230 ms on mac. We tested with :cached and...

@dbhathena Do you use the jar file? I guess I will build my own pojos. Updates of Jar files are hard to keep track of. Please explain the reason?