Maxim Portnyagin

Results 9 comments of Maxim Portnyagin

Hey, is anyone here? Maybe we will pour this commit already?

Hi all. Is there any progress to run printipi on Raspberry PI 2 and 3? I try change DMA, but failed. If i disable DMA, raspberry is hang: ``` root@print:/media/printipi/printipi#...

And this example: https://github.com/Wallacoloo/Raspberry-Pi-DMA-Example/blob/master/dma-example.c working, but this: https://github.com/Wallacoloo/Raspberry-Pi-DMA-Example/blob/master/dma-gpio.c is hung. Datasheet on bcm2836 not exist =) P.S. I make debug log and program hang on initpwm. P.P.S. ``` platform::rpi::hardwarescheduler::start_init_pwm segfault...

Did you forget about this error? )

I't worked, but there is one problem. ``` ExGram.set_chat_menu_button(chat_id: ..., bot: :..., menu_button: %ExGram.Model.MenuButtonWebApp{type: "web_app", text: "Hello", web_app: %ExGram.Model.WebAppInfo{url: "https://example.com"}}) ``` We need to set `type: "web_app"`, but this model...

Sorry, but how I can send text message and after send document? Only by: ``` ExGram.send_document(...) context |> answer(...) ``` ? I do not want to use caption in document.

> send_document Oh, good ) It's worked only with file path ) I try to send document by id: ``` text = "some text" context |> answer_document("BQACAgIAAxkDAAObY2DK9So_5PWUbSjKWdF7d5csNDkAApglAAKrGwhLkTaEhI8EBroqBA") |> answer(text) ```...

> @prtngn maybe the document id is wrong, expired or not valid, because I just tried that with a new generated document id and it worked correctly. hm, very strange,...

It's not normal behaviour. Read this: https://core.telegram.org/api/links#bot-links `the text input bar should be replaced with a Start button (even if the user has already started the bot)` I have same...