Artūrs Jānis Pētersons
Artūrs Jānis Pētersons
I agree, I don't think this is a false positive - the graph structure differs, as you have illustrated. It might be worth considering if `ref#1` has a place in...
I was thinking something like this: ``` &⟪ref#0, ref#1⟫demo.node{ parent: nil, child: &demo.node{ - parent: &⟪ref#0: 0x0140004009b0⟫(...), + parent: &⟪0x0140004009b0⟫(...), child: nil, }, } ``` The point I'm trying to...
What I am proposing (in my mind) is to have something similar to `QueryRow` method. At the moment `QueryRow` returns an interface which is no problem to operate with the...
The reason for the change originated in our need to use boxes from one project in another project. But I think the rationale here goes deeper. The existing box resolution...
You should ignore all other return values in case non-nil error is returned. The `exists` return value carries no meaning if an error was present
Hi We are also using localstripe, and would really appreciate support for `Price`. As we have implemented Stripe recently and Prices replace Plans, we did not really consider using Plans