Paweł Gulbinowicz

Results 107 comments of Paweł Gulbinowicz

@gaearon Yeah, I'm happy to chat (with pretty much whatever means of communication you prefer). Alternatively you can write me a quick overview and point me to the source code...

To anyone interested in the issue. There's a common __misconception__ that just because something is built for Webpack, it will work out of the box for React Native with Haul....

@danvk How about exposing function(s) that takes info about modules and it's file sizes (eg `FileSizes` type) which would generate the reports? That way we could implement computation ourselves but...

@egoist We are happy to accept a PR with Vue support, we are fine with both integrating Vue inside linaria itself (`linaria/vue`) or changing the mentioned code. The third option...

A possible workaround that worked for me was to defer loading `auto-session` until the Lazy view has been closed with autocmds. 1. Make `auto-session` lazy ```lua { "rmagatti/auto-session", -- add...

@mmirus Maybe it depends how the Lazy window is closed? I usually do `:q` which triggers `WinClose`. Also `WinClose` according to docs is triggered before actually closing the window, so...