- Upload Mobile Hub projects via CLI/SDK
- Export Mobile Hub projects as CloudFormation stacks
- Allow exporting identity pools
- Set up custom domains using certs from ACM via CloudFormation
- Allow retrieving API name using
Fn::GetAtt
if len(me.problems) == 99 and not 'bitch' in me.problems: | |
me.hit() |
#!/usr/bin/env php | |
<?php | |
$help = <<<'HELP' | |
EXAMPLES | |
./project-phpunit-skelgen.php -s <dir> -o <dir> -b <file> | |
DESCRIPTION | |
Recursively find PHP files and run phpunit-skelgen to create unit test skeleton files. |
Fn::GetAtt
Fn::GetAtt
// Type definitions for Grommet | |
// Project: https://github.com/grommet/grommet | |
// Definitions by: Ryan C. Collins <https://www.ryancollins.io/> | |
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | |
/// <reference types="react" /> | |
declare module "grommet" { | |
// Components | |
export import Accordion = Grommet.Accordion; | |
export import AccordionPanel = Grommet.AccordionPanel; |
I hereby claim:
To claim this, I am signing this object:
import { useState } from 'react'; | |
import { StyleSheet, Text, View } from 'react-native'; | |
import ParallaxScrollView from '@/components/ParallaxScrollView'; | |
import { ThemedView } from '@/components/ThemedView'; | |
const Paragraph = ({ dropCap = false, dropCapLines = 3, children }) => { | |
const [lines, setLines] = useState<string[]>([]); | |
const [firstLetter, setFirstLetter] = useState<string>(); | |
const [lineHeight, setLineHeight] = useState<number>(16); |