mendhak
mendhak
A high severity CVE was raised against `jsonwebtoken` which this library uses See: https://security.snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 Would it be possible to bump the dependency up to version 9.0.0 where this has been...
The original URL, `https://api-metoffice.apiconnect.ibmcloud.com/...` no longer works. The dashboard shows that the site specific API, which is what this project uses, is 'legacy'.  The new API key format is...
Something to think over. The README.md is growing very large. Would it be easier for users if the instructions were in a simple documentation site, with each step in its...
Hi hope I can explain this well. When trying to use the [Embed Tool](https://github.com/editor-js/embed), most embed types get blocked in editorjs-html by default with this error message: > Saving failed:...
Hi there, adding a new Eleventy theme.
At some point Eleventy V3 will be released, this is to prepare for that. I should be able to get rid of the custom Markdown link renderer because Eleventy V3...
**Describe the bug** A relative link inside a `{% notice "info" %}` shortcode is not rendered as its final URL. **To Reproduce** ``` {% notice "info" %} Here is [a...
Hello there, Is it possible to preview the `image` tag with this extension? My attempts so far haven't been successful. I'm following the [MDN Example](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image) which is: ```svg ``` But...
I also saw the Node 16 warning in Issue #54 I've bumped to Node 20 and also updated package.json. - [ ] But to get this PR's build working, I...
FWIW, it seems Docker's build-push-action [now supports caching using the Github Cache API](https://docs.docker.com/build/ci/github-actions/cache/#github-cache). Currently it's experimental but seems to work well in the little testing I've done. It's just two...