気兼ねなく立ち寄り、ライトに共存できる。もう一つの場所。
- なぜ知り合いと近い人と繋がると疲れるのか。
| サービス名 | 知り合いと近い | 公開性が高い |
|---|---|---|
| やや | -- | |
| やや | -- |
社内ミーティングを録画し、社内展開を容易にすべき。
| [ | |
| { | |
| "source": "/index.html", | |
| "target": "/index.html", | |
| "status": "200", | |
| "condition": null | |
| }, | |
| { | |
| "source": "/<*>?id=<id>", | |
| "target": "/index.html?id=<id>", |
| PR: feat/fix_link => develop | |
| Before: commit log | |
| develop 07/17 xxx | |
| feat/fix_link 07/16 xxx | |
| develop 07/17 xxx | |
| develop 07/15 xxx | |
| After: rebase | |
| feat/fix_link 07/17 xxx2 |
| type Todo1 @model { | |
| id: ID! | |
| name: String! | |
| description: String | |
| } | |
| type Todo2 @model { | |
| id: ID! | |
| name: String! | |
| description: String |
| <!-- @watilde --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> | |
| <style> | |
| body{ | |
| font-size: 125px; | |
| text-align: center; |
v1.2.4...v1.3.0
| import React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import Amplify from 'aws-amplify'; | |
| import awsconfig from './aws-exports'; | |
| import './index.css'; | |
| import App from './App'; | |
| import reportWebVitals from './reportWebVitals'; | |
| import monitorErrors from './monitorErrors'; | |
| import monitorWebVitals from './monitorWebVitals'; |
| import UAParser from 'ua-parser-js'; | |
| import { Analytics, AWSKinesisProvider } from 'aws-amplify'; | |
| import awsconfig from './aws-exports'; | |
| Analytics.configure({ | |
| AWSKinesis: { | |
| region: awsconfig.aws_project_region, | |
| bufferSize: 1000, | |
| flushSize: 100, | |
| flushInterval: 5000, |