Skip to content

martinwoodward/sample

Repository files navigation

Copilot Chat Demo

Not much to see here - just some snippets of code that I use when doing demos of the Chat functionality in GitHub Copilot

Prompts

parse_expenses.py

Propose a fix for the bugs in my code. Write a set of unit test functions for the selected code

HTML Rendering Pipeline

sequenceDiagram
    participant dotcom
    participant iframe
    participant viewscreen
    dotcom->>iframe: loads html w/ iframe url
    iframe->>viewscreen: request template
    viewscreen->>iframe: html & javascript
    iframe->>dotcom: iframe ready
    dotcom->>iframe: set mermaid data on iframe
    iframe->>iframe: render mermaid
Loading

Questions

How does variable visibility work in python? Would you rather fight 1 horse sized duck, or 100 duck sized horses?

Copilot 4 Docs

What is a PR and how do I use them?

About

Just some code samples I use for running demos

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published