Posts by vanessasoutoc • 23 points
2 posts
-
1
votes1
answer262
viewsQ: Python returns "Dead" when trying to read json > 240mb
The problem occurs on a Centos server version 6.8 final. The same script with another smaller file works perfectly. Test performed in Ubuntu 16.04 the process occurs successfully. Any solution?…
-
1
votes1
answer109
viewsQ: Using Strong Attributes with Rails 4 and has_one relationship
I have a relationship has_one similar to its where a :person has a :address. It turns out that the relationship is generated but the street that I put in input :street (address attribute) is not…