Markus Staab

Results 672 issues of Markus Staab

it seems there is a difference between these 2 calls: `$ansi->color(SGR::COLOR_FG_RED)->text($text)->reset()->lf();` `$ansi->color(SGR::COLOR_FG_RED)->text($text)->lf()->reset();` phpstorm and phpstan tell me that the 2nd example is an error. from a user point of view,...

it seems this plugin - while beeing announced as the successfor from loadz0r - does not support the `publicPath` as loadz0r did https://github.com/surma/rollup-plugin-loadz0r/pull/11/files was this removed intentionally or is it...

in one of our **url** repositories we have a draft PR in which development is still ongoing. https://github.com/complex-gmbh/php-clx-symplify/pull/64 ![grafik](https://user-images.githubusercontent.com/120441/141444385-53670be7-9563-4687-a3df-c2874a7b7f26.png) kodiak closed this PR, and I don't see a reason why...

bug

merging a dependabot PR produces a really ugly commit message, because of all the html involved in the PR description dependabot uses. maybe the problem is even more general, but...

enhancement

hmm what is this error message is trying to tell me? :) ![grafik](https://user-images.githubusercontent.com/120441/115988938-133afe00-a5bc-11eb-9fd6-d60c1a722fca.png)

bug

installscript misses `mysql-server` apt package.

would you mind adding pecl+pear to the vm per default?

see https://github.com/sebastianbergmann/hhvm-wrapper

not sure if it is within your projects scope, but there is already an very convenient web-interface to configure a vm with php+webserver+db etc. would be nice if you could...

we have a website which apcu reports a fragmentation of 100%. the apc itself only occupies 20mb of the maximum 128mb. Is a 100% fragmentation something I should be worried...