Anton Maminov

Results 55 comments of Anton Maminov

I have the same problem. Deploy get stuck on macOS. In my case, these are 2 different fixes: 1. Using another provider fixes an issue on macOS. 2. Deploy from...

@leehambley yes, internet provider.

Nice! :tada: This code doesn't work: ```crystal class MyApp < Kemal::Application before_all do |env| env.set "key", "value" end get "/" do |env| "Hello Kemal!" end end app = MyApp.new app.run...

When I try to delete attachment from `iex -S mix` nothing happens: ``` attachment = Repo.get Attachment, 1 path = Rumbl.Image.url({attachment.file, attachment}) Rumbl.Image.delete({path, attachment}) ``` It returns `:ok` but the...

Try to update to version 1.3.2. This should help.

Здравствуйте. Только что проверил, все работает локально. Возможно у вас проблема с `redirect_url`. Не уверен что оно вообще будет работать с `localhost:3000`. Проверьте настройки приложения вконтакте.

Hi. What are you trying to do? Do you set `Secret key` for you Vkontakte app?