David Lee

Results 43 issues of David Lee

I would like to disable buttons programmatically depending on the current value. For example, on the calculator, some of the operations should be disabled when there is no left-value. Or...

There are some lines in TTESV that do not conform to the specified format. I couldn't really figure out how to fix the errors, but they seem to generally fall...

Finder has a SHARED section in sidebar where network mounts go. SSHFS volumes mounted via macfusion should also appear there.

I've set "When I log in, start: the macfusion menu item", and usually it starts, but it always disappears. Once it disappears, there seems to be no way to get...

I have a catch-all route `get "*path" => "controller#method"` that prevents tests from reaching /evergreen. I was surprised at first that javascript tests would have anything to do with Rails...

investigate

I'm not sure if it's the diskutil ramdisk itself that unmounts or if OSX is triggering LogoutHook on sleep. I'm assuming it's the former.

It would be nice if invoker could automatically start processes when a URL is visited, much like how pow automatically starts rails applications.

Support targeting specific subdomain and paths: ``` ini [www.myapp] directory = /Users/bob/rails/ command = rails s -p $PORT [www.myapp/search] directory = /Users/bob/search/ command = searchd -p $PORT [www.myapp/chat] directory =...

**Is your feature request related to a problem? Please describe.** There's currently no way to set user properties at once. **Describe the solution you'd like** I'd like a `FirebaseAnalytics.setUserProperties({ [name]:...

I have an app's configured to connect to postgresql using sockets. The database.yml contains only the `adapter`, `database`, and `username` keys. Labrador is trying to connect using the default TCP...