David Lee

Results 35 comments of David Lee

I tried it it also ejects on sleep. :( On Feb 19, 2012 6:22 AM, "097115" < [email protected]> wrote: > **dlee**, try [Esperance DV](http://www.mparrot.net/) > > --- > > Reply...

@097115 What do you mean in use? Do you mean you have to write to the ramdisk after mount to prevent ejection? I don't think that matters since Rambola would...

I was able to get this to work by returning the scrollable container in `getContainer`. The documentation should reflect the fact that `getContainer` is required in order for scroll to...

I don't have it specified explicitly to use a socket... it's just defaulting to some postgres socket.

This PR doesn't anything fundamental about process labels. We're just making the DnsCheck handle a subset of them more robustly (previously, processes were still allowed to have names with `/`...

Another part to consider is the `add_http` command. Do you want to support `invoker add_http www.myapp/chat 8000`? If so, the easiest way would be to support having subdomains and paths...

I added support for location. We can now do what you suggested: ``` ini [myapp] directory = /Users/bob/rails/ command = rails s -p $PORT location = www.myapp [search] directory =...

Hi, were you able to take a look at this?

No worries, thanks for taking a look!