This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uvx --from git+https://github.com/github/spec-kit.git specify check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uvx --from git+https://github.com/github/spec-kit.git specify check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# getOriginPrompt | |
# Fetch README.prompts.md from github/awesome-copilot and extract Title and Description | |
# Usage: ./scripts/getOriginPrompt [--raw-url <raw_url>] [--output <file>] | |
# Defaults to https://raw.githubusercontent.com/github/awesome-copilot/main/README.prompts.md | |
set -euo pipefail | |
RAW_URL="https://raw.githubusercontent.com/github/awesome-copilot/main/README.prompts.md" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1HdC1apwUgb4rDtW13NPdPE2kDDQU2FAZU https://explorer.blockstack.org/address/1HdC1apwUgb4rDtW13NPdPE2kDDQU2FAZU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |