Jens A. Koch

Results 46 comments of Jens A. Koch

Hey Sullivan! Would it be possible to generate the following `bower list` like output instead of a table? ![Bower list](http://i.stack.imgur.com/J4krU.png) I think a renderer base class (buffering the data) and...

Indeed, listing the dependencies could be confusing, especially if you render a really large set of dependencies. A library, hmm lets see.. this could fit: https://github.com/pbergman/tree-printer It stays in the...

Thank you for reporting the issue. Seems Composer's API changed...

For the external downloader, we skip all package downloads, where we don't have a distURL. The download works on the distUrl of a package, see https://github.com/jakoch/composer-fastfetch/blob/master/src/Downloader.php#L119 And for VCS packages,...

Hey Max! Thank you for raising the issue. Seems they reworked the website a bit. I quickly glanced over the request & response headers, after sending a POST request to...

##### curl version ``` E:\tools\curl>curl --version curl 7.72.0 (x86_64-pc-win32) - libcurl/7.72.0 - OpenSSL/1.1.1h (Schannel) - zlib/1.2.11 - brotli/1.0.9 - zstd/1.4.5 - WinIDN - libssh2/1.9.0 - nghttp2/1.41.0 Release-Date: 2020-08-19 Protocols: dict...

@mammuth hey! please give this a try: https://ci.appveyor.com/api/buildjobs/yhm2l3stk05tb8md/artifacts/csgo-cli.zip

Hey Max! Please give this another try: https://github.com/jakoch/csgo-cli/releases/tag/v1.2.0

This one works in debug&release mode for me: https://ci.appveyor.com/api/buildjobs/eluxvqac9iqa0kev/artifacts/csgo-cli.zip ![cli-with-colors](https://user-images.githubusercontent.com/85608/98452422-214cad80-2147-11eb-819e-e1561d6d6833.png)

Thank you for posting the verbose output! So, it's Cloudflare again. Oh my gosh... really?! Sadly, i can't reproduce the issue (to work on it), because my requests are not...