bpastukh

Results 5 issues of bpastukh

Is it possible to preload banner? I want to see it loaded when i scrolled to it's position in my ScrollView. I tried to do it in my initState() method,...

question

$this->em->refresh() doesn't work, so maybe we should find command by id again

How to reproduce: 1. scheduler:execute command should be executed on a few servers or more than once per minute 2. One command should be executing for some time (to lock...

Hello I'm trying to use Assert::upper() method, but psalm assert `* @psalm-assert !lowercase-string $value` [link](https://github.com/webmozarts/assert/blob/master/src/Assert.php#L1307) confuses me - how the string can be upper if we assert it is lowercase?...

bug
help wanted

Hi, i'm facing following exception when executing insert with bool value when columns is of UInt8 type after upgrading to v1.5.2. After debug i've noticed that false is converted to...