broiniac

Results 11 comments of broiniac

> As we never had a default options for quantity buttons on archive pages, can you tell me how do you implement it so that we can replicate this on...

After Theme update to 3.x there were some new issues. Gladly I've been able to fix/workaround them all. First issue - php snippet given above? It was breaking InfiniteScrolling on...

That's a pickle. Can you show us `deploy_prod.php` file? BTW - try to stick to PSR - using underscore in filename or in class name is a bad idea. Same...

Hello there. I've stumbled upon this issue as well. In my opinion problem originates from `SluggableMethodsTrait::generateSlug()`. https://github.com/KnpLabs/DoctrineBehaviors/blob/master/src/Model/Sluggable/SluggableMethodsTrait.php#L22-L37 ``` /** * Generates and sets the entity's slug. Called prePersist and preUpdate...

@fresent I can confirm that this bug is still present. ``` Current Version:  2.3 Build:  2 Current Commit:  bb6d095a5362deccf8166759ce69d8576eafc7c7 ``` I will perform CyberPanel to 2.3 - commit `53ca589b8a6c6db32b7c19730ced15c7f2647215` and...

As expected based on commit history - retention is not working. There are 5 columns in /backup/scheduleBackup ```Last Run | All Sites | Frequency () | Retention () | Current...

For anyone waiting for this one to be fixed - simplest workaround would be to use cron job. For example: ``` 0 3 * * * find /home/backup/ -type d...

Same issue on "clean" Android 13 on Nokia x10. > Work around - Scheduled message. Disable internet access. Force send scheduled message. Message not sent. Now delete unsent message Real...

Atom 1.4.3, api-docs 0.0.4, ArchLinux x64 - `ctrl-d` seems to be taken by another shortcut (find and select next occurrence of selected text), by remapping to `ctrl-i` in keymap.cson works...