Kirill

Results 24 comments of Kirill

Problem SOLVED. ```yaml doctrine: dbal: mapping_types: enum: string types: user_status_enum: App\Enum\UserStatusEnum ``` ```php use Doctrine\DBAL\Types\Type; class UserStatusEnum extends Type { public function getName(): string { return 'user_status_enum'; } public function...

> will choosing CAN_33KBPS connect to GMLAN or do i need to replace every 33kbps to 33k3bps ? There naming problem. In real are same. For working with SWCAN (GMLAN)...

I can send message.. but im get too much date - in fact whats app cannot decode my sent messageTimestamp.. Problem( On web version messages are empty

> anyone got figured out? Im try this now. See https://github.com/sigalor/whatsapp-web-reveng/issues/303

Good question. Im think that websocket system too much difficult.

i think its no such powerful that reverse engineered version

Yes! I have next questions: 1) Is optional decorator? 2) Value of FLUSH_EVERY pass by parameters for more flexability? If null (on default) no need use decorator

There have other problem with get large data from doctrine. My solve this problem by using many paginated queries. Need solve this also in this bundle? Im my test combine...

This improved version of **DoctrineORMQuerySourceIterator** ```PHP

That screenshot indicates low memory usage when exporting big data. Im apply both optimization. Downloaded file with size is 637.4 MB ![image](https://user-images.githubusercontent.com/30481080/89435286-58c54b80-d74d-11ea-991c-301be5243212.png)