I hereby claim:
- I am janpot on github.
- I am janpotoms (https://keybase.io/janpotoms) on keybase.
- I have a public key ASAPc1WWSCpc63Ayz5HMy9M6C2nvarUbwMJiKxbRvDEhBgo
To claim this, I am signing this object:
| --- ./scripts/sizeSnapshot/build-base/@mui/material-pretty.js 2025-05-15 12:00:51 | |
| +++ ./scripts/sizeSnapshot/build-head/@mui/material-pretty.js 2025-05-15 12:00:45 | |
| @@ -5815,8 +5815,8 @@ | |
| style:{border:`1px solid ${(e.vars||e).palette.divider}`}}, | |
| {props:{variant:"elevation"}, | |
| style:{boxShadow:"var(--Paper-shadow)", | |
| -backgroundImage:"var(--Paper-overlay)"}}]})))), | |
| -Ei=I.forwardRef((function(e, | |
| +backgroundImage:"var(--Paper-overlay)"}}]})))); | |
| +const Ei=I.forwardRef((function(e, |
| /*! For license information please see utils.js.LICENSE.txt */ | |
| var M; | |
| (() => { | |
| var e = { | |
| 186: (e, t, n) => { | |
| "use strict"; | |
| var r = n(985); | |
| function o() {} | |
| function s() {} | |
| (s.resetWarningCache = o), |
| console.log('hello') |
| [ | |
| { | |
| "id": 0, | |
| "Desk": "D-909", | |
| "Commodity": "Sugar No.14", | |
| "Trader Name": "Leona Hawkins", | |
| "Trader Email": "jib@ovas.in", | |
| "Quantity": "71,627", | |
| "Filled Quantity": 0.856, | |
| "Is Filled": "no", |
| {"@context": "http://schema.org", "@type": "Hotel", "@id": "https://www.stanglwirt.com", "url": "https://www.stanglwirt.com", "telephone": "+4353582000", "image": "https://www.stanglwirt.com/media/facebook/daheim-beim-stanglwirt.jpg", "name": "Stanglwirt", "alternateName": "Bio-Hotel Stanglwirt", "description": "Die schönste Kombination aus Tradition und Luxus: Das malerische 5* Resort empfängt Sie mit einzigartiger Wellness-Welt, Bio-Bauernhof uvm.", "logo": "https://www.stanglwirt.com/img/layout/stanglwirt-gold.png", "priceRange": " 224 € - 2333 €", "aggregateRating":{"@type": "AggregateRating", "bestRating": 100, "ratingValue": 92, "reviewCount": 4875, "worstRating": 0}, "contactPoint":{"@type": "ContactPoint", "telephone": "+4353582000", "email": "daheim@stanglwirt.com", "contactType": "Customer Service", "contactOption": "TollFree", "availableLanguage": ["German", "English"]}, "sameAs": ["https://www.facebook.com/Stanglwirt", "https://www.instagram.com/stanglwirt", "https://twitter.com/Stanglwirt", "http |
| { | |
| "requestedUrl": "https://www.businessinsuranceusa.com/", | |
| "finalUrl": "https://www.businessinsuranceusa.com/", | |
| "lighthouseVersion": "8.0.0", | |
| "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/90.0.4430.97 Safari/537.36", | |
| "fetchTime": "2021-06-08T09:10:46.267Z", | |
| "environment": { | |
| "networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4420.0 Mobile Safari/537.36 Chrome-Lighthouse", | |
| "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/90.0.4430.97 Safari/537.36", | |
| "benchmarkIndex": 796.5 |
| { | |
| "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4535.0 Safari/537.36", | |
| "environment": { | |
| "networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4420.0 Mobile Safari/537.36 Chrome-Lighthouse", | |
| "hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4535.0 Safari/537.36", | |
| "benchmarkIndex": 1189, | |
| "credits": { | |
| "axe-core": "4.2.1" | |
| } | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| hello world |
| import { serve, Response } from 'some-http-lib' | |
| serve(3000, async ({ request }) => { | |
| const body = JSON.stringify({ hello: 'world' }); | |
| return new Response(body, { | |
| status: 200, | |
| headers: new Headers({ | |
| 'content-type': 'application/json' | |
| }) | |
| }); |