Sam Richards
Sam Richards
Ok, please do let me know! Happy to ask our legal team if we can move to CC0 if there's enough of an argument for doing so but I'll wait...
Hey @kremalicious - just checking in on this. Thanks!
Thanks @kremalicious! > `enableLinkTracking` is added by default with this plugin I'm curious why I can't see it in the script code. Here's the snippet I have in a ``...
Thanks for the quick response & explanation @kremalicious! FWIW, the previous site used VuePress & the outlink tracking appeared to working when added to just the initial generated static page....
Following up on this for folks who are curious. Since migrating our site to Gatsby (& using this Matomo plugin) on 6/25, we have seen a significant jump (~2x) in...
I'm personally a fan of enforcing some max width on the container to limit the width of any given line of text. Seems to be a common UX approach across...
Unfortunately I don't have the capacity to work on this. I sense Vyper has also been losing steam since I opened this. Feel free to close this out if you...
I'm having the same issue. package.json ``` "ethers": "^5.0.17", ``` node file: ``` const { ethers } = require("ethers") console.log(ethers) ``` errror: ``` '{"errorMessage":"window is not defined","errorType":"ReferenceError","stackTrace":...}' ```
FYI - rolling back my version fixed the issue. package.json ``` "ethers": "^4.0.47", ```
We're seeing the same issue in https://github.com/ethereum/ethereum-org-website/pull/3354 Works fine locally, but breaks when deploying to Netlify.