Pieter Willekens

Results 16 issues of Pieter Willekens

// offtopic: git-cliff is my favourite changelog generation tool after trying a lot of them. So thanks for that! **Describe the bug** When running git-cliff in the Gitlab CI. The...

bug

Hello, I was wondering if it would be possible to send 'silent' notifications. So notifications that basically skip the devices' notification center in both Android and iOS. Any idea how?...

question
help-wanted

I merged the tests to test combinations of Laravel 9, 10 and PHP 8.1 to 8.3. Also removed the `composer.lock` file as packages shouldn't have one.

I got a bit carried away due the fact that the new `intervention/image` version requires PHP 8.1. Closes #85 ## This PR contains the following changes: - Upgrade `intervention/image` to...

Intervention Image version 3.0 has been released. We use intervention/image seperately in our project unfortunately this package blocks the upgrade of intervention/image. Is it possible to upgrade intervention/image to version...

### How do you use Sentry? Self-hosted / on-premises ### SDK version 4.5.1 ### Steps to reproduce 1. We have a job that spawns multiple jobs 2. The 'spawning' job...

Type: Bug

## Summary Currently, when you have multiple `belongsToMany` relations with a custom pivot, the accessor will have a single type. This PR ensures that multiple types are allowed. Also the...

### What Happened Preset doesn't seem to be available, Phpstan doesn't like that either: The tests work correctly though. ### How to Reproduce 1. Add a testfile named Arch.php 2....

bug

This adds 8.4 as a test target and removes the implicitly nullable parameter declarations. It's an extension of #87. Also drop 8.1 support and upgrade PHPUnit to 11.x.