Sam Wilson

Results 157 comments of Sam Wilson

Okay, great, that makes it clearer, thanks! Yeah, I think maybe just bit more of this detail in the main docs would be great (although I totally understand if it's...

We're also seeing this issue in [this project](https://github.com/wsexport/tool/blob/05bd30ea20e011b2ebb32e1a107268ed2ea2b9b1/src/BookProvider.php#L219). The workaround of not using `sink` (and instead writing the response body out to a file after the Guzzle request) seems to...

There's a PHP 8 compatible fork of this at https://github.com/carlos-mg89/PHPoAuthLib if you're interested.

Is it time to move to a successor fork for PHPoAuthLib? I don't think @daviddesberg (formerly @Lusitanian it looks like) is active here (apologies if I'm wrong!). It looks like...

I don't think this package is maintained any more. See discussion on #582.

Good point. There really isn't any convention in composer libraries about where they keep their web-accessible media files, unfortunately. Maybe there's a better way. It is actually easy to set...

Here're are a couple: - https://packagist.org/packages/twitter/bootstrap has files in /vendor/twitter/bootstrap/dist/ - https://packagist.org/packages/fanforfun/leaflet-bundle has files in /vendor/fanforfun/leaflet-bundle/Resources/public

Good idea. I think the progress bar should only be displayed in level-2 verbose (`-vv`) mode.

I thought of that, but this seems a separate operation. Do you think it'd be better as part of the `download` command? I guess it would then also make sense...

I've rejigged this to work correctly with adding the new tag. It's still a separate command, because I think it makes it more flexible this way. We could still add...