Sergey Zubkov

Results 3 comments of Sergey Zubkov

@vitalybaev sorry if I ask something obvious, does this pr allow to use `` inside `.vue` files? https://github.com/vitejs/vite/pull/6705/files#diff-2cfbd4f4d8c32727cd8e1a561cffbde0b384a3ce0789340440e144f9d64c10f6R88

Works fine with dzen2-0.8.5-7-x86_64.pkg.tar.xz. ( https://wiki.archlinux.org/index.php/Downgrading_Packages )

+1 ``` Rails.application.config.middleware.use OmniAuth::Builder do provider :linkedin, ENV['OAUTH_LINKEDIN_KEY'], ENV['OAUTH_LINKEDIN_SECRET'], callback_path: "/users/auth/linkedin/callback" provider :google_oauth2, ENV['OAUTH_GOOGLE_KEY'], ENV['OAUTH_GOOGLE_SECRET'], callback_path: "/users/auth/google/callback" end ``` Google works, LinkedIn hangs with the error: ``` Faraday::ConnectionFailed (execution expired):...