Pete

Results 6 comments of Pete

Couldn't this be fixed by having a hard limit of table rows, like 25 per page?

Yes, put an obstacle or lift the terrain a bit.

How about do this: ``` F::route( 'GET /@city:[a-z-]{3,30}', function($city) { echo $city; } ); ```

Is your website on localhost available directly at http://localhost, or is it in subfolder, like http://localhost/atu/? If it's the latter, then you might need to add this to your .htaccess...

The drama continues. Stug is blocked from driving into the hole, but it does not prevent a thick player from getting stuck in this Stug prop. ![stughole-drama-continues](https://github.com/DarklightGames/DarkestHour/assets/14154655/ded4f230-f234-49a6-bc7f-f6fd5bd6cc7a)

Idea: attempt to calculate transaction size, then get a fee estimate (satoshis per byte) using `get_fee(fast=True)`. After that you can use tx size + fee per byte to guesstimate the...