I hereby claim:
- I am hpiaia on github.
- I am hpiaia (https://keybase.io/hpiaia) on keybase.
- I have a public key ASAlqN3NhOcRW8KztJYB_5gG_2X3rXdLXrUaWcPDQ-OaOAo
To claim this, I am signing this object:
| const puppeteer = require('puppeteer'); | |
| const users = require('./users.json'); | |
| (async () => { | |
| const browser = await puppeteer.launch(); | |
| const page = await browser.newPage(); | |
| await page.goto('https://<pfsense-address>'); | |
| await page.type('#usernamefld', 'admin'); |
I hereby claim:
To claim this, I am signing this object:
| Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: | |
| + create | |
| ~ update in-place | |
| - destroy | |
| Terraform will perform the following actions: | |
| # module.ecs_events.aws_cloudwatch_event_target.ecs_events_deployment_logs will be created | |
| + resource "aws_cloudwatch_event_target" "ecs_events_deployment_logs" { | |
| + arn = (known after apply) |
| "use client"; | |
| import { animate } from "motion/react"; | |
| import { memo, useCallback, useEffect, useRef } from "react"; | |
| import { cn } from "#/app/_lib/utils"; | |
| interface GlowingEffectProps { | |
| blur?: number; | |
| inactiveZone?: number; |