Authro: @ookangzheng
License: MIT
Modified: 2020/05/17
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
| # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider | |
| # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | |
| # User-specific stuff | |
| .idea/**/workspace.xml | |
| .idea/**/tasks.xml | |
| .idea/**/usage.statistics.xml | |
| .idea/**/dictionaries | |
| .idea/**/shelf |
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 "./styles.css"; | |
| import * as Yup from "yup"; | |
| import { ErrorMessage, Field, FieldArray, Form, Formik } from "formik"; | |
| import React from "react"; | |
| const App = () => ( | |
| <div> |
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
| {{ define "upstream" }} | |
| {{ if .Address }} | |
| {{/* If we got the containers from swarm and this container's port is published to host, use host IP:PORT */}} | |
| {{ if and .Container.Node.ID .Address.HostPort }} | |
| # {{ .Container.Node.Name }}/{{ .Container.Name }} | |
| server {{ .Container.Node.Address.IP }}:{{ .Address.HostPort }}; | |
| {{/* If there is no swarm node or the port is not published on host, use container's IP:PORT */}} | |
| {{ else if .Address.IP }} | |
| # {{ .Container.Name }} | |
| server {{ .Address.IP }}:{{ .Address.Port }}; |
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
| Homebrew build logs for pablos91/taps/[email protected] on macOS 10.13.6 | |
| Build date: 2019-04-02 21:49:19 |
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
| Homebrew build logs for cgminer on macOS 10.13.6 | |
| Build date: 2019-04-02 20:28:16 |
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
| Homebrew build logs for cgminer on macOS 10.13.6 | |
| Build date: 2019-04-02 20:17:17 |
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 my Blockstack ID is secured with the address 19teevjU1hmhfM8h9ZgMUUKuDYaS6jPHjt https://explorer.blockstack.org/address/19teevjU1hmhfM8h9ZgMUUKuDYaS6jPHjt |