WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'automator_settings_debug_notices_enabled' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_notices_enabled', '__false__', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_notices_enabled_type', 'boolean', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'load_automator' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('load_automator', '1', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('load_automator_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'uncanny_automator_advanced_automator_cache' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uncanny_automator_advanced_automator_cache', '', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uncanny_automator_advanced_automator_cache_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'automator_settings_debug_enabled' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_enabled', '__false__', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_enabled_type', 'boolean', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'AUTOMATOR_PLUGIN_VERSION' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION', '5.10.4', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION', '6.0.0.1', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'uap_database_version' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version', '5.4', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_over_time', 'a:1:{s:14:\"installed_date\";i:1732211335;}', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_over_time_type', 'array', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_recipe_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `completed` tinyint(1) NOT NULL, `run_number` mediumint unsigned NOT NULL DEFAULT 1, PRIMARY KEY (`ID`), KEY completed (`completed`), KEY user_id (`user_id`), KEY automator_recipe_id (`automator_recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_recipe_log_meta ( `ID` bigint NOT NULL AUTO_INCREMENT, `user_id` bigint NOT NULL, `recipe_id` bigint NOT NULL, `recipe_log_id` bigint NOT NULL, `meta_key` varchar(255) NOT NULL, `meta_value` longtext NOT NULL, PRIMARY KEY (`ID`), KEY recipe_id (`recipe_id`), KEY user_id (`user_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_tokens_log ( `ID` bigint NOT NULL AUTO_INCREMENT, `recipe_id` bigint NOT NULL, `recipe_log_id` bigint NOT NULL, `run_number` bigint NOT NULL, `tokens_record` longtext NOT NULL, `date_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY recipe_id (`recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_api_log_response ( `ID` bigint NOT NULL AUTO_INCREMENT, `api_log_id` bigint NOT NULL, `item_log_id` bigint NOT NULL, `result` varchar(255) NOT NULL, `message` text NOT NULL, `date_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_trigger_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_trigger_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `automator_recipe_log_id` bigint unsigned NULL, `completed` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY completed (`completed`), KEY automator_recipe_id (`automator_recipe_id`), KEY automator_trigger_id (`automator_trigger_id`), KEY automator_recipe_log_id (`automator_recipe_log_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_trigger_log_meta ( `ID` bigint unsigned NOT NULL auto_increment, `user_id` bigint unsigned NOT NULL, `automator_trigger_log_id` bigint unsigned NULL, `automator_trigger_id` bigint unsigned NOT NULL, `meta_key` varchar(255) DEFAULT '' NOT NULL, `meta_value` longtext NULL, `run_number` mediumint unsigned NOT NULL DEFAULT 1, `run_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY run_number (`run_number`), KEY automator_trigger_id (`automator_trigger_id`), KEY automator_trigger_log_id (`automator_trigger_log_id`), KEY meta_key (meta_key(20)) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_action_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_action_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `automator_recipe_log_id` bigint unsigned NULL, `completed` tinyint(1) unsigned NOT NULL, `error_message` longtext NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY completed (`completed`), KEY automator_action_id (`automator_action_id`), KEY automator_recipe_log_id (`automator_recipe_log_id`), KEY automator_recipe_id (`automator_recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_action_log_meta ( `ID` bigint unsigned NOT NULL auto_increment, `user_id` bigint unsigned NOT NULL, `automator_action_log_id` bigint unsigned NULL, `automator_action_id` bigint unsigned NOT NULL, `meta_key` varchar(255) DEFAULT '' NOT NULL, `meta_value` longtext NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY automator_action_log_id (`automator_action_log_id`), KEY automator_action_id (`automator_action_id`), KEY meta_key (meta_key(20)) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_closure_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_closure_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `automator_recipe_log_id` bigint unsigned NOT NULL, `completed` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY automator_recipe_id (`automator_recipe_id`), KEY automator_closure_id (`automator_closure_id`), KEY completed (`completed`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_closure_log_meta ( `ID` bigint unsigned NOT NULL auto_increment, `user_id` bigint unsigned NOT NULL, `automator_closure_id` bigint unsigned NOT NULL, `automator_closure_log_id` bigint unsigned NOT NULL, `meta_key` varchar(255) DEFAULT '' NOT NULL, `meta_value` longtext NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY automator_closure_id (`automator_closure_id`), KEY meta_key (meta_key(15)) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_api_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `type` varchar(255) DEFAULT '' NOT NULL, `recipe_log_id` bigint unsigned NOT NULL, `item_log_id` bigint unsigned NOT NULL, `endpoint` varchar(255) DEFAULT '' NULL, `params` longtext NULL, `request` longtext NULL, `response` longtext NULL, `status` varchar(255) DEFAULT '' NULL, `price` bigint unsigned NULL, `balance` bigint unsigned NULL, `time_spent` bigint unsigned NULL, `notes` longtext NULL, PRIMARY KEY (`ID`), KEY item_log_id (`item_log_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_recipe_count ( `ID` bigint unsigned NOT NULL auto_increment, `recipe_id` bigint unsigned NOT NULL, `runs` bigint unsigned DEFAULT 0 NOT NULL, PRIMARY KEY (`ID`), KEY recipe_id (`recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_options ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(8) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version', '6.0', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'uap_database_views_version' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_views_version', '4.15', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_views_version_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'automtor_multiple_triggers_restore_failed_logs' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automtor_multiple_triggers_restore_failed_logs', '1715210431', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automtor_multiple_triggers_restore_failed_logs_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'require-2fa.administrator'

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'allow-xml-rpc'

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'enable-woocommerce-integration'

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'enable-shortcode'

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-5c-b718.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-5c-b719.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-5c-b71a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'enable-shortcode'

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-5c-b71c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-5c-b71d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-5c-b71e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`


Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":8161,"date":"2024-08-15T00:05:34","date_gmt":"2024-08-15T00:05:34","guid":{"rendered":"https:\/\/www.rainfrancescreations.com\/?p=8161"},"modified":"2024-08-15T00:05:35","modified_gmt":"2024-08-15T00:05:35","slug":"thursday-art-and-dinner-date-double","status":"publish","type":"post","link":"https:\/\/www.rainfrancescreations.com\/thursday-art-and-dinner-date-double\/","title":{"rendered":"Thursday Art and Dinner Date: Double"},"content":{"rendered":"\n
\"\"<\/figure>\n\n\n\n

Welcome to Thursday Art and Dinner Date! This week’s optional art prompt is “double”. Daffy Duck did a double-take when he saw that billboard during his daily walk in the park! Poor Daffy, one Bugs is more than enough for him! Do you remember those tv commercials for Doublemint Gum from the 70’s and 80’s? They always had identical twins in the ads!<\/p>\n\n\n\n

<\/div>\n\n\n
\n
\"\"<\/figure><\/div>\n\n\n

I found this image on Google of an old Doublemint Gum ad from the 1940’s. Healthful? LOL!<\/p>\n\n\n\n

<\/div>\n\n\n\n
\"\"<\/figure>\n\n\n\n

For my TAD piece, the first step was to sketch out my idea in my sketchbook. I then took a photo and uploaded it to my computer. I used my photo-editing software to outline.<\/p>\n\n\n\n

<\/div>\n\n\n\n
\"\"<\/figure>\n\n\n\n

I digitally added colors and erased the backgrounds.<\/p>\n\n\n\n

<\/div>\n\n\n\n
\"\"<\/figure>\n\n\n\n

I found some royalty-free images on Pixabay and downloaded a font that looked similar to the old Doublemint Gum font from the ads.<\/p>\n\n\n\n

<\/div>\n\n\n\n
\"\"<\/figure>\n\n\n\n

With another royalty-free image of a park, I put it all together! Double your fun! \u263a<\/p>\n\n\n\n

<\/div>\n\n\n\n

Rain Frances Art For Kids<\/h2>\n\n\n\n
\n
\n
\"\"<\/a><\/figure>\n<\/div>\n\n\n\n
\n

For my kid’s art channel, I created a drawing lesson on how to draw a cucumber<\/a>!<\/p>\n\n\n\n

So much fun!<\/p>\n<\/div>\n<\/div>\n\n\n\n

Dinner Date<\/h2>\n\n\n\n
\"\"<\/figure>\n\n\n\n

Well, it’s not quite dinner yet, but this week I harvested about 60 bulbs of garlic! I doubt they will last into the new year, I use so much of it in my cooking, but it was a great harvest!<\/p>\n\n\n\n

<\/div>\n\n\n\n
\"\"<\/figure>\n\n\n\n

The three older girls sleeping on my bed. Ali-Fay, Miley and Raven. The dogs are continuing to settle here, and I’m continuing the 4-hour a day training!<\/p>\n\n\n\n

<\/div>\n\n\n\n
\"\"<\/figure>\n\n\n\n

I will leave you with yesterday’s beautiful sunrise!<\/p>\n\n\n\n

<\/div>\n\n\n\n

Would you like to be notified whenever I publish something new on my website?
Just fill out this form:<\/p>\n\n\n

\n
\"Rain<\/a><\/figure><\/div>\n\n\n

That\u2019s all for now folks! Please join us again next Thursday for Thursday Art and Dinner Date! Next week\u2019s optional art prompt is: \u201cShip\u201d. If you\u2019d like a heads-up,\u00a0here is a list of all of the art prompts for 2024<\/a>.<\/p>\n\n\n\n

If you\u2019d like to share your post, just link up below! We\u2019d love to see your foodie post and\/or your art post! Remember, the weekly art prompt is optional, we\u2019d love to see any art you\u2019ve created!<\/p>\n\n\n\n