-
Please i get this error trying to translate the following to new rustler syntax:
previous:
```
rustler_export_nifs!(
"Elixir.Xtdlib.Native",
[
("new", 0, new),
("send"…
-
When I listen to `on_update_chat_is_pinned` and pin or unpin a chat from the telegram App I get this error in my application.
```
ERROR telegram_client::handler > TELEGRAM DATA FAIL. IF YOU SEE TH…
-
Hi,
Is there any chance of td being built and linked internally as part of the crate build, as is the case with most standard `*-sys` crates?
Thanks!
nuxeh updated
4 years ago
-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Airgram version:**
[ ] `latest`
[ ] `@next`
[x] `^3.0.2`
**Steps to reproduce or a small rep…
-
### 问题类型 / Type of issues
* 其它 / other
----
这是继 #1081 之后的又一次大扫除。请各位按列表检查自己名下的包,如果有意继续维护就勾选掉,如果不想管了、不记得了、好像没什么用了之类的,就留在那里。一个月之后还没有被勾选的包,我会发起 orphaning 流程。
包名后边的数字,前一个是 repo.archlinuxcn.org …
-
- [x] ran `brew update` and can still reproduce the problem?
- [x] ran `brew doctor`, fixed all issues and can still reproduce the problem?
- [x] ran `brew gist-logs ` (where `` is the name of the f…
-
**Issue type:**
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
**Airgram version:**
[x] `latest`
[ ] `@next`
[ ] `1.1.x` (or put your version here)
**Steps to…
idkjs updated
4 years ago
-
One of my programs which took 1mn on 1.0.0 takes 5mn on 1.0.1
I tracked at least part of the problem to the following code snippet:
```
function foo(gens,elts::Vararg{Vector{Int}})
ee=collect(…