Patrick Rose

Results 15 comments of Patrick Rose

I'd need to delve deep into our source code to try and find the issue involved with download (though I'll grab the person involved when they come in). I can...

Our download action uses the `Zend\Http\Response\Stream` object to stream the contents of the file, and we set the Content-Type to `application/x-gzip`.

I no longer work at the place where I encountered - but a message to the staff there says its still an issue.

I don't think this is sniffable? PHPCS just works on a single file not on many so you're relying on running the parent file first?

(Just in case someone finds this later, we were running an old version of satis, so updating fixed the problem we were having. Satis should probably still be helping us...

Are there plans to make satis atomic? I'm not that familiar with the satis code so I don't know how difficult that'd be, though I imagine it's just: 1. Create...

> The application is considered "done" by the @composer team. It works, as originally intended. Any and all extra features are nice-to-have. In that case, can we tag a 1.0.0...

> First, you did not disable Packagist, so it still fetches all tags from Packagist as well. Yes - we've got some standard packages included in our `satis.json`. I removed...

We've changed the tag to `1.1.2+disconnect` which meant that satis picked it up, but I'm still not sure why it's downloading from upstream instead of our package?

This seems to be a bug in the getValue method. I've fixed it locally by adding a check for the checkbox being null. I also added this to the setCheckedMethod()...