Rafael Santos

Results 40 comments of Rafael Santos

@gztomas, thanks for that one. This works great for me. ✨

@finchi This is a problem of the wrapped js library in one of the dependencies. The "good" part is that it is very stable so might be possible to make...

I don't know for sure, but maybe if you just pass `delete_namespace_attributes => true` to Parser initializer you will get the expected response with blanks instead of namespece attributes.

Hello @FrederikLauber, The One Time Password resolve the problem of someone looking over your shoulders while you type a password. As you might have noticed this has been added recently,...

@FrederikLauber If you try to talk with the bot using a newly created google hangouts account the JID does not match your email. I don't know if that JID ([email protected]/lcsw_hangouts_4B9A8524)...

I know what you mean. This will also happen if you send a unmatched quote. I did this: https://github.com/formigarafa/robotito/blob/master/lib/message_processor.rb#L102-L107 to deal with unmatched quotes case, but still couldn't implement a...

Hello @stasbar, I will come back to help you as soon as I have a computer in hand to reproduce the steps required. Probably tonight (in about 12 hours).

Hello all, I was taking a look into this and I realized something. there is a kind of misalignment between record policy methods and scope policy controller helper methods. |...

Those helper methods on controllers are really handy bit to be honest I gave up on waiting for them in the gem. This gem is awesome, don't get me wrong,...

And in case you need to have a blob ready to attach you can use something like: ```ruby FactoryBot.define do factory :blob_file, class: "ActiveStorage::Blob" do transient do filename { Faker::File.file_name...