Rock Neurotiko

Results 78 comments of Rock Neurotiko

@AlexKovalevych there you go https://www.dropbox.com/s/xwdfh97uwe6w4yj/template.xls?dl=0

Maybe `iconv` can be changed for this one that is written in pure elixir: https://github.com/tallakt/codepagex

Yeah, it's an easy feature (Actually I made my own solution 3 months ago, not as good as mix-format but it works fine). I just thinks that it would be...

According to the documentation of telegram api, it's integer or string, so it makes sense this change 😄 https://core.telegram.org/bots/api#available-methods P.S: I prefer English, I have no idea of Russian 😂

I've never used it, but looking to the nadia & HTTPoison source this should work: ``` elixir config :nadia, token: System.get_env("NADIA_KEY"), proxy: "http://buff_10.n-3.mtproxy.me:port", proxy_auth: {"user", "pass"}, # ssl: [versions: [:'tlsv1.2']]...

Try to use the store like this: ``` elixir file_params_binary = file_params |> decode_binary() FileUploader.store({file_params_binary, room}) ```

You can use the openshift free plan to use the webhook, I'm using it and the SSL is handled automatically. https://hub.openshift.com/quickstarts/150-rust When I have time I'll test this library to...

Yeah, but you said: "but mainly I didn't do it for this reason: I can't test it." With openshift you (or other) can test it free ;-)

Nice! Just as a side note, to test in openshift you don't push to the main repo, you push to a git created for the "gear" deployed.

I'll help with any rewrite and/or tests all I can (If I don't answer in some time don't worry, this month I'm in a village almost without internet). I've never...