Nicolò Carandini
Nicolò Carandini
This do not works. On: ```javascript $.validator.methods.date = function (value, element) { var val = Globalize.parseDate(value, null, Globalize.cultureSelector); return this.optional(element) || (val instanceof Date); }; ``` the method call to...
Oh, I see. Too bad, you're the one who really helped me a lot at understanding globalization and validation. It's a pity that globalize and jquery validation are so difficult...
Getting the same error on preview 4 and Xcode 12.5 on my MacBook Pro. Executing the `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer` command solved the issue.
Instead of using the suggested CLI commands for each new MAUI project, woudn't be better to add the source directly to the Visual Studio? It would be really nice if...
Hi, can you further explain? To me GND is GND :-)
I'll fix it ASAP.
Grazie per la segnalazione, faccio delle prove e aggiorno poi qui. In generale credo non sia la soluzione giusta, perché disabilitando la signature validation si perde il requisito minimo di...
Per utilizzare il server di test di poste.it devi inviare il file con i metadati del tuo servizio al responsabile di poste.it, di modo che le chiamate dal tuo servizio...
@divega any news about it?
I can agree that seeding can be seen as a devops task, but the same can be about migrations, and yet we can manage migrations from the app solution, so...