- Install Stylish for Chrome.
- Click the Stylish extension in the Chrome toolbar and select
Create New Style. - Paste the contents of
styles.cssinto the Code section. - In the
Applies toselection menu, chooseURLs on the domainand provide the domain of your Jira service (e.g.,divvypay.atlassian.net). - In the top left of the style editor, give a name for your style, check
Enabled, and clickSave.
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
| defmodule AbsintheSortingCodec do | |
| @moduledoc """ | |
| Convert the JSON output of an introspection query into deterministic JSON with types ordered alphabetically. | |
| """ | |
| def encode(schema, opts \\ []) do | |
| schema | |
| |> sorted_objects() | |
| |> Jason.encode(opts) | |
| end |
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
| /* Find admins who are in non-active state */ | |
| /* Run after `update.sql` to find how many admins still need to be reviewed */ | |
| select * from users where state = 'created' or state = 'onboarding' and company_admin = true |
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
| root@965ec8dc093a:/app# mix phoenix.routes | |
| page_path GET / Juno.PageController :index | |
| virtual_card_path GET /api/virtual_cards Juno.VirtualCardController :index | |
| virtual_card_path GET /api/virtual_cards/new Juno.VirtualCardController :new | |
| virtual_card_path GET /api/virtual_cards/:id Juno.VirtualCardController :show | |
| virtual_card_path POST /api/virtual_cards Juno.VirtualCardController :create | |
| virtual_card_path PATCH /api/virtual_cards/:id Juno.VirtualCardController :update | |
| PUT /api/virtual_cards/:id Juno.VirtualCardController :update | |
| virtual_card_path DELETE /api/virtual_cards/:id Juno.V |
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
| Demo |
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 that +hadfieldn is my openname (Bitcoin username). https://onename.com/hadfieldn |