Norbert
Norbert
I just discovered that one on my apps has issue with token verification which makes redirect loop for x seconds for the first time app is opened. I'm talking about...
### Version of OpenTTD 13.0 ### Expected result All clients connected to server should automatically reconnect after server is restarted or made new game via rcon. ### Actual result Error...
## Motivation / Problem Motivation to develop this feature is adding more features which could be used in multiplayer by Game Scripts. This will be very similar to how income...
### Version of OpenTTD 14.0 ### Expected result Updates (automatic) from admin port always been unreliable, like sometimes you would get clientinfo, clientupdate and sometimes not. I've noticed that 14.0...
### Version of OpenTTD 13.4 ### Expected result My running servers are missing from the listing. This is most likely related with the issue I posted before: #10887. I have...
Add possibility of adding `includeFields` and `metafieldNamespaces` to webhook subscriptions as documented [here](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/webhookSubscriptionCreate#examples-Create_an_ORDERS_CREATE_webhook_subscription_that_includes_metafields_during_serialization). ```php 'webhooks' => [ [ 'topic' => 'ORDERS_CREATE', 'address' => 'https://some-app.com/webhook/orders-create', // These can be either comma-separated...