Anthony Scalisi

Results 82 comments of Anthony Scalisi

Same issue here 😅

If using something like Chef, when the YAML gets updated, the service is triggered to restart.

+1 @progrium if you have any idea

Would it not make more sense to just have a new `destinations` field and mention that `destination` takes over to keep it backward compatible as well? Curious to know what...

@Dieterbe is there a way to discard these internal metrics?

I think I'm trying to figure the many-to-many relationship with Ohm in the case of Post having multiple Tag and Tag belonging to multiple Post if it make sense ?...

Let's assume a vendor (`Google`), having multiple users subscribed to its paying products (`Youtube`, `Music`, etc), the models would like like this: ```ruby class User < Ohm::Model attribute :name end...

@djanowski any chance you could share examples of the different types of migration you mentioned? I think it would be very useful if it was added as some kind of...

@soveran just to clarify, I'd totally love to help but I just don't have the knowledge (or not at a point where I had to run migrations yet, trying to...