dry-bot on master
[devtools] config sync (compare)
dry-bot on master
[devtools] config sync (compare)
dry-bot on master
[devtools] config sync (compare)
dry-bot on master
[devtools] config sync (compare)
Left
, all the moving parts are https://github.com/dry-rb/dry-transaction/blob/master/lib/dry/transaction/step.rb#L34-L45 and https://github.com/dry-rb/dry-transaction/blob/master/lib/dry/transaction/sequence.rb#L60
Right
instance always
Left/Right
from QcSilence
, map will wrap it once again
Right(Right(...))
or Right(Left(...))
dry-transaction
.
Is this correct ?
# frozen_string_literal: true
class User < Dry::Struct
attribute :id, Types::Strict::Int
attribute :source_url, Types::Strict::String
attribute :width, Types::Maybe::Float
attribute :height, Types::Maybe::Float
attribute :format, Types::Maybe::String
end
I’m getting NameError: Float cannot be autoloaded from an anonymous class or module