Angelos Michalopoulos

Results 10 comments of Angelos Michalopoulos

> Could consider merging this, though some things would need to be resolved first: > > * the `'_'` default is a breaking change > * all new functionality needs...

Me too. It seems there is no dependsOn support.

> Please try [v2.0.2](https://github.com/ziffmedia/nova-select-plus/releases/tag/v2.0.2) and report back. Thanks! @ralphschindler is it possible to publish it on packagist?

@ralphschindler I just tried v2.0.2. Sadly it does not work for me 😥 Here is my field for reference ```php SelectPlus::make('Product Varieties', 'productVarieties', ProductVariety::class) ->usingDetailLabel('name') ->resolveUsing(fn($models) => $models->sortBy('pivot.order')->values()) ->reorderable('order') ->required()...

> Please try `v2.0.3-beta.1` it is built off the `fix-dependson-in-controller` branch Yes! It works! 👏

Hi @eugenl1nde, Sorry, I forgot to mention that the relation field is a `MorphOne` field instead of `HasOne`. I tried again with Nova `4.22.2` just to be sure and it...

Any progress on this? I noticed that validation does not kick either, so I had to revert to hiding the MorphOne field until it is officially supported by the package.

Same issue here! I don't understand how it can work on other programs (like pro tools, premiere, Final Cut, etc.) and not on others. I can only guess OBS and...

Sadly OBS 30.1.0 does not include a fix. I'm pretty convinced the culprit is ffmpeg library which is used to output to decklink devices. Maybe different flags are needed to...

Same thing when deployed using Cloudflare pages. Route `/_turnstile/validate` returns error 500 and as a result my function fails with `400 Bad Request`.