Alex

Results 11 comments of Alex

I'm getting the same error also.

I am getting a similar error: ``` Mysql2psql: conversion failed: ERROR: column "videoformat" does not exist CREATE TABLE "dvd_locales" ( "id" integer DEFAULT nextval('dvd_locales_id_seq'::regclass) NOT NULL, "dvd_id" bigint NOT NULL,...

Doesn't work for me either on a Mac. Saving the commit message buffer does not save the commit either, it escapes out of it. @vastbinderj I tried your keybindings and...

`.assert(grey_notNil())` is what you want. Example here: ``` func testScoreLabel() { EarlGrey.selectElement(with: grey_accessibilityID("score")) .assert(grey_notNil()) } ``` This is particularly handy for when the text is dynamic (coming from a backend...

Plus one for me. Otherwise, thanks for the great slider.

Great, thanks a lot John. And thanks for Zen grids, I really like it and plan to use it in my future web sites when I can get away with...

Could someone tell me how to set it up with Padrino (Sinatra based) and Heroku please? I have installed it locally and set it up in `app/app.rb` as such: ```...