Skip to content

Instantly share code, notes, and snippets.

View bobbravo2's full-sized avatar

Bob Gregor bobbravo2

View GitHub Profile

Ran tool Read file: /Users/bgregor/Documents/git/odh-dashboard/frontend/src/plugins/extensions/routes.ts Read file: /Users/bgregor/Documents/git/odh-dashboard/frontend/src/app/AppRoutes.tsx Read file: /Users/bgregor/Documents/git/odh-dashboard/frontend/src/pages/projects/ProjectViewRoutes.tsx Read file: /Users/bgregor/Documents/git/odh-dashboard/frontend/src/pages/modelServing/ModelServingRoutes.tsx Read file: /Users/bgregor/Documents/git/odh-dashboard/frontend/src/pages/featureStore/FeatureStoreRoutes.tsx Here is a table summarizing the main routes and their navigation hierarchy for your application, based on the route definitions and nested route files:

Path Pattern Component/Element (Page) Children / Nested Routes? Notes / Description

Project Agents.md Guide for OpenAI Codex

This Agents.md file provides comprehensive guidance for OpenAI Codex and other AI agents working with this codebase.

Project Structure for OpenAI Codex Navigation

  • /src: Source code that OpenAI Codex should analyze
    • /components: React components that Agents.md helps OpenAI Codex understand
    • /pages: Next.js pages where OpenAI Codex can generate route handlers
  • /styles: CSS and styling conventions for OpenAI Codex to follow

Bug Report: read_file tool strips frontmatter from .mdc files

Version: 1.0.0 (Universal)
VSCode Version: 1.96.2
Commit: 53b99ce608cba35127ae3a050c1738a959750860
Date: 2025-06-04T19:21:39.410Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
#!/bin/bash
echo "cloning instructlab"
git clone https://github.com/instructlab/instructlab.git
echo "Creating a new venv"
python3 -m venv --upgrade-deps venv
echo "Activating venv"
source venv/bin/activate
echo "Installing..."
pip install instructlab
echo "Initializing default config"
#!/bin/bash
# @Link to the teams docs / confluence / etc.
main() {
if [[ $1 == "-h" ]]; then
print_usage
exit 0
fi
OS=$1
docker_authenticate

Requirements

  1. brew install packer
  2. VMWare Fusion pro

Install

  1. git clone https://github.com/StefanScherer/packer-windows
  2. cd packer-windows
  3. Install the windows guest

SQL (Pre) Warm-up

  1. Is MySQL running?
  2. Are you able to log-in to mysql on the terminal?
  3. Remember to copy/paste as you test your SQL from VSCode into the MySQL console.

SQL Warm-up

  1. Create a new database named games
  2. Create a new table called titles
@bobbravo2
bobbravo2 / warmup.md
Last active September 22, 2017 17:09

Warmup

  1. Create a new GitHub repo called justins-mom-is-once-twice-three-times-a-lady
  2. Add a .gitignore
  3. Add node (group / preset) to .gitignore
  4. Clone the new repo
  5. Add a package.json with 2 requirements
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>