Gabriel Sobrinho

Results 179 comments of Gabriel Sobrinho

Nice, it's working. What do you think about adding it to the repository? In that way, we could fix any issues we see :)

Got caught by that today. Any fixes that do work in the latest version?

I managed to have this: ```css .vs__selected-options { flex-wrap: nowrap; max-width: calc(100% - 41px); } .vs__selected { display: block; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; overflow: hidden; } .vs__search {...

Yeah, I only have a single-mode here, so I didn't try to fix it at all. The best would be a fix in the project, I will try in the...

Another way: ```ruby class DeprecationToolkit::Collector def initialize(deprecations) # This will remove the absolute paths from the deprecations since it varies # from environment to environment. # # See https://github.com/Shopify/deprecation_toolkit/issues/70 self.deprecations...

The code snippet is working fine, probably allowing to change the collector (to avoid the monkey patch) or either allowing to scrub data from the deprecation messages would work (if...

@igorkasyanchuk would you check #169 ?