Ian

Results 13 comments of Ian

I think you mean the `while (true)` on line 286. I expect it exits at one of the `break`s in the `switch (k)` below, once enough of the header has...

It doesn't. The `Eof` is because the request is being written to the socket at the same time that we are reading it. A future read finds something and `p`...

I don't think this should be marked [Fixed]. Hard coding credentials is not secure. if someone copies your gdrive binary they'll have access to your account. Is this the recommended...

it was good of you to write up the steps to get it to work, but I don't think it's a good idea. It is a security risk even if...

`:dir` didn't make a difference for me. the source is still written to the babel temp dir. here is the example I was using: ``` #+begin_src typescript :results output silent...

I agree that tab completion is good but I wouldn't say it's a "must." the python shell doesn't have it. I don't want to have a dependency on readline. ihx...

I don't follow. you're using putty to connect to a windows box running cygwin with sshd?

you're right that ihx doesn't work from `comint-mode`. I get the same behavior in `shell` and `eshell` also, but `term` is ok.

I write everything in emacs. I use the `haxe-mode` melpa package. it isn't perfect but is good enough.

I haven't used the c# target, and haven't used c# at all in a long time, but I wonder if the compiler is fast enough to work well for a...