ehsan2003
ehsan2003
**Is your feature request related to a problem? Please describe.** It is sometimes necessary to run a single test against multiple inputs but it seems strange to see for loops...
closes #108
tests are failing due to missing environment variables in examples it might be better to have them as runtime dependencies instead of compile time. additionally having those critical information in...
add rustdoc documentation for tl-types so it will be easier to find out methods and constructors description
It might be better to separate the real core from the envs for example , with the current approach if we want to use proxies ( socks proxies ) it...
**Describe the bug** A clear and concise description of what the bug is. In nodejs ( and generally javascript) we should avoid using Sync api but used in : https://github.com/alik0211/mtproto-core/blob/master/envs/node/pbkdf2.js#L4...
adds documentation ( and documentation generation scripts ) for generated types ( api.d.ts ) it uses deno to run generation scripts ( deno 1.15.1 used )
these are single response cookie setters : ``` Set-Cookie: ASP.NET_SessionId=spxy0dz5d4rlfcgcm33rnfzq; path=/; HttpOnly Set-Cookie: ASP.NET_SessionId=; path=/ ``` in the browsers the cookie value will be **spxy0dz5d4rlfcgcm33rnfzq** but with default cookie jar...
deno.land website is not accessible in Iran and thus we can't install modules in deno.land directly ( we must use a vpn ) and this applies for other under-sanction countries...