Dalibor Korpar

Results 14 issues of Dalibor Korpar

So in some cases, specially after returning from lock or sleep ubuntu freezes completelly and on console I just get this errors out, I can only reset my laptop: ![image](https://user-images.githubusercontent.com/9303856/166210872-b982047b-26ea-4cb8-a8fa-2b9077e74534.png)

Version: 4.2.0 ### Bug Description forUpdate doesn't work correct with fluent interface when after it we're calling fetch or fetchSingle. FOR UPDATE is added before limit and we get Sql...

Version: 3.1.5 ### Bug Description Whenever there is a bigger base64 encoded image in E-mail we get this exception: ![image](https://user-images.githubusercontent.com/9303856/103207238-21bf2480-48fe-11eb-8441-3669eeeab0eb.png) ### Steps To Reproduce It's clear from bug description ###...

We often have situation that coupling between objects raises because class is using multiple enum classes and that doesn't really increase complexity. Also another case is some static util classes,...

Feature
Configuration

In some cases (api for example) we need to be able not to use cookies for reading/writing session id but rather handle session_id reading writing on our own... I already...

Exports mostly contains some parameters, like dates, since this allways goes through translation system and we're not able to pass parameters we get a lot of new keys poping out,...

Sometimes I have really simple view only datagrids that don't have any primary key, currently I'm setting it to any column although it has duplicates works ok, but IMHO this...

**Is your feature request related to a problem? Please describe.** I'm and I believe a lot of people are often in need to download remote files. With bunch of different...

enhancement

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | dev-master #### Summary I am not sure if this is issue in...

known-ext-soap-limitation

Instead of: ``` class BreadCrumbTrailItem { public $associatedFieldName; //object public $searchParams; //String public $text; //String public $type; //String public $value; //String } ``` we get: ``` class BreadCrumbTrailItem { /**...