Ashish Agarwal

Results 58 comments of Ashish Agarwal

Well, I found an option in Mac's Terminal app to "Use Option as Meta key", and further the Option and Alt key are the same on my Apple keyboard. I...

@diml thanks! I used print_sequences before but somehow managed to not get the settings correct. Now, finally, it works with: ``` $ cat ~/.lambda-term-inputrc [read-line] M-b: complete-bar-prev M-f: complete-bar-next ```

A more thorough search is justified, something like: ``` find . -type f | while read i; do grep -H "caml.inria.fr" $i; done ```

I've confirmed that the `defaulthostname` config setting is not getting picked. So the warning is actually correct. The error is that the setting isn't detected. I've also set `defaultprotocol` and...

Weird. I'm on 079bf864 and have the same problem in 2 different projects. Config files are fairly simple. Here's a complete one. ``` $ cat config.xml 8082 _var/log _var/data utf-8...

It only happens on my Mac, not Ubuntu.

I haven't been able to pin down a reproducible example of this, but it still happens at various times. I'll report more when I have something useful.

I'm also hitting problems with this, also for working with S3. FWIW, I'd be quite happy with more types that represent different encodings. A `string` isn't nearly specific enough. The...

Do we really want separate _folders_? If you're happy with some components that have a well defined functionality, they could be released as separate projects. With _folders_, reusability would require...

I didn't mean to say don't create folders. Certainly that can make the code within this repo more organized. However, that's not the way to support reusability, which should be...