Results 14 issues of eilvelia

The type inference doesn't seem to work when a method returns an instance of the class whose type parameter depends on the method's type parameters. E.g: ```typescript class Functor {...

bug

```typescript class Predicate { p : T => boolean constructor (p : T => boolean) { this.p = p } contramap(f : U => T): Predicate { return new Predicate(x...

bug

- [x] text - [x] forwarded message - [x] reply - [ ] photo [partially] - [ ] document [partially] - [ ] sticker [partially] - [ ] audio -...

enhancement

Message example: Click [**me**](https://google.com) On jabber it looks like this: ``` Click me ```

enhancement

Executing `opam env` on every prompt adds a bit of annoying delay (70-100 ms). In fish, it is possible to execute the command only when the current directory changes: ```fish...

It exists in TDLib since v1.6.10. https://github.com/tdlib/td/blob/cb86d3891301cfc8c76362d833163d3e28505c17/td/telegram/td_json_client.h#L98 _Update_: - [x] Added in tdl v7.4.0+ using the `useNewTdjsonInterface` experimental option in `tdl.configure`, though the old interface still seems to work well.

This is an issue in [ffi-napi](https://github.com/node-ffi-napi/node-ffi-napi#node-ffi-napi), which doesn't support worker threads. Just writing this down for now. Example: ```js const { Worker, isMainThread } = require('worker_threads') const wait = ms...

Status: Blocked
Scope: tdl-tdlib-ffi

Will be useful feature. There is no server-side limitations for this. Finding the user can be done by using global search (`contacts.search` method in telegram tl schema) or in the...

category:New feature

We can try to add pre-built binaries for the node addon (`td.cpp`) using [prebuildify](https://github.com/prebuild/prebuildify) and [node-gyp-build](https://github.com/prebuild/node-gyp-build), so that the users of the library don't need to install dependencies of node-gyp....

Scope: tdl-tdlib-addon

![image](https://user-images.githubusercontent.com/10106819/48566004-71029080-e902-11e8-8d6d-01be81df4859.png)