Obinna Odirionye

Results 40 comments of Obinna Odirionye

@camilamacedo86 should I also implement the copilot suggestions?

Hi @camilamacedo86, Thank you for the review feedback! I've updated the documentation to address your comments: ✅ Changed title to "Creating Custom Markers" (broader scope, not just for unsupported extensions)...

## How to Test This Implementation @camilamacedo86 Here are step-by-step instructions to test the custom marker implementation: ### Quick Test **1. Test the core marker functionality:** ```bash # Create a...

when all is good, i wil squash all of them into one commit

@camilamacedo86 do you want me to also implement copilot suggestions on this pr.

@camilamacedo86 All requested changes have been completed: ✅ **Trailing spaces removed** - Ran `make remove-spaces` successfully ✅ **Commits squashed** - All 5 commits consolidated into 1 meaningful commit ✅ **Copilot...

i spent some time looking into this issue and i got it work using ```bash # 1. Set up environment export XDG_RUNTIME_DIR="/run/user/$(id -u)" export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" export DOCKER_HOST="unix://${XDG_RUNTIME_DIR}/docker.sock" # 2. Start...