Vladimir Dementyev
Vladimir Dementyev
The block you pass to the `match` method is executed at build time (once), it's not executed again during the params processing. It's used to define a schema. You should...
> Attributes serialize as a string. And that's correct; we have no assumptions regarding the store format (it could be not only JSON but, for example, YAML), we serialize the...
> Enables better compatibility with other gems (i.e. StoreModel) Could you please provide an example of when it could be useful? I'm a bit concerned of potential **incompatibilities**, and in...
@hmasing @Petercopter Thanks for the details! Let's then proceed with this feature but make it opt-in for now; we can added a setting similar to `store_attribute_unset_values_fallback_to_default`: ```ruby class Post <...
Hey @4ndypanda, > you haven't done this right? Right. Feel free to pick up the PR!
Thanks for the report! We'll check and fix.
Thanks for the PR, but from the failing tests it looks like it's already been caught by Sniffer, no specific handling of VCR required. Could you check please?
> I've reviewed overmind, and I don't love the trade-offs done in that project Hey David. Could you please add some details? Currently, overmind can be installed as a gem,...
> Overmind has a dependency on tmux Correct. However, the _gemified_ version solves this _problem_: it comes with a precompiled tmux as well, so end users don’t even need to...
> Is there any way to reduce the frequency of pings? We already follow the official _instructions_ and instruct the server to use the same keepalive interval as the client...