Rasul Kireev
                                            Rasul Kireev
                                        
                                    Yeah, that would be awesome.
Looks like you can bypass that by installing latest versions in your Dockerfile: ``` RUN apt-get install libtirpc3=1.3.1-1+deb11u1 libtirpc3=1.3.1-1+deb11u1 -yqq ```
I think this might be the same issue as [ Firefox Bookmarklet has stopped working on many websites](https://github.com/hypothesis/browser-extension/issues/290). I am really excited about the Firefox extension. Follow [this](https://github.com/hypothesis/browser-extension/issues/310) to be...
Or instead of playing with webpack, which could cause other failures (it always does for me 🙈), you can specify the node version you want to use in Netlify. Just...
In case it is not clear how to do that (which was the case for me), here are the steps: 1. Open the Keychain Access app. 2. Search for the...
I tried a few things things to fix my issue which was "Failed to fetch video meta" so not entirely sure what helped but the final touch was getting the...
@naiyerasif , I don't use the `\` in my code. Added here to escape the bacticks.
This is my repo -> https://github.com/rasulkireev/gridsome-personal-webite - [Gridsome Config File](https://github.com/rasulkireev/gridsome-personal-webite/blob/master/gridsome.config.js) - lines 18-33. That's where I register the Markdown Source with shiki plugin. - [Post Template](https://github.com/rasulkireev/gridsome-personal-webite/blob/master/src/templates/Tutorial.vue) - line 31. I...
@EldoranDev, understand that you have a ton of things going on, so not pushing, just wanted to ask: Did you get the chance to look at the issue?
I was doing more research, and I should probably mention that I am also using TailwindCSS via the [gridsome-plugin-tailwindcss](https://github.com/brandonpittman/gridsome-plugin-tailwindcss). I think the issue is that Tailwind config somehow overwrites Shiki...