We started this feature with:
git flow feature start example-1
We added a new file here as an example feature.
Now we will commit these changes.
git commit -am "Feature example 1 change"
import { organizeParagraphs } from './utils' | |
declare var define: any | |
export default ($editor: any) => { | |
;(function(factory: any) { | |
/* global define */ | |
if (typeof define === 'function' && define.amd) { | |
// AMD. Register as an anonymous module. | |
define(['jquery'], factory) |
curl 'http://localhost:5001/holstee-dev/us-central1/api/graphql/' -H 'Accept-Encoding: gzip, deflate, br' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'DNT: 1' -H 'Origin: http://localhost:5001' -H 'authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6Ijk4MGVkMGQ3ODY2ODk1Y2E0M2MyMGRhZmM4NTlmMThjNjcwMWU3OTYiLCJ0eXAiOiJKV1QifQ.eyJuYW1lIjoiQnJ5YW4gUHJpY2UtTWNDb25uYWhlYSIsInBpY3R1cmUiOiJodHRwczovL2xoNC5nb29nbGV1c2VyY29udGVudC5jb20vLVkxVHhWbkVPSWYwL0FBQUFBQUFBQUFJL0FBQUFBQUFBQUFBL0FDSGkzcmU5SDVURXNaMV9UM1Z4SXotaHpBQllmcmV2YmcvbW8vcGhvdG8uanBnIiwiaXNzIjoiaHR0cHM6Ly9zZWN1cmV0b2tlbi5nb29nbGUuY29tL2hvbHN0ZWUtZGV2IiwiYXVkIjoiaG9sc3RlZS1kZXYiLCJhdXRoX3RpbWUiOjE1NTk4NjA0NTYsInVzZXJfaWQiOiJlOW5GMnF1MHJST3AxUG5UY0syTW1vc1I1aFkyIiwic3ViIjoiZTluRjJxdTByUk9wMVBuVGNLMk1tb3NSNWhZMiIsImlhdCI6MTU2MTA3MDEzMywiZXhwIjoxNTYxMDczNzMzLCJlbWFpbCI6ImJyeWFuQGhvbHN0ZWUuY29tIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsImZpcmViYXNlIjp7ImlkZW50aXRpZXMiOnsiZ29vZ2xlLmNvbSI6WyIxMDc1MjMyNTc3MDM5NDk2MzU1OTIiXSwi |
[ | |
{author: "Bryan", text: "What a great day to be alive"} | |
] |
We started this feature with:
git flow feature start example-1
We added a new file here as an example feature.
Now we will commit these changes.
git commit -am "Feature example 1 change"
<> | |
<TextBlock | |
as="h1" | |
options={{ size: "large", align: "center", ntp: true }} | |
> | |
This is a large centered headline w/{" "} | |
<TextBlock | |
options={{ | |
link: { to: "/a/login" }, | |
}} |
data = [ | |
{ | |
mind: 5, | |
body: 5, | |
soul: 5, | |
work: 5, | |
play: 5, | |
love: 5 | |
}, | |
// repeats... |
A cheeky commentary about one's own inability to focus long enough to rank 25 teams, while employing some fun wordplay is mean, guys. Duly noted. |
{ | |
"data": [{ | |
"type": "instance", | |
"subtype": "app-instance", | |
"componentId": "app", | |
"id": 4010090, | |
"isVisible": true, | |
"children": [] | |
}], | |
"components": [{ |
TypeError: Cannot read property 'usageRate' of undefined | |
in f | |
in div | |
in div | |
in t | |
in a | |
in div | |
in div | |
in p |