Thomas Rieschl

Results 10 issues of Thomas Rieschl

It would be nice if the variables in the `theme.scss` had a `!default` statement added so it's possible to overwrite certain variables without having to copy/paste the whole file [(source)](https://sass-lang.com/documentation/variables#default-values)....

Enhancement
Themes

I use this tool with Docker to check our internal libraries if our devs don't add bc breaks. I run it manually on my local machine for larger PRs, not...

question
dependencies

When using the PSR-3 `LoggerInterface` implementation `\Rollbar\RollbarLogger` directly in a class to log certain exceptions, Rollbar doesn't respect the `exception` array key in the `context` parameter, the exception has to...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | no #### Summary The first time I used KAC I had...

enhancement
help wanted

### Bug Report | Q | A |------------ | ------ | Version(s) | 3.17.0 #### Summary When calling `\Laminas\ServiceManager\ServiceManager::setFactory` the `@psalm-param` [declaration](https://github.com/laminas/laminas-servicemanager/blob/a54c36e6fd81ba10c94f123e307c4cefd94b1d72/src/ServiceManager.php#L401) of the `$factory` param requires that the `class-string`...

Bug

I really like this PHP reference, it's nice to send it to beginners and people who've been away for a while and want to get up to date. But what's...

feedback-needed

I just tried version 3 of this package which requires doctrine migrations v3 and it took me a while to figure out to correctly wire up the migrations CLI commands....

Due to the [latest license incidents](https://www.reddit.com/r/PHP/comments/gpoqof/the_phpml_repository_is_taken_down_due_to_dmca) in PHP-land, @alcaeus asked me to reach out to you and ask if it's ok to use parts of your service factories in the...

### Bug Report | Q | A |------------ | ------ | Version(s) | 2.28.0 #### Summary We cleaned up our composer dependencies and removed the `laminas/laminas-cache-storage-deprecated-factory` because there weren't any...

Bug

| Q | A |------------ | ------ | Version(s) | 3.5.0 #### Summary In my config, I like to import the `ConfigProvider` classes as aliases to be more readable, i.e....

Bug