Gulshan Singh

Results 164 comments of Gulshan Singh

I don't have access to enable them on Travis, could you enable them? Then I can get them working whenever I have time.

So initially many of the builds were failing: https://travis-ci.org/maximg/thrift/builds/66051213. But after adding `sudo: required` to the travis file, the builds are working: https://travis-ci.org/maximg/thrift/builds/66102746 This makes sense, because some of the...

Should we close this issue for now and reopen if anything else comes up?

1. Generated code EDIT: I meant 4., but github always renders starting from 1.

Apparently Github only shows the context for comments on the pull request itself, not the actual commits. That's annoying :/ Thanks for the pull request! Overall these changes look great...

Feel free to ping me on IRC.

The buffered transport looks good, but I don't think it's necessary to add it to the `TcpListener` impl. We're going to eventually follow the same pattern as the other libs...

Yea, I can confirm this only happens over TRAMP, and the size of the file doesn't matter. I'm launching Emacs 28.2 on macOS like this so that `annotate` is the...

I updated to the latest version in MELPA, which was 1.8.1, but the same error occured. I've switched to testing on a Chromebook running Linux, here are the versions: ```console...

Hi, I can reliably reproduce this issue with these steps: 1. Create a file called `test-init.el` that looks like this: ```emacs-lisp (toggle-debug-on-error) (delete-file "~/.emacs.d/annotations") (find-file "/ssh:desktop:test.txt") ; change this (insert...