Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response
before text
- before item
- to do
- done
- after item
- test
- [] test after text
This file contains 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 <React/RCTBridgeModule.h> | |
#import <React/RCTViewManager.h> | |
@interface RCT_EXTERN_MODULE(RNPhoneInputSwift, RCTViewManager) | |
RCT_EXPORT_VIEW_PROPERTY(value, NSString); | |
@end |
- (test: Dialog)
- https://dlg.im/foo(test)
- https://dlg.im/foo((
- https://dlg.im/foo((hello
- https://dlg.im/foo))hello
- https://kibana.transmit.im/app/kibana#/discover?_g=()&_a=(columns:!(_source),index:'logstash-*',interval:auto,query:(query_string:(analyze_wildcard:!t,query:'*')),sort:!('@timestamp',desc))
- kibana
- kibana))
This file contains 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
/** | |
* Copyright 2017 dialog LLC <[email protected]> | |
* @flow | |
*/ | |
import React, { PureComponent } from 'react'; | |
type Props = { | |
className: string, | |
stream: MediaSource |
This file contains 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
/* | |
* Copyright 2017 dialog LLC <[email protected]> | |
* @flow | |
*/ | |
/* eslint no-mixed-operators:0 */ | |
type Config = { | |
start: number, | |
end: number, |
This file contains 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
/** | |
* Copyright 2016 Dialog LLC <[email protected]> | |
* @flow | |
*/ | |
import React, { Component } from 'react'; | |
import Scroller from '../Scroller/Scroller'; | |
import calculateCursor from '../../utils/calculateCursor'; | |
import { KeyCodes } from './constants'; |
This file contains 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
Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
Vestibulum ut erat hendrerit, euismod risus id, posuere justo. | |
> Aliquam eu erat ac elit laoreet sagittis faucibus id nunc. | |
> Sed lectus orci, egestas ac venenatis vitae, semper quis enim. | |
*Praesent* elit ex, _maximus_ quis mauris non, bibendum ornare odio. | |
Maecenas id lacus lacinia leo tempor sodales vel in quam. Donec consequat odio ligula, quis facilisis augue dictum sit amet. Quisque est est, lacinia quis velit quis, pretium venenatis mi. Aenean sed eros varius risus tempus iaculis. Maecenas nec dictum justo. Nunc pellentesque turpis ac enim varius luctus. Nam nisi turpis, placerat sollicitudin lacinia in, tempor at dolor. Curabitur massa sapien, ornare viverra urna non, consectetur ornare urna. Praesent vestibulum a magna vitae fringilla. In vel nulla aliquet, interdum velit quis, dapibus risus. Pellentesque nunc libero, scelerisque a ligula vitae, euismod volutpat nunc. | |
``` |
This file contains 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
/** | |
* @flow | |
*/ | |
declare module 'react-addons-css-transition-group' { | |
declare type TransitionNameShort = { | |
enter?: string, | |
leave?: string, | |
active?: string | |
}; |
This file contains 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 { Middleware } from 'redux'; | |
declare module 'redux-logger' { | |
type LoggerPredicate = (getState: () => any, action: any) => boolean; | |
type StateToString = (state: any) => string; | |
type ActionToString = (action: any) => string; | |
type ErrorToString = (error: any, prevState: any) => string; | |
interface ColorsObject { |
NewerOlder