David Myers
David Myers
As a user, I would like to download my archive as raw Markdown files with metadata stored as [Front Matter](https://jekyllrb.com/docs/front-matter/) or [an alternative](https://stackoverflow.com/questions/44215896/markdown-metadata-format). ### Resources - [FileSaver.js](https://github.com/eligrey/FileSaver.js) - [StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js) -...
TBD - potentially include prettier - figure out which linter style to use
We should add support for multiple languages through `i18n` or [`vue-i18n`](https://github.com/kazupon/vue-i18n).
In order to sustainably support a potentially growing number of new features, modularization will be very important. This will cover everything from internal modules to external modules. I will attempt...
Hello! I'm really liking this module, but it seems that it doesn't take into account the ending element's top margin. I'm not sure if this is a bug or there...
In this PR, I am proposing a new `filter()` method to be added to Klein. This method is to be used for middleware that wouldn't normally add to the number...
This package and `@nuxt/content` v2 both depend on different versions of `mdast-util-from-markdown`. When both of these packages are added to a Nuxt 3 project (via Yarn), the following error occurs...
Some bundlers can't resolve the correct ESM imports for `sinuous` due to the lack of a `"type": "module"` definition along with `"exports"` definitions for each package. Specifically, this will allow...
https://github.com/firebase/firebase-js-sdk/issues/4256#issuecomment-1207383180