Dave Stewart
Dave Stewart
When requiring the modal after installing via npm, I get the following error. ``` [11:45:56] gulp-notify: [Laravel Elixir] Browserify Failed!: Unexpected token /Volumes/Data/Work/Current/2015-07 - Timeslice, Kiosk 3.0/timeslice.kiosk/support/node_modules/vue-bootstrap-modal/src/modal.vue:1 ^ ParseError: Unexpected...
## Description Better customisation of image source selection ## Expected Behavior I would be able to programatically choose the image source in frontmatter, using a string path or perhaps a...
Hi, Just running the `npm run build` script with the base install and I get a 485kb file: ``` WARNING in asset size limit: The following asset(s) exceed the recommended...
Hey, I know the demo code is just to start us off, but I'm getting a linter error, and when I look at the JS, I don't actually understand the...
Specifically, I have many 100s of files in 30 or so folders, each with dependencies via require() on each other, and I need to move a whole bunch of folders...
Using the example code as such: ``` elixir(function(mix) { mix.livereload(); }); ``` I get: ``` [14:08:24] Using gulpfile /Volumes/Data/Work/OpenSource/PHP/Laravel/Laravel Sketchpad/sketchpad-demo/support/gulpfile.js [14:08:24] Starting 'default'... [14:08:24] 'default' errored after 547 μs [14:08:24]...
For some reason I have never managed to get any of these sticky plugins to work properly. Not sure if it's me, or they are so particular that if you...
_Originally posted by @andidev in https://github.com/davestewart/alias-hq/issues/46#issuecomment-1108262620_ It looks like the solution for loading Alias HQ via a require flag in Node is causing issues when running scripts not in root...
Right now, we can't import `alias-hq` in Jest tests, but it looks like the latest version of Jest will support this. See: - https://github.com/facebook/jest/issues/10883 - https://github.com/facebook/jest/releases/tag/v28.0.0-alpha.9 Should upgrade Jest once...
## Background Because `tsconfig.json` supports `// comments` simply loading and then saving JSON to the file will replace the file's contents and so remove any comments: https://github.com/davestewart/alias-hq/blob/master/cli/utils/file.js#L20 ## Proposal Replace...