John Nunemaker

Results 132 comments of John Nunemaker
trafficstars

Closing as stale but if someone wants to help get some specs for this I'll merge it.

Closing as stale. > Maybe a reasonable middle ground would be to make it non-JSON-specific by having a blanket rescue like you suggest. I'm 👍 to this if you or...

@ozgun Should we just move the normalize to the uri adapter? Then people could use whatever uri_adapter they want to normalize or not normalize. Thoughts? Yes, I'm open to PR...

This seems related to https://github.com/jnunemaker/httparty/pull/714 by @baberthal. I have a fix in https://github.com/jnunemaker/httparty/pull/767. I think the best thing is to serialize all the ivars and then re-initialize them but this...

Ooooh, I like this idea already. Would be cool to make it easy to ship this off somewhere each time you use gp or something optionally so you could track...

Hi @shettytejas, Have you seen the import/export stuff? I just created a quick example of how to mirror one environment (production) to another (staging) and then back to staging. https://github.com/jnunemaker/flipper/blob/main/examples/mirroring.rb...

@shettytejas agreed. I have some internal notes to do fewer network calls for imports. I'll leave this open as a public issue in case anyone else wants to take stab...

> I'm not sure I understand. I just meant if you have this: ```ruby class User < ApplicationRecord has_many :memberships has_many :organizations, through: :memberships def flipper_actors [self] + organizations end...