Saulius Kazokas
Saulius Kazokas
### Error When trying to regenerate large amount of media thumbnails, at some point (~10k media records) error is thrown: `PHP Fatal error: Allowed memory size of 134217728 bytes exhausted...
Using `SQLSRV` model and trying to export selected records to any format I get the following error: `SQLSTATE[42S22]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid column name 'checkbox_attribute'.` Generated query...
When using non-default connection model, sort expression is still derived from default connection. In my project, I use MySQL as default connection and SQLSRV as model connection. Sort queries always...
Usually, all of Wordpress theme PHP files check if ABSPATH exists. This theme template doesn't have such functionality. Moreover, I can access '/config' , '/resources', '/vendor' and so on. It...
## Summary of the Pull Request This PR adds Lithuanian language support in QuickAccent ## PR Checklist - [ ] **Closes:** #xxx - [ ] **Communication:** I've discussed this with...
Adds support for Filament v3. It changes the way plugin support is implemented, so it's a breaking change. Not sure if possible to implement support for both.