Steffen Gransow
Steffen Gransow
Put scoreboard buttons as single row directly above game board or put "best score" to the top row (next to "2048 title) or adjust font size for extra spacing when...
Good idea.
The `.grid--middle` on the `.grid` adds a `vertical-align: middle` to the directly nested `.grid__item`s. That means all nested grid items will align vertically, but only on the middle of the...
Instead of an extra section one could introduce special syntax for the version constraint: `"some/package": "4.1.*!"`. Easier on my mind instead of scrolling around for special cases. Another possibility with...
Even though converjon should be used behind a caching reverse proxy that should mitigate this problem a bit it should be working better. Marked as bug.
"Although display_errors may be set at runtime (with ini_set()), it won't have any affect if the script has fatal errors. This is because the desired runtime action does not get...
I like adding stuff that makes session storage with redis or memcached work without further thinking about it, but: When I e.g. start using symfony in kubernetes with multiple replicas...
Shouldn't it be enough to assert that ``$command_class::getType()`` is compatible w/ the given ``$aggregate_root_type`` in the builder?