Chabanon Julien

Results 5 comments of Chabanon Julien

@ioquatix yes I did that in purpose in rails console to show the number of expected params when using ruby 3.0. It is supposed to be 4. I already have...

@sailing Assuming options is a hash, instead of doing something like: `zone.dns_records.create('A', 'batman', '1.2.3.4', options)` You should now be doing something like: `zone.dns_records.create('A', 'batman', '1.2.3.4', **options)`

@antoine92190 Would be useful for us too. One usecase for us is MMS which has restriction on files sizes.

Do you have any update on this? This makes this gem pretty useless as TOTP is not disableable for new users. It is for admin tho with this ENV Accounts_TwoFactorAuthentication_Enforce_Password_Fallback...