Jordy
Jordy
``` warning " > [email protected]" has incorrect peer dependency "[email protected]". warning " > [email protected]" has incorrect peer dependency "[email protected]". ```
Using typescript, function components, tailwind, and nextjs. Full error: ``` Object. file:///Users/jordanlambrecht/dev-local/PB-Oct-22/node_modules/react-twitch-embed-video/dist/index.js (1:282) Module._compile internal/modules/cjs/loader.js (1072:14) Object.Module._extensions..js internal/modules/cjs/loader.js (1101:10) Module.load internal/modules/cjs/loader.js (937:32) Function.Module._load internal/modules/cjs/loader.js (778:12) Module.require internal/modules/cjs/loader.js (961:19) require internal/modules/cjs/helpers.js...
I'm using gray-matter/frontMatter and remark-mdx to read values of an .mdx file in a nextJS project: .mdx file: ``` details: - pronoun: she/her - favoriteThing: learning - leastFavoriteThing: winter -...
I'm trying to have my lottie animation play the first 23 frames, and then skip them when it loops back and restarts and play frames 24-95 indefinitely. I'm dumb and...
On install using ` yarn create strapi-starter my-project next-blog` I get the following failure: ``` Error while installing dependencies: warning ../../../package.json: No license field error [email protected]: The engine "node" is...
I'm a little confused on the steps for this. I have the following on my _app.tsx: ``` const tagManagerArgs = { gtmId: 'GTM-REDACTED', events: { sendUserInfo: 'userInfo', }, } TagManager.initialize(tagManagerArgs)...
Thank you for building this. It's one of the few packages out there of its kind. Question: How do I add page-specific data layers? Example A: I have different categories...
It would be great to have the ability to insert hyperlinks in the editor toolbar. Right now, that seems to be the only 'typical' thing that most gfm editors have...
The following two items are not in the documentation and do not lint correctly: ``` "frontMatter.global.modes": [ { "id": "minimal", "features": [ "dashboard.taxonomy.view", "dashboard.taxonomy.manage" ] } ], ``` They seem...