Graham Cooper

Results 6 comments of Graham Cooper

> Deriving the clone trait seems fine to me, but I'm not sure I understand the motivation for doing so. Is it just to be able to duplicate the hash...

@petergoldstein On our fork in Shopify/Dalli we fixed this by removing the usages of `memcached_mock`. I'm not exactly sure the reason behind it, but I think the process is hanging...

I started the rollout of some of the above fixes here: https://github.com/petergoldstein/dalli/pull/1030

> So: > Always fire the deprecation notice for .with_deferred_parent_expiration > Maintain compatibility between the two APIs for now > Seek to remove this method as a breaking change at...

I think the issue here comes from the original line that Nick linked in the problem statement: https://github.com/petergoldstein/dalli/blob/main/lib/dalli/protocol/value_serializer.rb#L31 We call `raw: true` but then convert it automatically to a string....

The use case is to parse DDL statements. We want to do some safety checks on our migrations and being able to do that through parsing the actual SQL is...