David Lojudice Sobrinho

Results 70 comments of David Lojudice Sobrinho

The same problem here, using local storage in Dev. Without /:hash/ it works fine. ``` Paperclip::Attachment.default_options.update({ :url => "/system/images/:class/:id/:attachment/:style/:hash/:basename" }) ```

I think it would be ok to have a new herb/lib just for that. Since many herbs and glues allow custom naming convention, I think it could be useful. Just...

>not only pure string, but if necessary work with subtypes like json, XML, hexadecimals etc it's still not clear for me what the use cases here beyond string transformation (camelcase,...

Ideally we could open a issue on every repo and discuss the status for each repo/project.

Nice idea! I would start by making it part of `herbs2rest` in order to move fast, delivery value and, if it make sense, refactoring to split the glues in the...

> I would like to receive this thing in my [issues](https://github.com/issues) and [pull requests](https://github.com/pulls) list on GitHub. currently if a issue or PR is assignet to you, it should be...

@judibo a few insights: - be careful to not compete with the new tutorial (https://github.com/herbsjs/herbsjs.github.io/issues/126) - would be nice to cover all the commands and its parameters

if you choose one style, the generated code will follow?

As long we choose one and the user don't have to choose, I don't really care. The choice will always be wrong since there will be always someone complaining, so...

Given the inputs on this issue, this is how I think this feature should work: - Generate and specify the StandardJS by default on lint file - Add a script...