Erik James

Results 15 issues of Erik James

Since this generator is specific for Foundation, it seems only fitting to include the `foundation-icon-fonts` package as a dependency as well. This might require a change to the gulpfile.js so...

I have a SFC called `InputDatePicker.vue` that imports the calendar component: ``` import Calendar from 'vue2-slot-calendar'; export default { name: 'InputDatePicker', components: { calendar: Calendar, }, ... } ``` This...

I would love to use Sightly highlighting and syntax completion within Sublime Text 3 instead of being forced into another IDE.

After installing the Code Snippet Library plugin I noticed that there was no editor showing when creating a new snippet. Looking at the console I got the error "Uncaught ReferenceError:...

I'm trying to get a code snippet loaded within a fancybox, but the snippet is not showiing up at all. First the link to open a fancybox: ``` How do...

I would like to start work on another template, but want to run the development build inside Docker container so I don't have to install dependencies locally since they should...

question

I noticed that each of the /template/\* folders have almost the exact same CSS and the exact same index.html file. Can these be moved into /templates/default and inserted into the...

enhancement
contributor-wanted

When loading this and replacing my existing `app = express()`, I'm now getting an error that `app.set is not a function`. How can I use this with the default usage...