Daniel Ochoa

Results 7 comments of Daniel Ochoa

Relative path args also work for `godotenv.Load()`. ``` import "github.com/joho/godotenv" func TestSendMessage(t *testing.T) { if err := godotenv.Load("../.env"); err != nil { t.Error("Error loading .env file") } } ```

I was looking into this module but found someone talking about this same exact issue somewhere else. This is a huge problem in this implementation. I think I'll stick with...

Thanks stevestmartin, that worked for me.

Right now there is no support for this. The way we are handling this requirement right now is by using [ember-cli-compass-compiler](https://github.com/quaertym/ember-cli-compass-compiler) so we can include [Singularity.gs](http://singularity.gs/) for the responsive grids...

I'll definitely look into it.

@Chun-Yang I'll look at this sometime this week so we can finally merge this. Thanks!