Simon Podlipsky

Results 166 issues of Simon Podlipsky

# Feature request If template is impossible to resolve, eg. because the type is `T|null`, it should be possible to specify a default type Consider this: If a value passed...

bug

### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 32.195.5 ### If you're self-hosting Renovate, select which platform you...

type:bug
status:requirements
priority-5-triage

Done this while exploring the repository

I compared 1.5.1 to 1.5.0 and it seems the only function change is this https://github.com/mockery/mockery/pull/1180 I'm getting "This test did not perform any assertions" for tests that contain `->shouldReceive` calls....

| Q | A |------------- | ----------- | Type | bug | Fixed issues | https://github.com/doctrine/dbal/pull/4846#discussion_r733214489 #### Summary _I've been tasked with this in https://github.com/doctrine/dbal/pull/4846#discussion_r733214489 but since that PR is...

I'm getting a lot of warnings from postcss of `graphiql/graphiql.css` > (794:1) postcss-is-pseudo-class: Complex selectors in ':global :is(.graphiql-markdown-deprecation, .CodeMirror-hint-information-deprecation-reason, .CodeMirror-info .info-deprecation) code, :global :is(.graphiql-markdown-deprecation, .CodeMirror-hint-information-deprecation-reason, .CodeMirror-info .info-deprecation) pre' can not...

_This is based on https://github.com/uber/baseweb/discussions/5157_ ## Current Behavior In doc, there's often shown some example that uses overrides, e.g. Select with many options https://baseweb.design/components/select/#select-with-many-options. However, there's not shown how to...

After some time on inactivity in the repo it disables the action so it has to be manually enabled. Meanwhile it's not running for new PRs

[The settings is](https://github.com/slevomat/coding-standard/blob/f32937dc41b587f3500efed1dbca2f82aa519373/SlevomatCodingStandard/Sniffs/Classes/AbstractPropertyAndConstantSpacing.php): ```php $minLinesCountBeforeWithComment = 1; $maxLinesCountBeforeWithComment = 1; $minLinesCountBeforeWithoutComment = 0; $maxLinesCountBeforeWithoutComment = 1; ```