Ian Ker-Seymer
Ian Ker-Seymer
Experiencing the same issue.
This is a major issue breaking our builds.
Any chance of getting this merged?
FWIW, we are seeing this issue without a persistent connection, just a shared client.
Done @matsadler
@matsadler Finally got around to updating this. I also added a `PartialEq` derivation for ID which is useful to have, but happy to remove if you do not want it.
I was able to get past it, just figured it was a good opportunity to provide some feedback on the ergonomics. Thinking about lifetimes / GC a bit more, it...
@ms-jpq Thanks for your work here! It would be helpful to split this PR into multiple PRs — one for IO, Fiber, etc. Would make it easier to review.
Here's the proposed code diff, if y'all are cool with the idea, I'll make a PR for it: ```ruby module ROM module HTTP class Dataset option :meta, type: Types::Hash, default:...
@solnic should I PR to core?