Skip to content

Instantly share code, notes, and snippets.

View vegerot's full-sized avatar
💭
Hey 👋

Max Coplan vegerot

💭
Hey 👋
View GitHub Profile
----------------------------------------------------------------------
Skipped 4 tests (getdb.sh missing. copy from getdb.sh.example and edit it):
test-checkserverbookmark.t
test-fb-ext-fbconduit.t
test-fb-ext-pushrebase-cannot-rebasepublic.t
test-fb-ext-pushrebase-set-dates.t
Skipped 3 tests (missing feature: Mononoke server available):
test-fb-ext-remotefilelog-getpackv2.t
test-fb-ext-remotefilelog-log.t
--- test-cwd-executable.t
+++ test-cwd-executable.t.err
@@ -19,3 +19,4 @@
This is the code under test - don't run the "watchman" in CWD.
$ hg up -q .^
$ hg status
+ ? oops
ERROR: test-cwd-executable.t output changed
----------------------------------------------------------------------
@vegerot
vegerot / blank-site.html
Last active November 28, 2023 02:48
blank site with CWV stuff
<script>
async function setupCWVthingy() {
let cwv = await import(
"https://unpkg.com/web-vitals@3/dist/web-vitals.attribution.js?module"
);
const COLOR_GOOD = "#0CCE6A";
const COLOR_NEEDS_IMPROVEMENT = "#FFA400";
const COLOR_POOR = "#FF4E42";
const RATING_COLORS = {