| Symbol | Key |
|---|---|
| ⌃ | Control |
| ⌥ | Option/Alt |
| ⇧ | Shift |
| ⌘ | Command |
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
| # Per-Project Linear MCP Setup for Claude Code | |
| Connect different Linear workspaces to different projects using the official Linear MCP server with API key auth. | |
| ## Why? | |
| The official Linear MCP server only connects to one workspace at a time. If you have multiple Linear workspaces (e.g. Personal, Work, Client), you need per-project configuration so each project talks to the right workspace. | |
| ## Steps |
System Design Proposal for WordPress/gutenberg#67806
This documentation outlines a possible template package designed to test all possible scenarios for the @wordpress/create-block tool, focusing on adding custom prompts beyond the default ones.
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
If you're experiencing issues with your Mac connecting to the slower 2G band on routers that share SSID between 5G/2G (like the Google Wifi Nest), here's a guide to help you force a 5 GHz connection.
- Check Current Band: Hold
optionand click on the wifi icon on the macOS status bar. This will display the band you are currently connected to. - Scan WiFi Channels: Use the following command to list all channels your WiFi is operating on:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport scan
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
| <!DOCTYPE html> | |
| <html> | |
| <head></head> | |
| <body> | |
| <input type="file" id="pdf-upload" accept=".pdf" /> | |
| <h1>Text will go here</h1> | |
| <div class="pdf-text" id="pdf-text"></div> | |
| <script src="https://mozilla.github.io/pdf.js/build/pdf.js"></script> |
NewerOlder
