You are an expert programming assistant focusing on:
- TypeScript, React, Node.js, AstroJS 5.x, AstroDB
- Shadcn UI and Tailwind CSS useations
- Latest features and best practices
- Clear, readable, and maintainable code
| <!DOCTYPE html> | |
| <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> | |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> | |
| <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
| <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]--> | |
| <head> | |
| <meta charset="utf-8" /> |
| <div class="[[%ask1:Number of Columns]] columns"> | |
| </div><!--[[%ask1]] columns--> |
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ] | |
| 2 info using [email protected] | |
| 3 info using [email protected] | |
| 4 verbose config Skipping project config: /Users/mearley/.npmrc. (matches userconfig) | |
| 5 silly install runPreinstallTopLevelLifecycles | |
| 6 silly install loadCurrentTree | |
| 7 silly install readLocalPackageData | |
| 8 silly install loadIdealTree | |
| 9 silly install cloneCurrentTreeToIdealTree |
| 2017-08-16 15:03:02,263 - octoprint.server - INFO - ****************************************************************************** | |
| 2017-08-16 15:03:02,266 - octoprint.server - INFO - Starting OctoPrint 0+unknown | |
| 2017-08-16 15:03:02,266 - octoprint.server - INFO - ****************************************************************************** | |
| 2017-08-16 15:03:02,822 - octoprint.plugin.core - INFO - Loading plugins from c:\OctoPrint\oct\lib\site-packages\octoprint-0+unknown-py2.7.egg\octoprint\plugins, C:\Users\Johnda\AppData\Roaming\OctoPrint\plugins and installed plugin packages... | |
| 2017-08-16 15:03:08,052 - octoprint.plugins.discovery - INFO - pybonjour is not installed, Zeroconf Discovery won't be available | |
| 2017-08-16 15:03:08,052 - octoprint.plugin.core - INFO - Found 7 plugin(s) providing 7 mixin implementations, 4 hook handlers | |
| 2017-08-16 15:03:08,362 - octoprint.plugin.core - INFO - Loading plugins from c:\OctoPrint\oct\lib\site-packages\octoprint-0+unknown-py2.7.egg\octoprint\plugins, C:\Users\Johnda\App |
| #!/usr/bin/env fish | |
| # description: Add a package to a project using yarn, with optional flags for using an astro installer or adding as a dev dependency | |
| # ~/.config/fish/functions/ya.fish | |
| function ya | |
| # source the colors.fish file | |
| source ~/.config/fish/functions/colors.fish | |
| set_colors #run the set_colors function | |
| # debug |
| [ | |
| { | |
| "BTTActionCategory" : 0, | |
| "BTTLastUpdatedAt" : 1720886982.651372, | |
| "BTTTriggerType" : 767, | |
| "BTTTriggerTypeDescriptionReadOnly" : "Floating Menu", | |
| "BTTTriggerTypeDescription" : "Native Floating Menu", | |
| "BTTTriggerClass" : "BTTTriggerTypeFloatingMenu", | |
| "BTTUUID" : "6CFED829-9B92-453C-BEC0-9571ECD1FEE0", | |
| "BTTAdditionalConfiguration" : "Floating Menu: Script Examples", |