Sergey Makridenkov

Results 9 comments of Sergey Makridenkov

I open full Docker subnet, works for me even after Docker restart. Here example for PG and Redis ``` ufw allow from any to 172.18.0.0/16 port 5432 ufw allow from...

Hi, Unfortunately, no fee time on my side. Please open PR.

I like it, hope compiler will embed only used providers. What about syntax like this: ``` MultiAuth.config(MultiAuth::Facebook, ENV['ID'], ENV['SECRET']) ``` And for backward compatibility this one ``` MultiAuth.config("facebook", ENV['ID'], ENV['SECRET'])...

@stephendolan @kefahi I just realized that [get-the-authenticated-user](https://docs.github.com/en/rest/reference/users#get-the-authenticated-user) already return the email. Why needs additional requests?

Hi. I have same issue after `insert_column(3)`. Whole example: ``` sheet.insert_column(3) sheet[3][3].change_contents('session') ``` it produce `Cell # is not in worksheet`. Any workaround?

> does running your containers without sentry drastically reduce the hyperkit cpu? yes I found a workaround. Run sentry on Mac. On file change rerun docker container, like this: bin/sentry...

any news here?

I make one https://github.com/msa7/multi_auth