Stefano Borzì

Results 205 comments of Stefano Borzì

it's in multi-row-editor.service.ts, it takes in the constructor the field value from creature-text.service.ts

I strongly think that I missed to add some logic here https://github.com/azerothcore/Keira3/pull/3038 I will check it in the next days

checking it better, you're right @TheSCREWEDSoftware, but we have to implement on keira3 a way to manage a third Primary Key in a table (and maybe even more if necessary)...

I did some minor job about docker setup and, I did not run `php aowow --setup`, for the configuration I printed them into a config.php file https://github.com/Sarjuuk/aowow/pull/442/changes#diff-e6a664f5616e73ffd8d5cf11850c5c3cb20b7dfe4dafee8caeb94a29d16334f4R33 You can be...

I made some minor refactoring. We usually don't use async/await but we work with rxjs, I see that you are using `firstValueFrom` to avoid rxjs and use async,await. If for...