Carsten Witt

Results 9 issues of Carsten Witt

This is: ``` - [X] a bug report - [ ] a feature request - [ X] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` It seems...

Hey there, what do you think of centering column contents, or aligning (numbers) to the right? As far as I can see, there is a [_buildCell_](https://github.com/thephpleague/climate/blob/1a91bfbfa40c9ee5a1a55b06a4a68d223a94b75a/src/TerminalObject/Basic/Table.php#L163) method that calls another...

enhancement

On certain circumstances, in _init()_ method a PHP warning is thrown: ``` Warning: Undefined array key "QUERY_STRING" in path/to/vendor/mmamedov/page-cache/src/PageCache.php on line 133 ``` It seems `$_SERVER['QUERY_STRING']` may not be set...

Just had the case that `$exception` was a string, and PageCache not checking for `\Throwable` interface. So calling `$exception->getMessage()` caused PageCache to fail.

# Feature request So it is best practice to have a default `phpstan.dist.neon` in the repo and, for local use, a _.gitignored_ `phpstan.neon`. Now I wish there were a user-wide...

feature-request

version 0.5.0 / MacOS via homebrew It seems widget elements for _gsc.table_pages_ only show data from _gsc.table_queries_. What may be the reason? Here the relevant YAML config, copied from the...

I felt `ul` example does deserve presence of it's sibling, the numbered `ol` list.

This resolves #31 . Contrary to the initial issue description, using Nyholm's PSR-7 factory (as proposed in my fork) is not longer needed as Guzzle 1.7+ has added support for...

Support for PHP 8 should be added. Cloning and installing under PHP 8 fails due to PHP ^7.2 version contraints of this package and the `guzzlehttp/psr7@dev-master` package required for development....