Results 11 issues of EXL

I compiled ffmpeg with static versions of the libraries. On the linking step I received the following errors: ``` /usr/local/lib/libswscale.a(swscale.o): In function `emms_c': /home/exl/Build/client_linux_x86_2.2.0/ffmpeg/./libavutil/x86/emms.h:37: undefined reference to `av_get_cpu_flags' /usr/local/lib/libswresample.a(resample.o): In...

In the [compilation instructions for Debian/Ubuntu](https://github.com/xplodwild/bbqscreen_client/blob/master/BBQScreenClient2.linux.pro), not written about libswresample. Although this library is used by the project. By the way, as far as I know, [libswresample not available in...

Hi, I have a little question. I noticed that **Integer** is used to represent the message `date` instead of **Long**. https://github.com/rubenlagus/TelegramBots/blob/32be70c9ebc37609a2a408267281dac602f6b236/telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/Message.java#L71-L76 A similar situation with the `messageId` in chats. Using...

These warnings appear when the Spring application starts: ```java 03:01:22.550 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.BotSession already registered 03:01:22.557 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.Webhook already registered ``` Is this...

Рендеринг Markdown. Нужно где-то в кастомном расширении Markdown, которое отвечает за каст пользователя как-то игнорировать ссылки, либо расставить приоритеты для парсера таким образом, чтобы ссылки не летели в это расширение....

Если сообщение начинается с `N.`, где `N` -- любое большое целое число. Пример здесь: https://www.linux.org.ru/forum/talks/15666839?cid=15669774 Test case `9999999. Любой текст` ![Screenshot_20200428_194228](https://user-images.githubusercontent.com/232116/80488391-72a20600-8988-11ea-8e9d-bf486064ec43.png) Возможно проблемы Markdown-парсера.

Я считаю, что авто-линкинг в сообщениях следует оставить только для `http://` и `https://` (ну, может быть, ещё `ftp://`). ![Screenshot_20190313_232904](https://user-images.githubusercontent.com/232116/54296813-26f79600-45e8-11e9-84f7-a4c30f64bb6c.png)

Add missing header file to prevent compilation error. ``` In file included from /home/exl/Downloads/rp2040-doom/src/pd_render.cpp:71: /home/exl/Downloads/rp2040-doom/src/pico/../whd_gen/statsomizer.h: In member function ‘void statsomizer::reset()’: /home/exl/Downloads/rp2040-doom/src/pico/../whd_gen/statsomizer.h:36:20: error: ‘numeric_limits’ is not a member of ‘std’ 36...

Test case: ```bash ./uasm -zcw -zze -zt0 -zv0 -coff findPattern.asm #