Abhishek Tripathi

Results 52 comments of Abhishek Tripathi

Hey. This is a great project! I have used - [Meilisearch](https://www.meilisearch.com/) previously - a similar project in Rust. Bringing a similar project to Elixir, brings me delight. I am willing...

Does this library support v10 yet?

What's your proposal for adding `Tips and Tricks?` Is there gonna be a separate section in readme? or an `examples` folder?

If you could list a few more issues where help is needed, I can look forward to working on them during hacktoberfest. I will be using this awesome library for...

Right! I am trying to build middlewares for my specific needs. And `%Context{answers: [%Answer{...}, %SendPoll{}]}` is an aim. I'll submit PR then in few hours! ### Side Question 1. Is...

https://github.com/rockneurotiko/ex_gram/blob/master/lib/ex_gram/dsl.ex#L24 What corner case does this method in `answer` cover? I felt that above two definitions were enough. 1. Why check `m` as map? 2. I see that it does...

Oh nice! I will read more about Plugs and Tesla Adapters. Looks idiomatic Elixir! > bot "understand" the message, you would need to force the answer, or use a keyboard,...

```elixir context |> answer(Integer.to_string(result)) |> answer("Would you like to solve more questions?") ``` I cannot chain `ExGram.send_poll` to above because `send_poll` does not take `context` as argument. If I want...

When I add ```elixir # Spawn to create them asynchronously and don't block ExGram messages processing defp send_polls(polls), do: spawn(fn -> do_send_polls(polls) end) defp do_send_polls([]), do: :ok defp do_send_polls([poll |...

true. Thanks for headsup! EDIT: in my case `/test with other @user` is interpreted as `/test` command