Süleyman ÖZEV

Results 10 comments of Süleyman ÖZEV

@BenSampo Please review. This issue is causing an error in Nova.

For example: ```php UserType::options(fn (UserType $userType) => $userType != UserType::SuperAdmin); UserType::values(fn (UserType $userType) => $userType != UserType::SuperAdmin); UserType::names(fn (UserType $userType) => $userType != UserType::SuperAdmin); ```

This method is applicable for those who use Redux Toolkit. The extraReducers method in each slice should contain: ``` typescript builder.addCase(PURGE, () => initialState); ``` **Example** ``` typescript import {...

@JustSteveKing please review

Those errors related pest: ``` Error: pestphp/pest-plugin contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe....

@Storm-BE I changed the class you wrote to be in the order of definition in the enum class. ```csharp public sealed class SmartEnumSchemaFilter : ISchemaFilter { public void Apply(OpenApiSchema schema,...

OK, I develop it.