I hereby claim:
- I am YumNumm on github.
- I am yumnumm (https://keybase.io/yumnumm) on keybase.
- I have a public key whose fingerprint is E74C D2A9 6E0B DAEB E4FF BFEE 98D7 1D27 EC36 41DC
To claim this, I am signing this object:
import 'package:flutter/material.dart'; | |
void main() => runApp(const App()); | |
class App extends StatelessWidget { | |
const App({super.key}); | |
@override | |
Widget build(BuildContext context) => MaterialApp( | |
title: 'InteractiveViewer Demo', | |
home: const HomePage(), |
I hereby claim:
To claim this, I am signing this object:
export default { | |
async email(message, env, ctx) { | |
await message.forward("[email protected]"); | |
const SLACK_WEBHOOK_URL = | |
"https://hooks.slack.com/services/[credential]"; | |
const data = { | |
username: message.from, | |
channel: "#mail", | |
text: `<!channel> ${message.from}からのメール`, |