Results 139 comments of Danny Ben Shitrit

Where can we learn about the minimum RAM requirements?

> @steebchen I agree. Docker caching should be natively supported, not through this action. Seems like a lot of people agree to that statement. Where is the proper place to...

The sass guys really did a number on the entire Ruby community with the dart move...

For what its worth: 1. As far as I can see in other Ruby based web frameworks, they all moved to `sassc`, I believe nanoc should do the same. 2....

Thank you. This is not ideal, but its definitely better than not having any of it. I wish these expressions to be human readable and to clearly state intent. `NOT...

Well - that is of course your call, but it does exist, closer than you think 😄 ... https://github.com/mrkamel/search_cop/issues?q=is%3Aissue+is%3Aopen+sort%3Acreated-asc ![image](https://user-images.githubusercontent.com/2405099/82225296-b0fa6780-992d-11ea-8b9b-5b1e2b090c0c.png) This is the concept of "everything is an expression" -...

By the way, I found another glorious page on GitHub that demonstrates the use of this very nicely. This is what I would like to implement with search cop in...

I might try to tinker with it next week. For my use case, this is better: ```ruby Profile.search "settings.color = yellow" ``` since the whole reason for using hstore, is...

After looking at the code, and some failed attempts, I opted to ditch this hstore direction since it looks like too much work (mostly due to the fact that I...