Markus Machatschek

Results 42 comments of Markus Machatschek

> gmourier Yes, totally, and it is already a problem. We display the space used in the volume, and the value does not seem accurate. We need to investigate more,...

@gmourier 👍 already working with that version. > Won't the fact that LMDB can't shrink the space previously used when emptying an index (without deleting it) cause problems on the...

> That is strange that Meilisearch is crashing when only 20 task statuses are returned, the engine doesn't even deserialize the whole data from the tasks, only the metadata. Is...

Hi @curquiza! I opened this issue based on a short chat with @Kerollmops. He also received a dump file if it helps for any further debugging, but I think the...

@sandervanhooft in case you consider this PR, there should be a additional 2.x branch. I can add a UPGRADE file if necessary to mention that the data in the tables...

@sandervanhooft Let's say you set the following configuration in Laravel: ```php use Illuminate\Database\Eloquent\Relations\Relation; Relation::morphMap([ 'user' => \App\User::class, ]); ``` This tells Eloquent to use the string `user` as `*_type` on...

@sandervanhooft If you want me to pick up the work mentioned here, let me know: > A even better solution would be to not directly `Model::create` instead create a new...

@sandervanhooft as there is no early return you will always be redirected to the checkout even if you have a mandate set on the billable model because in case of...

@sandervanhooft The `MandateMethod::getForFirstPaymentMethod()`-method will always return a string, so the is_null check is not really helping here. The main problem here is that PayPal is missing in the mollie-php-api `MandateMethod::getForFirstPaymentMethod()`....

@sandervanhooft I added a [PR at mollie/mollie-api-php](https://github.com/mollie/mollie-api-php/pull/475) for the paypal issue