Add remote repo:
~ ❯❯❯ cd ~/src/qmk_firmware
~/s/qmk_firmware ❯❯❯ git remote add biacco42 https://github.com/Biacco42/qmk_firmware.gitFetch feature/meishi branch from remote then checking-out it:
| 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, |
Add remote repo:
~ ❯❯❯ cd ~/src/qmk_firmware
~/s/qmk_firmware ❯❯❯ git remote add biacco42 https://github.com/Biacco42/qmk_firmware.gitFetch feature/meishi branch from remote then checking-out it:
I hereby claim:
To claim this, I am signing this object:
| # frozen_string_literal: true | |
| PG_DATABASE_NAME = "test_ar_range" | |
| begin | |
| require "bundler/inline" | |
| rescue LoadError => e | |
| $stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
| raise e | |
| end |
| driven_by( | |
| :selenium, | |
| using: :chrome, | |
| screen_size: [1400, 900], | |
| options: { | |
| desired_capabilities: { | |
| chromeOptions: { | |
| args: %w[headless disable-gpu], | |
| prefs: { | |
| 'modifyheaders.headers.name' => 'Accept-Language', |
| .slide_preview::-webkit-scrollbar { | |
| background: #eee; | |
| width: 7px; | |
| } | |
| .slide_preview::-webkit-scrollbar-button { | |
| background: #666; | |
| height: 5px; | |
| width: 5px; | |
| } | |
| .slide_preview::-webkit-scrollbar-piece { |
RICE: Simple prioritization for product managers - Inside Intercom https://blog.intercom.com/rice-simple-prioritization-for-product-managers/