Amelia Magee

Results 22 comments of Amelia Magee

@vitorhps I know i'm a few months late to the party, though for anyone that appears here looking for an answer - you would have to use @var annotations using...

@KapitanOczywisty I've tried many different implementations of the `.phpstorm.meta.php` file. Although Intelephense does state that it reads and supports these, I am still receiving `Expected type 'object'. Found 'string'`. Interestingly...

@KapitanOczywisty the magic was in the command: "Intelephense: Index workspace" - I assumed this would index automatically when opening a new workspace, apparently not. When I run that command after...

If anyone comes across this like I did and does not use docker for the phpunit. (and perhaps wants to be able to change the cwd on the fly /...

In my SPA, my server could return a 3xx response requiring the user to reauthenticate with a third party oauth provider. The fact that there is no way for me...

Now with Hardcore being released I have a reason to distinguish these in my steam launcher from the current classic (WotLK) - I have opened a PR that adds support...

This is now implemented in [v2.23](https://github.com/dafzor/bnetlauncher/releases/tag/v2.23) with the launch parameter of "wowclassicera"

I'll jump in on this one to say that I have the exact same issue. It doesn't look like `gameserver/palworld/game/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` ever gets reset either, it has the correct values. Even...

![image](https://github.com/jammsen/docker-palworld-dedicated-server/assets/33827951/ba2eda6e-1a72-4bac-91ce-e2355efb2df4) My PalWorldSettings.ini is not empty. I'll try the copy in an hour or so, don't want to kick off the other players prematurely.

> Maybe a quick copy of gameserver/palworld/game/DefaultPalWorldSettings.ini to gameserver/palworld/game/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini will fix it. I've now copied the DefaultPalWorldSettings.ini to PalWorldSettings.ini and that seemed to do the trick. PalWorldSettings.ini was not autogenerated...