Skip to content

Instantly share code, notes, and snippets.

View growdigital's full-sized avatar
🏠
Working from home

Jake Rayson growdigital

🏠
Working from home
View GitHub Profile
@growdigital
growdigital / gist:fdf41a8a54aecb96e64fd14edeb1b620
Created July 12, 2024 13:31
Buttondown table display error
[tiptap warn]: Duplicate extension names found: ['footnotes']. This can lead to issues. console.js:36:19
[Vue warn]: Error in https://vuejs.org/error-reference/#runtime-m: "SyntaxError: Element.matches: 'ol:has(.footnotes)' is not a valid selector"
(found in <Anonymous>) errorhandler.js:48:18
errorHandler errorhandler.js:48
zr logger.js:48
errorHandler errorhandler.js:46
Qn runtime-core.esm-bundler.js:195
Ri runtime-core.esm-bundler.js:242
Qn runtime-core.esm-bundler.js:197
11:41:40 PM: Netlify Build
11:41:40 PM: ────────────────────────────────────────────────────────────────
11:41:40 PM: ​
11:41:40 PM: ❯ Version
11:41:40 PM: @netlify/build 29.32.0
11:41:40 PM: ​
11:41:40 PM: ❯ Flags
11:41:40 PM: baseRelDir: true
11:41:40 PM: buildId: 65a5c28d8496dc50439de943
11:41:40 PM: deployId: 65a5c28d8496dc50439de945
☁ hopegarden.uk [main] ⚡ yarn dev
Starting Tina Dev Server
(node:52518) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Build failed with 242 errors:
.yarn/__virtual__/@floating-ui-react-dom-virtual-0b99391b84/3/.yarn/berry/cache/@floating-ui-react-dom-npm-2.0.5-930191328a-10c0.zip/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js:3:23: ERROR: Could not resolve "react"
.yarn/__virtual__/@floating-ui-react-dom-virtual-0b99391b84/3/.yarn/berry/cache/@floating-ui-react-dom-npm-2.0.5-930191328a-10c0.zip/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js:5:26: ERROR: Could not resolve "react-dom"
.yarn/__virtual__/@floating-ui-react-dom-virtual-0b99391b84/3/.yarn/berry/cache/@floating-ui-react-dom-npm-2.0.5-930191328a-10c0.zip/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs:3:23: ERROR: Could not resolve "react"
hopegarden.uk [main] ⚡ yarn
➤ YN0000: · Yarn 4.0.2
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @fullhuman/postcss-purgecss@npm:5.0.0, @tinacms/cli@npm:1.5.39, @types/node@npm:20.11.2, postcss-cli@npm:10.1.0, postcss@npm:8.4.33, and 1106 more.
➤ YN0085: │ - hopegarden.uk@workspace:.
➤ YN0000: └ Completed in 33s 630ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0002: │ bookworm-hugo@workspace:. doesn't provide react (p34ce0), requested by tinacms.
➤ YN0002: │ bookworm-hugo@workspace:. doesn't provide react-dom (p95ee7), requested by tinacms.
➤ YN0086: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
8:03:48 PM: Netlify Build
8:03:48 PM: ────────────────────────────────────────────────────────────────
8:03:48 PM: ​
8:03:48 PM: ❯ Version
8:03:48 PM: @netlify/build 29.32.0
8:03:48 PM: ​
8:03:48 PM: ❯ Flags
8:03:48 PM: baseRelDir: true
8:03:48 PM: buildId: 65a58f877685380008a41fa5
8:03:48 PM: deployId: 65a58f877685380008a41fa7
3:47:02 PM: Netlify Build
3:47:02 PM: ────────────────────────────────────────────────────────────────
3:47:02 PM: ​
3:47:02 PM: ❯ Version
3:47:02 PM: @netlify/build 29.32.0
3:47:02 PM: ​
3:47:02 PM: ❯ Flags
3:47:02 PM: baseRelDir: true
3:47:02 PM: buildId: 65a55360ac9d4400080e76fc
3:47:02 PM: deployId: 65a55360ac9d4400080e76fe
@growdigital
growdigital / IndexFailedError
Created January 11, 2024 17:27
Hope Garden deploy messages
4:00:15 PM: Netlify Build
4:00:15 PM: ────────────────────────────────────────────────────────────────
4:00:15 PM: ​
4:00:15 PM: ❯ Version
4:00:15 PM: @netlify/build 29.31.5
4:00:15 PM: ​
4:00:15 PM: ❯ Flags
4:00:15 PM: baseRelDir: true
4:00:15 PM: buildId: 65a0107900f400000731ce92
4:00:15 PM: deployId: 65a0107900f400000731ce94
@growdigital
growdigital / footnote-symbols.md
Created December 28, 2022 19:06
Footnote symbols, in order
  1. * asterisk
  2. † dagger
  3. ‡ diesis
  4. § section sign
  5. ‖ double vertical bar
  6. ¶ paragraph
  7. ** double asterisk
  8. †† double dagger
  9. ‡‡ double diesis
@growdigital
growdigital / typo.md
Last active February 10, 2023 08:17
Typography symbols for Linux using AltGr & Compose keys

Alt Graph

Keys     Char   Desc
--------------------
v         “   Open double curly quotes
b         ”   Close double curly quotes
Shift v   ‘   Open single curly quote
Shift b   ’   Open single curly quote
,         ─   Minus
<snippet>
<content><![CDATA[
{{< figure src="$1" alt="$2" caption="$3" >}}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>gofig</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>