Results 28 comments of Gustavo Aguiar

Thanks for the contribution, @TheNeikos! Could you please also write a working example that I can run locally and test? Examples goes in the `lib/examples` folder

My only opinion is regarding the second issue you mentioned, for example [CanSenChatAction](https://github.com/telegram-rs/telegram-bot/blob/295458cbe3392245cff7d123962451dfc1ff539b/raw/src/requests/send_chat_action.rs#L62) is implemented for any type which also implements [ToChatRef](https://github.com/telegram-rs/telegram-bot/blob/a91cb4040cca0bc6ac053adf1a3f90e002d38614/raw/src/types/refs.rs#L106), which in turn is implemented for `Chat`, `ChatRef`,...

@devilbuddy try adding the project folder to atom, using Ctrl+Shift+A, and the restarting

The same will happen if you try to create a Cargo Library/Binary, as it will not open the (successfully) created project as the root directory

@bogdandrutu > I am curios why do you need to still add events/attributes to the Span when you can do that directly on the SpanData that we will export? What...

I didn't know about the clap 3.0 and structopt merge! I'll go there and see how it works. I also think it wouldn't duplicate work as well. I got a...

@lukaszsamson do you mind mentoring me on how to do it? Just a few pointers should be enough

A quick way to do it is to define a new function, [like this one](https://github.com/elixir-lsp/elixir_sense/blob/master/lib/elixir_sense/core/binding.ex#L172) and pattern match on `args` when it's a non-empty list. In that case, you can...

Hi all, I'm studying creating a [parallel-consumer](https://github.com/confluentinc/parallel-consumer) client for Elixir, and while experimenting with `brod` I ran into this issue. From the looks of it, the pr from @k32 didn't...