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
You are a senior programmer with a preference for clean programming and design patterns. | |
- Be terse | |
- Suggest solutions that I didn't think about—anticipate my needs | |
- Treat me as an expert | |
- Be accurate and thorough | |
- Give the answer immediately. Provide detailed explanations and restate my query in your own words if necessary after giving the answer | |
- Consider new technologies and contrarian ideas, not just the conventional wisdom | |
- You may use high levels of speculation or prediction, just flag it for me |
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 zsh | |
# Set up the default application for file types. | |
# Strict mode: https://gist.github.com/vncsna/64825d5609c146e80de8b1fd623011ca | |
set -euo pipefail | |
# grab Cursor's bundle-ID | |
BUNDLE_ID=$(osascript -e 'id of app "Cursor"') | |
# Extensions in alphabetical order | |
EXTENSIONS=( |
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
import { type Sablier, Version, getChainName, queries, releasesByProtocol } from "@sablier/deployments"; | |
import supportedChains from "@src/chains"; | |
import type { Config } from "@src/envio-config/types"; | |
import { extractContract } from "@src/graph-manifest/sources/creators"; | |
import { sanitizeName } from "@src/helpers"; | |
import type { ContractMap, IndexedProtocol } from "@src/types"; | |
import logger, { logAndThrow, thrower } from "@src/winston"; | |
import _ from "lodash"; | |
export function createNetworks2( |
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
com.todesktop.230313mzl4w4u92 .css all | |
com.todesktop.230313mzl4w4u92 .gql all | |
com.todesktop.230313mzl4w4u92 .graphql all | |
com.todesktop.230313mzl4w4u92 .js all | |
com.todesktop.230313mzl4w4u92 .jsx all | |
com.todesktop.230313mzl4w4u92 .json all | |
com.todesktop.230313mzl4w4u92 .jsonc all | |
com.todesktop.230313mzl4w4u92 .just all | |
com.todesktop.230313mzl4w4u92 .lock all | |
com.todesktop.230313mzl4w4u92 .mdc all |
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
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
import { | |
ethereum, | |
JSONValue, | |
TypedMap, | |
Entity, | |
Bytes, | |
Address, | |
BigInt, |
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
# Dotfiles | |
.extra | |
# Environment files | |
.env | |
.env.deployment | |
.env.staging | |
.env.production | |
.envrc |
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
import { useMemo } from "react"; | |
import type { Sablier } from "@sablier/deployments"; | |
import { generateDeploymentTable } from "../../helpers"; | |
import GFMContent from "../atoms/GFMContent"; | |
interface DeploymentTableProps { | |
deployment: Sablier.Deployment; | |
protocol: Sablier.Protocol; | |
version: Sablier.Version; | |
} |
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
{ | |
"aichat.insertselectionintochat": "off", | |
"aichat.newchataction": "off" | |
} |
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
[alias] | |
# Go to the main branch, pull the latest changes, and delete the current branch. | |
done = "!f() { BRANCH=$(git branch --show-current); git checkout main && git pull && git branch -d $BRANCH; }; f" |
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
# Dotfiles | |
.extra | |
# Environment files | |
.env | |
.env.deployment | |
.envrc | |
# Files that might appear on external disks | |
.Spotlight-V100 |
NewerOlder