Joseph Crawford

Results 11 issues of Joseph Crawford

I am using jstranformer with the markdown transformer and it creates a code block such as ``` code.. ``` The issue I am having is that when converted to markdown...

enhancement

I just tested this since you fixed the issue with the login. It is not downloading all of the content for a course. ``` Chapter : 4 - The Template...

I have a Posts model but each post also has a location() relation. Is there any way to index the Post and related data for the post at the same...

version 1.0

I am looking at using v-mask in a component that I am creating. The component will have an eye icon that can be clicked to show the value or hide...

It would be nice if we could do something similar to this for patterns ```articles/:series.name/``` I would write the code and issue a pull request but appears this repository is...

It appears that metalsmith-permalinks must be run after metalsmith-in-place as it requires the use of an HTML file ``` if (!html(file)) return; ``` I have a plugin that will process...

PR welcome

This will add support for dot notated patterns such as ```:site.name``` and ```author.name```

resolve-conflicts
needs-docs

**Describe the bug** Someone on the team stated 1pm EST and Timezone Butler told me that was 2pm in my timezone but I am in EST and that is set...

bug
wrong time

Will this image be updated to work with the openldap images that are in dockerhub? I keep getting the following error and it is because this method of authentication is...

help wanted

``` [metalsmith-watch] - Updating 16 files... /Users/Shared/Dropbox/Projects/jcrawford.github.io/node_modules/metalsmith-watch/dist/index.js:116 if (filenames.indexOf(collections[key][i].filename) > -1) { ^ TypeError: Cannot read property 'filename' of undefined at /Users/Shared/Dropbox/Projects/jcrawford.github.io/node_modules/metalsmith-watch/dist/index.js:116:49 at Array.forEach () at removeFilesFromCollection (/Users/Shared/Dropbox/Projects/jcrawford.github.io/node_modules/metalsmith-watch/dist/index.js:113:28) at runAndUpdate...