Anthony Gore
Anthony Gore
I've just updated the repo to replace NPM packages in this repo which have security issues. **If you forked from this repo**, you need to sync your fork. Here's a...
I've just updated the repo to replace NPM packages in this repo which have security issues. **If you forked from this repo**, you need to sync your fork. Here's a...
I've just updated the repo to replace NPM packages in this repo which have security issues. **If you forked from this repo**, you need to sync your fork. Here's a...
- [x] Setup linter correctly. - [x] Setup testing. Currently karma is being used. Remove that and replace with Jest. - [x] Create unit tests. - [x] Setup circleci. -...
Fixing a bug in the logic of the plugin. Given that the `reactorComponent` Vue instance is created asynchronously, reactive properties are not set up until the `created` hook is called....
If I use a slug in frontmatter e.g. ``` --- slug: test-post --- ``` The link added to the archive for this will be /blog/test-post. It's a 404, though. I...
Idea for API: https://stackoverflow.com/a/41594695/2278963
Not sure what the problem is yet, but it seems that critical CSS is being extracted before the Vue app renders, so you don't get anything from the components. Will...