Arunas Mazeika

Results 14 issues of Arunas Mazeika

### The problem Right now any POST request containing a file payload is failling on my end and ends up crashing the expose client due to memory limitations. ### The...

Double check when importing empty CSV values into columns that have null as default values. These should be casted to null as otherwise MySQL might get these empty values converted...

bug

Sync with work done in => https://github.com/joomlatools/foliokit/issues/174 The order for the SplFileObject checks needs to change in JTFW.

bug

Requests with range headers seem to be failing when the webserver is running http/2. Until we find the reason why they fail, we may disable range headers support if the...

bug
prio:high

We currently support Range Headers through our stream transport. Problem is that this mechanism is problematic with servers sitting behind a proxy. The idea would be to support [chunked transfer...

feature

People can specify the layout they want to use on menu items. In this case, the template locator will fail to find overrides if they are placed on the default...

bug

See => https://timble.slack.com/archives/C027DJMTD/p1686817686829559 #### Support tickets * _ https://support.joomlatools.com/tickets/topic/13511 * _ https://support.joomlatools.com/tickets/topic/13569 * _ https://support.joomlatools.com/tickets/topic/13578 * _ https://support.joomlatools.com/tickets/topic/13548

refactor

These two functions are deprecated on PHP 8.2 and going to be removed on PHP 9. We need to replace these. ### Solution ## Encode `mb_convert_encoding($string, "UTF-8", mb_detect_encoding($string))` ## Decode...

select2 provides its own translation system for translating all of the selector's text. We should see if there's a quick and easy way to support them in our extensions. ####...

feature

Currently if I reference another documentation article on helpscout as follows: `owner permissions` then pages will properly link the article but the anchor is completely lost. AFAIK this was properly...

bug