paulodeon

Results 12 comments of paulodeon

Worth noting that React now recommends using functional components. This should be the default with the class based generator as an option

A use case I just encountered where we are using attr_json to fetch things out of the DB but we wanted to use AM:Attributes to add temporary accessors while running...

Hey @jrochkind, thanks for the reply. Here's a little code as an example, but yes, you got it right about the nils. ```ruby class AccessGroup include AttrJson::Model include ActiveModel::Attributes attr_json...

If you have data in the table where you're adding a reference you'll get an error like this: `ActiveRecord::NotNullViolation: PG::NotNullViolation: ERROR: column "covering_id" of relation "cover_requests" contains null values` You...

@natematykiewicz I do agree with you - especially on the broader point about rubocop The example was to help others in the same boat without the need to change rubocop...

In Rails in after callbacks you need to `raise ActiveRecord::RecordInvalid, self` and the callback chain will be aborted but the exception is not passed up the stack. To do the...

Hi, I got the same error, here's the relevant log portion: ``` Registering "grunt-s3" local Npm module tasks. Reading /Users/paulodeon/Code/project/node_modules/grunt-s3/package.json...OK Parsing /Users/paulodeon/Code/project/node_modules/grunt-s3/package.json...OK Loading "s3.js" tasks...ERROR >> TypeError: Object # has...

The rectangle does now resize, however the rounded corners are now stretched. That looks like something that would happen on a resize rather than a redraw? ![image](https://user-images.githubusercontent.com/29513/115583583-ef2ca380-a2c1-11eb-9a9e-582b1457cbaa.png)

As an aside I had to pull the package locally and add it to my package.json as a local file. The test above ran ok but I got a few...

I have a related issue - happy to create a new issue if you think it's not related. I get the same warning: > Warning: Detected multiple renderers concurrently rendering...