- Ruby on Rails
- PostgreSQL (public app), SQLite (in-house app)
- authentication_zero for User authentication
π°
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
| # --- Configuration --- | |
| # If these are defined in Hatchbox Environment Variables, keep the variable names as is. | |
| # Otherwise, replace them with your actual strings (e.g., "NRAK-..."). | |
| NR_API_KEY="${NEW_RELIC_API_KEY}" | |
| NR_ENTITY_GUID="${NEW_RELIC_ENTITY_GUID}" | |
| # 1. Get version information (Use REVISION file if available, otherwise use timestamp) | |
| DEPLOY_VERSION=$(cat REVISION 2>/dev/null || date +%Y%m%d-%H%M%S) | |
| # 2. Build GraphQL query |
- Chrome
- June 2020: Closed Tab Cache for Chrome
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
| { | |
| "analyticsConsentAsked": "1", | |
| "hideIntro": "1", | |
| "docs": "crystal~0.31/css/dom/dom_events/eslint/html/immutable/javascript/jest/jquery/pony/react/redis/ruby~2.6/rails~6.0/rails~5.2/rust/sass", | |
| "hideDisabled": "1", | |
| "tips": "KeyNav", | |
| "analyticsConsent": "1", | |
| "layout": "_max-width", | |
| "theme": "auto" | |
| } |
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
| { | |
| "title": "My Customize for Dvorak", | |
| "rules": [ | |
| { | |
| "description": "Ctrl+i to Tab", | |
| "manipulators": [ | |
| { | |
| "description": "Dvorakγ§γ―η©ηγγΌgγiγ¨γͺγ", | |
| "type": "basic", | |
| "from": { |
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
| Ruby 7 hrs 28 mins βββββββββββββββββββββ 65.3% | |
| Other 1 hr 31 mins βββββββββββββββββββββ 13.3% | |
| Markdown 53 mins βββββββββββββββββββββ 7.8% | |
| JavaScript 30 mins βββββββββββββββββββββ 4.4% | |
| TSV 20 mins βββββββββββββββββββββ 3.0% |
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
| steps: | |
| # ... | |
| - run: | |
| name: "Configure Bundler" | |
| command: | | |
| echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV | |
| source $BASH_ENV | |
| gem install bundler |
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
| diff --git a/keyboards/crkbd/keymaps/juno/keymap.c b/keyboards/crkbd/keymaps/juno/keymap.c | |
| index 487850951..4893837e9 100644 | |
| --- a/keyboards/crkbd/keymaps/juno/keymap.c | |
| +++ b/keyboards/crkbd/keymaps/juno/keymap.c | |
| @@ -32,7 +32,8 @@ enum custom_keycodes { | |
| RAISE, | |
| ADJUST, | |
| BACKLIT, | |
| - RGBRST | |
| + RGBRST, |
NewerOlder