Vincenzo Corso
Vincenzo Corso
```pawn #include #include #include #include #include #include main() {} loadtext mode_text[all]; public OnGameModeInit() { Langs_Add("EN", "English"); return 1; } public OnPlayerConnect(playerid) { inline OnRegisterDialog(pid, dialogid, response, listitem, string:inputtext[]) { printf("OnRegisterDialog...
I'm using Eventuate Tram Sagas Framework to write an example saga. I have a question. When the orchestrator send a command to saga partecipants, the message has this header: `"command_type":...
I'm trying to build a project using jcabi-aspects. I have gradle 7.1.1 When I do `gradle build`, I get the following errors on weaveClasses task: ``` FAILURE: Build failed with...
Salve, sto utilizzando l'SDK di Spring per fare dei test. Quando invio la richiesta ricevo questo errore: `signxml.exceptions.InvalidInput: Both X509Data and KeyValue found. Use verify(ignore_ambiguous_key_info=True) to ignore KeyValue and validate...
Salve, sto cercando di far funzionare questo SDK per testare l'autenticazione tramite spid. Nel fare ciò ho riscontrato una serie di problematiche: I problemi nella richiesta sono: 1. L'elemento `isPassive`...
This PR solves #1160. ### Problem NPCs were not removed from the player pool during `NPCComponent::free`, causing a crash. During shutdown, the NPC network is destroyed while NPCs remain in...