gtnbssn
gtnbssn
## Changes - Allows to set remark-rehype options in astro.config.mjs - See options here https://github.com/remarkjs/remark-rehype#options - Astro has {allowDangerousHtml: true, passThrough: ["raw", "mdxTextExpression", "mdxJsxTextElement", "mdxJsxFlowElement"]} by default, this keeps them...
Hi, not sure if this is a bug, maybe just a general question. When using extract_images.py, it was possible to run it on multiple threads and save a lot of...
My SvelteKit app works fine in dev mode. However when i attempt to build, i get `TypeError: IPinfoWrapper is not a constructor`. My code looks like this: ```javascript import IPinfoWrapper...
For our project we will need several layers of raster data. The most appropriate component for this seems to be `Layer` but its documentation states `This is intended for use...