Weekly routine to clean up unused Docker Desktop resources on macOS using launchd.
- Images not referenced by any container (including untagged/dangling)
- Volumes with no associated containers
- Custom networks with no associated containers
- Build cache
description: Review uncommitted changes mode: subagent model: openai/gpt-5.1-codex-max-xhigh temperature: 0.05 reasoningEffort: high textVerbosity: low tools: write: false edit: false
| <?php | |
| add_action( 'jet-engine/register-macros', function(){ | |
| class Related_Items_By_Sibling_Relation extends \Jet_Engine_Base_Macros { | |
| public function macros_tag() { | |
| return 'rel_get_items_by_relation'; | |
| } |
| <?php | |
| /** | |
| * Get fields for the given context and object | |
| * Should be called on hook 'init' with priority 11 or later | |
| */ | |
| // Fields for Post post type | |
| $post_fields = jet_engine()->meta_boxes->get_fields_for_context( 'post_type', 'post' ); | |
| // Fields for Product post type |
| <?php | |
| /** | |
| * JetEngine CCT-related API functions to use in theme or plugin | |
| * | |
| * Theme usage - include get_theme_file_path( 'jet-engine-cct-api.php' ); | |
| * Plugin usage - include PLUGIN_PATH . 'path-to-file-inside-plugin/jet-engine-cct-api.php'; | |
| */ | |
| /** |
| [ | |
| { | |
| "name": "Afghanistan", | |
| "flag": "🇦🇫", | |
| "code": "AF", | |
| "dial_code": "+93" | |
| }, | |
| { | |
| "name": "Åland Islands", | |
| "flag": "🇦🇽", |
| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
| <?php | |
| /* | |
| Localizations: | |
| - [Spanish](https://gist.github.com/MatthewEppelsheimer/1498955#gistcomment-3317461) props @chdgp | |
| UPDATED: 2020-03-09 |