Nikolas
Nikolas
> Yeah that seems to have worked! > > In your gatsby-config.js, remove the plugin from `gatsbyRemarkPlugins` and add `remarkPlugins` to your `gatsby-plugin-mdx` options > > ```js > remarkPlugins: [...
I can come with an PR if you want. Would you like an new parameter, or via the quite flag?
Currently working my way around the dump with a monkey patch ```python def dump_exception_patch(self): if not self._exception: try: raise subprocess.CalledProcessError( self.rc, "".join(self._commands), self.stderr ) except subprocess.CalledProcessError as e: self._exception =...
Hey. Have tried swapping out the portainer server as suggested. Fixed the ports that has changed++, i still get the same issue Running it with this command to test. ```...
@samuelrohr, anything stopping the merge of this branch? 👼
Got the same issue with the default nuxt vuetify setup, SSR mode and only in production. This workaround works for me ```js // Build Configuration: https://go.nuxtjs.dev/config-build build: { splitChunks: {...
--return would be super for my usecase. Got a UDC that looks like this: ```yaml GET_TAGS: COMMAND ARG --required IMAGE COPY (+fetch-tags/tags.tsv --IMAGE="$IMAGE") / LET TAGS = $(cat /tags.tsv) ```...
Hi @farnabaz, the following is the smallest example I managed to make :) Only touched the index.md file to fill with some alternative content and the plugin https://stackblitz.com/edit/github-njqpgs?file=server%2Fplugins%2Fafter.ts The log...
Ah, interesting! Sorry for the slow response. I've been referring to the mdast spec https://github.com/syntax-tree/mdast?tab=readme-ov-file#code Any place I can read about the structure Content expects? :)
Just stumbled across Please and been fiddling around with it yesterday. Hit on the same issue, so not much has changed the last couple of years.