Travis Pew

Results 17 comments of Travis Pew

I'm having the same issue in haml documents in my rails project. Works fine in css. Edit: actually, it seems like my problem may be different as the upstream library...

Sorry @alexreisner, I edited the report shortly after I submitted it, when I probably should have updated it via a new comment. The error was actually not coming from geocodio,...

If we knew that successful response were expected to be in json format, I think the base lookup could handle this, but otherwise, it might be a bit too much...

I can't find evidence that the `production.tile-api.com` supports setting the ring state, although it might be there. Would it be acceptable to use the web API as in ehily's code...

@netwire88 those are just warnings. Nothing has changed, except Rails 4 is now telling you that it can't figure out the Template Dependencies (it couldn't before Rails 4 either). See...

@pepesenaris This isn't a `multi_fetch_fragments` issue, this is just rails caching, and most likely just your default settings for development (in production, digests are not usually recalculated every time).

Removing since I missed that this was reported https://github.com/keras-rl/keras-rl/issues/329

To clarify my steps: the .rvmrc file is created in the new target application directory, and rails new is simply run with "rails new ." -- I guess I was...

It does have some value to me (although admittedly nothing I can't manage manually or with a wrapper script) and I suppose having to install r_a_c in the global (or...

Perhaps this should be better titled "Add the ability to add formatters around simple_bdd Gherkin steps". My thought is that it should fire extra formatter events, similar to cucumber (...