Lucas Tolchinsky
Lucas Tolchinsky
Excellent news! Thank you so much!
@jemc got it! makes sense. Meanwhile I found another problem that feels similar to this one while working on the `packages/spec`. This is the following `SpecEventAssert` I have: ```savi :class...
@jemc Ohh! I got it. Thank you very much for the detailed account. I see how multiple call-sites of seemingly "the same thing" isn't a guarantee of *sameness* in the...
@jemc I made this a draft because I see there are many tasks in the CI failing and didn't wanna merge with a broken pipeline. The ubuntu and macOS builds...
I know it's been a while, but [here's a fork](https://github.com/svlaev/TSMessages) by @svlaev with the fix @max-potapov mentions: https://github.com/svlaev/TSMessages/blob/master/Pod/Classes/TSMessageView.m#L148
@tarolandia You can achieve something similar with the example below. ``` ruby class Foo include Hatch attr :foo errors = [] certify(:foo, errors) do |foo| errors.clear errors ["foo is bar"]...