Nathaniel Bibler
Nathaniel Bibler
It seems like the "fix" here would be to introduce a new step for the `git` SCM to proactively `git config --global --add safe.directory {{repo_path}}` and run that before the...
This appears to "fix" the issue (creating a new git.rake step and having the local deploy configuration use it): ```ruby # lib/capistrano/tasks/git.rake namespace :git do desc 'Identify the mirrored repo...
Although this has the downside of continually appending that `directory = /srv/app/repo` safe entry to the `~/.gitconfig` with every subsequent release. 😉
Hey @mattbrictson, firstly thanks for replying and for your work on the project. I could certainly go either way on it. Having done most of the DevOps for many projects,...
@tavosansal : Yes, this is likely where your problem is coming from. Safari is more strict about how it handles server responses to Range requests than Chrome. In my experience,...
The following request/response was recorded using Ember CLI 3.21.2, Safari 13.1.2, and a Video JS player with a "preload=metadata" setting. In it, you can see a Range request going out...
Yeah. I went down a rabbit hole with Safari yesterday and found a browser bug. Reported it to Apple with a demo video, but haven't yet (and don't really expect...
As far as I'm aware, no one on our side (at @envylabs) is working on it, yet.
> IMHO Doing any expectations around use of Time should involve freezing time. True, but I'll go one better: Often overlooked is to actually create a "Clock" singleton object/instance in...
So, I put together my own patch which adds this support - however - it's certainly not for mainline use as it is specific to httpclient + soap4r at the...