Koen van Hove

Results 132 comments of Koen van Hove

There should be a reference to it in the source code, but I have no idea where, since it has been over a year since I last looked at it.

Is it a FLAC audio file, and does it only happen in Firefox? If so, it may be related to: https://bugzilla.mozilla.org/show_bug.cgi?id=1528265 (which is fixed in Firefox 76)

Likely ESR 78, as far as I can see on 2020-06-30 (https://wiki.mozilla.org/Release_Management/Calendar). You can also fix it by re-encoding your FLAC files, that fixes the issue as well, but I...

Additionally, I now have one case where it happened at a different point, namely at ```php $drives = $this->client->createRequest("GET", "/me/drives")->setReturnType(Drive::class)->execute(); ``` I would assume that this is caused by https://github.com/microsoftgraph/msgraph-sdk-php/blob/dev/src/Http/GraphRequest.php#L265...

That might very well be the case. I have added a timeout to all calls, and I am monitoring whether the issue pops up again. The duration of the timeout...

The position and duration are based on the normal in-game popups (the ones when you discover a city etc.). There is at the moment no configuration option to change this,...

Custom stations work exactly the same as normal stations in principle. My best bet is that you use an absolute URL for your station logo, which then has to be...

Sure you can. You just need an HTTP server (not HTTPS) that can serve the content from the web folder, and then you are free to edit the station file...

If you download/clone the repository, you should see a couple of folders, one of which is called "web". You just need to upload the contents of that folder, and that's...

Well, without URL I cannot tell what you did wrong. That said, I can hazard a guess: - You are connecting over HTTPS (which won't work as I said before);...