paddingVertical: 5, borderRadius: 20 }, }); 35 changes: 35 additions & 0 deletions 35 src/types.ts Original file line numberDiff line numberDiff line change @@ -0,0 +1,35 @@ export type Post = { id: string; title: string; created_at: string; upvotes: number; nr_of_comments...
qa string no longer than 512 characters restrict_srboolean value show(optional) the string all sortone of (relevance, hot, top, new, comments) sr_detail(optional) expand subreddits syntaxone of (cloudsearch, lucene, plain) tone of (hour, day, week, month, year, all) ...
Not sure what to ask, check out some of these questions from past AMAs: What are your favorite examples of people using Excel for unusual tasks? When are we going to be able to play Doom on Excel? VLOOKUP or INDEX/MATCH? What's a function that you wish users knew a little more abou...
name: string } export default function handler( req: NextApiRequest, res: NextApiResponse<Data> ) { res.status(200).json({ name: 'John Doe' }) } 123 changes: 123 additions & 0 deletions 123 src/pages/index.tsx Original file line numberDiff line numberDiff line change @@ -0,0 +...
When are we going to be able to play Doom on Excel? VLOOKUP or INDEX/MATCH? What's a function that you wish users knew a little more about/used more? Do you guys have a preference internally between A1 and R1C1? Also, what new features are you most excited to introduce into Excel...
export default function CreateScreen() { const [title, setTitle] = useState<string>("") const [bodyText, setBodyText] = useState<string>("") const [group, setGroup] = useAtom(selectedGroupAtom); const goBack = () => { setTitle("") setBodyText("") router.back() setTitle("");...
* @param {string} name The name to update to */ updateName: function (name) { Dispatcher.dispatch({ type: HelloWorldConstants.ActionTypes.UPDATE_NAME, name: name }); } }; module.exports = HelloWorldActions; 14 changes: 14 additions & 0 deletions 14 src/analytics.js Original file line...