theterminalguy
theterminalguy
@yegor256 I tested this with a few test cases, this has also been fixed. I think you may want to get rid of the todo comments [here](https://github.com/zold-io/zold/blob/master/lib/zold/wallets.rb#L37) Please confirm
@yegor256 the reason for the low test coverage is because SimpleCov is reporting lines that were not called in the test. I already checked this out and the coverage report...
@0crat status
#414 @yegor256 @0crat
@0crat wait My PR is undergoing review by @yegor256
@a8m once caveat with the `SetNillableX` method though is that it seems to be only generated for Optional fields. If the field is required, then there's no method currently in...
If anyone is looking for a potential workaround with regards [to my use case](https://github.com/ent/ent/issues/2108#issuecomment-961898661), you can use an [ent builder](https://github.com/ent/ent/blob/master/dialect/sql/builder.go) to achieve this. Here is a **contrived example** : ```go...
Cool, I'll give this a try. Thanks @endigma
Did anyone find a way to get rid of the deprecation warnings, still having the same issues. ```ruby ruby '2.3.7' rails '5.0.0' rspec '3.5.4' acts_as_follower '0.2.1' ``` Between, I believe...