tomat
tomat
This code seems related (in `JMS\DiExtraBundle\HttpKernel\ControllerInjectorsWarmer`): ``` public function warmUp($cacheDir) { // This avoids class-being-declared twice errors when the cache:clear // command is called. The controllers are not pre-generated in...
Yeah, just noticed that this bug was older than Symfony 2.3, but my PR will solve it for some users at least. @swis: Do you have an updated `composer.json` for...
apc.enable_cli=on/off gives the same result here. @i4got10: Successfully reproduced and fixed, not sure if this breaks other stuff though, so please test it before I make a PR. Fix is...
Have not tried this, but you could just put it in a div and CSS the div-container to take up the whole viewport?
Same problem here, been like this for at least a couple of weeks 1. Can't get very recent events unless I get 10m or more, i e 1m won't work...
Doing some debugging and reading AWS docs I found that the LastEventTimestamp is indeed updated "slowly", docs say: "The lastEventTime value updates on an eventual consistency basis. It typically updates...
The ListStreams function is filtering based on LastIngestionTime, so it won't even tail streams until the ingestion time is updated Also confirmed that LastIngestionTime is not updating "live", in my...