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 { PhenoMLClient, phenoml } from "phenoml"; | |
| const client = new PhenoMLClient({ | |
| username: process.env.PHENOML_USERNAME || "your_username", | |
| password: process.env.PHENOML_PASSWORD || "your_password", | |
| baseUrl: process.env.PHENOML_BASE_URL || "https://api.phenoml.com", | |
| }); | |
| type Resource = phenoml.tools.Lang2FhirAndCreateRequest["resource"]; |
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
| // Assuming: | |
| // <Tabs> | |
| // <Tab title="">...</Tab> | |
| // <Tab title="">...</Tab> | |
| // <Tab title="">...</Tab> | |
| // </Tabs> | |
| function Tabs({ children }) { | |
| const tabs = React.Children.toArray(children); |
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
| // Assuming: | |
| // <Tabs> | |
| // <Tab title="">...</Tab> | |
| // <Tab title="">...</Tab> | |
| // <Tab title="">...</Tab> | |
| // </Tabs> | |
| function Tabs({ children }) { | |
| const tabs = React.Children.toArray(children); |
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
| render(<Component prop={mockData} )/> | |
| // vs. | |
| const mockState = { 'granted,': some: nesting: needed: mockData }; | |
| renderComponentWithState(Component, mockState); |
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
| ======== Modal.js | |
| export const ModalContainer = styled.div` | |
| ... | |
| width: ... | |
| ` | |
| export default () => { | |
| ... | |
| <ModalContainer> |
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
| var ImageTextRow = function ImageTextRow(_ref) { | |
| ... | |
| var p = _react.default.createElement("p", null, "foo"); | |
| return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_style.default, { | |
| id: _ImageTextRow.default.__hash | |
| }, _ImageTextRow.default), _react.default.createElement("div", { | |
| className: "jsx-".concat(_ImageTextRow.default.__hash) + " " + "pageRow group ".concat(alignClass) | |
| }, align === 'left' ? _react.default.createElement(_react.default.Fragment, null, _react.default.createElement("div", { | |
| className: "jsx-".concat(_ImageTextRow.default.__hash) + " " + "text" |
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
| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36(KHTML, like Gecko) Chrome/71.0.3559.0 Mobile Safari/537.36","hostUserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","benchmarkIndex":930},"lighthouseVersion":"3.2.0","fetchTime":"2019-01-18T16:13:34.606Z","requestedUrl":"https://static.goproperly.com/","finalUrl":"https://static.goproperly.com/","runWarnings":[],"runtimeError":{"code":"NO_ERROR","message":""},"audits":{"is-on-https":{"id":"is-on-https","title":"Uses HTTPS","description":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and man |
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
| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36(KHTML, like Gecko) Chrome/71.0.3559.0 Mobile Safari/537.36","hostUserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","benchmarkIndex":1098},"lighthouseVersion":"3.2.0","fetchTime":"2019-01-18T16:31:14.904Z","requestedUrl":"https://www.goproperly.com/request-offer","finalUrl":"https://www.goproperly.com/request-offer","runWarnings":[],"runtimeError":{"code":"NO_ERROR","message":""},"audits":{"is-on-https":{"id":"is-on-https","title":"Uses HTTPS","description":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisi |
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 1FSvww4Fa7WBjsb7gC7wjWpn8m11dhhAhx https://explorer.blockstack.org/address/1FSvww4Fa7WBjsb7gC7wjWpn8m11dhhAhx |
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
| /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ | |
| /* vim: set ts=2 et sw=2 tw=80 filetype=javascript: */ | |
| /* This Source Code Form is subject to the terms of the Mozilla Public | |
| * License, v. 2.0. If a copy of the MPL was not distributed with this file, | |
| * You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
| "use strict"; | |
| /** | |
| * This module implements a subset of "Task.js" <http://taskjs.org/>. |
NewerOlder