Tim Kelty
Tim Kelty
The same is true for really most of the other api calls: upload, rename, delete_resources, maybe others. They seem to all require the parameter explicitly (if anything but `image`). `upload`...
Yeah, `resource_type` being required is a bit annoying. For listing a folders contents, have you looked at the Search API vs the Admin API? https://cloudinary.com/documentation/search_api I wonder if that would...
Having the same issue with NVM. Ideally we shouldn't have to statically specify our eslint path if it is already in our shell's PATH. ``` ❯ which eslint /Users/timkelty/.nvm/versions/node/v7.4.0/bin/eslint ```...
sounds good, I'll put a PR on my todo list!
It looks like some work has been done here: https://github.com/mattstauffer/craftcms-prune/pull/1 With that approach however, an entries field will dump out _every_ attribute from the `ElementCriteriaModel`, which certainly isn't what you...
@howardroark That makes sense too. In practice (and the time since this discussion started), for anything more complicated than just yanking a few fields out into json, I would just...
Getting the same error, but only when I don't have a .stylelintrc/stylelint.config.js file present. If i stick on in the current project (or even one in my root home directory),...
Thanks for the reply! I figured it wasn't implemented for a reason. Preparse is a good option if I absolutely need this.
No, I think you're right on all accounts. After I made the issue I realized it was probably by design :) Go ahead and close if you like!
Bummer! Do you know if there is an existing request on http://feedback.craftcms.com/? I briefly looked but couldn't find anything...could even be considered a bug vs. a feature.