Rafael Santos
Rafael Santos
I have have created a branch (formigarafa/active_interaction#2) to add import_filters to a hash filter. ``` hash :a_hash do import_filters AnotherInteractor end ``` I just couldn't figure where to put some...
**Please leave a :+1**: to let me know who are using Robo-TiTO. If you have any concerns, suggestion or even complaint, now is the time and this is the place....
I could not test your code directly because I am working with a different Serial Implementation but I was using this code as reference and I believe it is just...
https://github.com/geojson/geojson-spec/wiki/Data-Series-Proposal#fixed-attributes--arrays-of-data I guess you meant `dataSeries` property to be an array or you are missing a key in that object.
Numerics can be used with `=~` operator but not be used as argument for `#match?` The code transformation applied can break the code. -------- For example if it takes a...
Only features from rqrcode_core are used by this gem. With this change it stops including 2 other gems in the bundle: chunky_png and rqrcode. The dependency version was just removed...
Hello there. I am trying to get my head around this theme starter. It is pretty good, BTW. Although, I think it would be vert valuable for learning and I...
Hello, head-up. https://github.com/zvory/csv-safe/blob/master/lib/csv-safe.rb#L3 requires csv gem. And now, on ruby 3.3.1 this warning is being raised. ``` warning: /usr/local/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be...
I saw a reference to https://github.com/dropbox/zxcvbn/issues/227 here: https://github.com/18F/identity-idp/blob/main/spec/support/shared_examples/password_strength.rb#L46 which made me curious. The js source lib seems to have an annoying limitation when passwords being checked include spaces. Well, annoying...