NullVoxPopuli
NullVoxPopuli
``` ruby test "calls super's method_missing on non-existent method" err = ->{ 'hairpiece'.make_america_great_again('') }.must_raise NoMethodError err.message.must_match /undefined method `america/ end ```
I actually ended up doing this monkeypatch: ```ruby # To support recursive include directives # e.g.: 'children[*]' module ActiveModelSerializers module Adapter class JsonApi def process_relationships(serializer, include_slice) if (key = include_slice.to_hash.keys.first.to_s).end_with?('[*]')...
I think that time since last using a framework should be tracked and weighted. Like, if a library or Framework had a rough start, but has improved a ton, no...
But to be fair to all frameworks, I think version numbers should be included. So, for Ember's that'd be, 0.x, 1.x, 2.x, 3.x, Octane For React, 0.x, 15.x, 16.x, 17.x...
Also, interest in a particular framework or library should never solely be a percentage of all participants. The growth or interest should be compared with the name framework from the...
Oh also, for the "heard of it, not interested" measurement, I don't think that provides much value, for the same reasons I've outlined above. Did most of those participants only...
Framework users may not know the answers to some of those. 🤔
If the number of people favoring react is up 4x compared to anything else, and those same people say they aren't interested in X, either because they don't care, or...
Is there anyplace else to download the data? I'm having a hard time with Kaggle. - programmatic download requires python / api not documented (that I could find) - account...