Tory S. Anderson

Results 90 comments of Tory S. Anderson

I just upgraded tdlib to 8d7bda00, last commit 1 day ago, and rebuilt/reinstalled the whole thing, then did `telega-server-build`. Still `telega-version` gives me > telega v0.7.031 (TDLib v1.7.7) (telega-server v0.7.5)...

I also receive this warning, which I've been gettiing for a long time but hoped would go away with the latest: > Warning (emacs): TDLib version=1.7.7 > 1.7.0 (max required),...

We are having the same issue on our side. Checking the internal logs for info....

ok. Mission accomplished. For anyone rusty on Docker, like me, here is the command I used to ssh in: ``` docker exec -it docker-zulip_zulip_1 /bin/bash ``` that done I made...

looks like there might be a related thing in the non-docker queue. Did I miss a step in the setup? https://github.com/zulip/zulip/issues/19652

Solved! This line from the documentation did the trick. This should be mentioned as a required step. In fact, it would be nice if this was part of the setup....

Confirm on this; it seems that Redhat has ceased funding of Immutant and the lead developer no longer maintains it. Any further work with immutant would require a fork, particularly...

Would there be any difference in my using `lein run` or just `cider-jack-in` instead of `lein repl` or `boot repl`?

I have the same error, doing basically the same thing (trying to replace all keyword values within an arbitrarily nested structure. I'm working in CLJC, and it works on the...

> This looks to be a bug. The fix might be as simple as extending the ImplicitNav protocol to `MetaFn` like is done already to `function`. You should be able...