You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like there's a lot of inefficient conversions here: `toList`, `.result()`, `: _*` ...
It can be a follow-up, but I wonder if we can either have a mutable AttributesBuilder that is backed by a MapBuilder or we could have Attributes.unsafeFromMap style builder.
It can be a follow-up, but I wonder if we can either have a mutable
AttributesBuilder
that is backed by aMapBuilder
or we could haveAttributes.unsafeFromMap
style builder.Originally posted by @armanbilge in #369 (comment)
The text was updated successfully, but these errors were encountered: