Skip to content

Instantly share code, notes, and snippets.

View adityaruplaha's full-sized avatar
🏁
Learning

Adityarup Laha adityaruplaha

🏁
Learning
View GitHub Profile
@adityaruplaha
adityaruplaha / common.hpp
Created February 21, 2021 14:02
Function Reflection
#include <tuple>
#include <type_traits>
namespace Common {
template <typename... Ts>
class TypeSeq;
template <>
class TypeSeq<> {
public:
@adityaruplaha
adityaruplaha / LoginCommand.php
Last active August 22, 2023 11:57
Telegram Login Widget not working on certain browsers. - Investgation and workarounds.
<?php
/**
* This file is part of the TelegramBot package.
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/