Steven Enten

Results 10 comments of Steven Enten

Thank for your reactivity! **How about a config option `errorHandler` which is defaults to `console.error`?** However, I wonder how other loaders deals with error handling. I will try to check...

Finally, I suggest `noInfo` and `quiet` options as like in [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware#usage). ```javascript noInfo: false, // display no info to console (only warnings and errors) quiet: false, // display nothing to...

@amireh Hi sir! I saw that you add the `ready` label on this discussion. What does that label mean?

Yes, I was wrong. The 400 error is more suitable. But how about the feature? Do you know if there will be implemented (or something similar)?

Thanks for your answer. I'm agree with your opinion. > I'm hesitant to create a new trails-y abstraction for this. Can you expand this idea? Your opinion may be helpful...

> Is there a way to disable highlight.js and revert to normal hugo/pygments for syntax highlighting? The highlight.js import is in [`layouts/partials/base/imports.html` only if site param `highlight` is defined](https://github.com/enten/hyde-y/blob/44266c93dd2c5c3de6e9c11db6b64b151cbfbd37/layouts/partials/base/imports.html#L9). The...

I expected that [data files](http://gohugo.io/extras/datafiles/) could be sorted as did [content list template](http://gohugo.io/templates/list/#ordering-content:8c265e2adc353bedf8022b542a0b78ab). Actually I think that there haven't method to sort data files. When there is that method, we...

@Chiptopher I'm sorry but I'm not familiarized with hugo RSS feature. **May someone else can answer us?** I will try to investigate all that stuff when I can. I will...

We need to check in the hugo's documentation. In memory (hugo 0.14), there isn't a feature which allow to do that.

@context [`trailpack-waterline/api/Services/FootprintService`](https://github.com/trailsjs/trailpack-waterline/blob/master/api/services/FootprintService.js) I guess that this error is due to an undefined reference when a model is recovered from `app.orm` or `app.packs.waterline.orm.collections` in [`FootprintService` (line 38 for example)](https://github.com/trailsjs/trailpack-waterline/blob/master/api/services/FootprintService.js#L38). All `FootprintService`...