Mirko Tebaldi

Results 59 issues of Mirko Tebaldi

Locally i set ``` BASSET_DEV_MODE=false BASSET_VERIFY_SSL_CERTIFICATE=false ``` I execute basset:install It creates this ![image](https://github.com/Laravel-Backpack/basset/assets/1268699/66c58521-b37b-4990-8370-f58a012703e4) But when I launch the first time the page, It add 2 more files The 2...

About this > Make your SP known to IdPs: for production follow the guidelines at https://www.spid.gov.it/come-diventare-fornitore-di-servizi-pubblici-e-privati-con-spid The link is broken. I found it in the main readme file of this...

Could you give me some suggestion about how to handle configuration file permissions? actually my specific conf file on the server is owned by root:root and has 644 permission so...

I cannot understand the practical usage. I can write a .conf, ok. I can read a .conf ok. But, how to restart suspervisor itself or ask to reread or reload?...

Actually, installing via composer, we get your package at ^0.8.2. So we cannot use it in laravel 9/ php 8.x projects.

I imagine this feature is not yet here. but I ask you if in someway when we are at 'enter otp' page we can send an sms to the mobile...

# Feature Request ### What I am trying to achieve We need to do small adjustment to tabler theme ### How I see it implemented Actually all is working, and...

``` Payload: z.object({ PanelOn: z.coerce.boolean(), ]} ``` having the previous object definition, if we pass a Payload withput the field PanelOn, it will be assumed as boolean false. How can...

This is my complex object zod definition ``` import { z } from 'zod' import { FieldDataType } from '../../enums/filed-data-type' import { FieldDataChromoShow } from '../../enums/field-data-chromo-show' import { EventCategory }...