Nick Dijkstra

Results 8 comments of Nick Dijkstra

> It works if you move the default value to each input instead of having them as an array in the repeater like: `Forms\Components\Toggle::make('visible')->default(true),` Thanks, but I want to set...

> But looks like this is a duplicate issue: #64 For Oudejaarsdag, yes. But for the other changes no

> I think it should be `eerste` & `tweede` instead of 1e and 2e. I agree! Those prefixes are with capital letters, right?

Thanks for your swift reply! Is this enough for you? ```php $mailer->send('emails.empty', [ 'msg' => $this->data['message'], 'subject' => $this->data['subject'], 'fromName' => $this->data['fromName'], 'logo' => ($this->data['logo'] ?? null) !== null ?...

I see there are some 422 errors visible in the Resend logs. It should have thrown that exception, instead of this error about null passing in the header. Response body:...

Thanks for your swift reply. But for zero downtime deployments, they should be kept in sync right? If I do a change, then deploy, the new updates are not visible...

We have the issue that a new alias index is created and all the new updates are written to this new alias. But the read pointer is not yet updated...

Currently, the `getWriteIndexName` method returns only the last alias index name. Isn't it possible to just loop through all indices and update them all? Do you perhaps know an easy...